From 28a0c82564ea2287e2c9a5a6efa158fe02a213c0 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (lxpbuetow.webde.local)" Date: Fri, 16 May 2014 17:57:40 +0200 Subject: It were not best that we should all think alike; it is difference of opinion that makes horse-races. -- Mark Twain, "Pudd'nhead Wilson's Calendar" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcf76dd..48c371d 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ documentation: pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt cp ./docs/$(NAME).pod README.pod ./bin/fapi -h -n > ./docs/synopsis.txt -# Build a debian package (don't sign it, modify the arguments if you want to sign it) +# Build a debian package deb: all dpkg-buildpackage dch: -- cgit v1.2.3 From 2fd8de973452707d3e1d2d7ea5228e8914ca0d03 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow" Date: Fri, 16 May 2014 18:00:48 +0200 Subject: New release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 48c371d..0bc6d71 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ documentation: ./bin/fapi -h -n > ./docs/synopsis.txt # Build a debian package deb: all - dpkg-buildpackage + dpkg-buildpackage -us -uc dch: dch -i release: dch deb -- cgit v1.2.3