[SCM] Debian packaging of libgssapi-perl branch, master, updated. 81b7455a788b5ffb6af392a5899cd69d1fce04e8

gregor herrmann gregoa at debian.org
Thu Mar 15 17:24:29 UTC 2012


The following commit has been merged in the master branch:
commit d68356c132baaa7e74eceea588070d79095f98a2
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Mar 15 18:16:36 2012 +0100

    Simplify debian/rules, override not needed with debhelper 9.

diff --git a/debian/rules b/debian/rules
index a228ff1..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,4 @@
 #!/usr/bin/make -f
 
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
 %:
 	dh $@
-
-override_dh_auto_build:
-	dh_auto_build -- OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""

-- 
Debian packaging of libgssapi-perl



More information about the Pkg-perl-cvs-commits mailing list