From 098ddc129ea31f5708ffa5a333fea563e16336f2 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Aug 2012 17:25:10 +0000 Subject: 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. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61a59f036..bb11bb1ad 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3