1
0
forked from GitHub/gf-core

Add 'make deb' to Makefile, for creating Debian packages

Also updated the debian/* files.
It should now be easy to create Debian packages under Ubuntu 11.10 & 12.04.
See also the notes in the Makefile.
This commit is contained in:
hallgren
2012-08-22 17:25:10 +00:00
parent 59c97c72b0
commit 098ddc129e
8 changed files with 47 additions and 120 deletions

View File

@@ -27,3 +27,9 @@ gf:
html::
bash bin/update_html
# Make a debian package. First add a suitable entry with the correct GF version
# number to the top of debian/changelog.
# (Tested on Ubuntu 11.10 & 12.04. You need to install dpkg-dev & debhelper.)
deb:
dpkg-buildpackage -us -uc