aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/rules8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 0a67f794b..f0d81e18f 100644
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-# debian/rules file - for GNUPG (0.9.1)
+# debian/rules file - for GNUPG (0.9.2)
# Based on sample debian/rules file - for GNU Hello (1.3).
# Copyright 1994,1995 by Ian Jackson.
# Copyright 1998 James Troup
@@ -12,7 +12,7 @@
build:
$(checkdir)
./configure --prefix=/usr --with-included-gettext
- $(MAKE) CFLAGS="-O2 -g -Wall"
+ $(MAKE)
touch build
test: build
@@ -25,8 +25,6 @@ clean:
-rm -f build
-$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
-rm -rf debian/tmp debian/*~ debian/files* debian/substvars
- # Cruft not removed by `make clean'
- -rm -f intl/libintl.h
binary-indep:
@@ -63,7 +61,7 @@ endef
# Below here is fairly generic really
-binary: binary-indep binary-arch
+binary: binary-indep binary-arch
checkroot:
$(checkdir)