We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7498b6 commit 3b554acCopy full SHA for 3b554ac
README.Packaging
@@ -1,5 +1,7 @@
1
To make a Debian package, simply use the debian/ directory as you'd expect:
2
-# remove .git files first or dpkg will complain
3
$ cd ~/exegesis/
+# remove .git files first or dpkg will complain
4
+$ rm -rf .git
5
+$ chmod +x debian/rules
6
$ dpkg-buildpackage -rfakeroot
7
$ dpkg -i exegesis*.deb
0 commit comments