Skip to content

Commit 3b554ac

Browse files
author
Bruce Leidl
committed
Some additional details for the debian packaging process
1 parent e7498b6 commit 3b554ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.Packaging

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
To make a Debian package, simply use the debian/ directory as you'd expect:
2-
# remove .git files first or dpkg will complain
32
$ cd ~/exegesis/
3+
# remove .git files first or dpkg will complain
4+
$ rm -rf .git
5+
$ chmod +x debian/rules
46
$ dpkg-buildpackage -rfakeroot
57
$ dpkg -i exegesis*.deb

0 commit comments

Comments
 (0)