[SCM] Debian packaging of libtext-csv-xs-perl branch, master, updated. debian/0.87-1

Ansgar Burchardt ansgar at debian.org
Sat Mar 10 15:58:15 UTC 2012


The following commit has been merged in the master branch:
commit 77439bf0ee9d98ecefd80478179749778bfe86b4
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Mar 10 16:48:13 2012 +0100

    Use debhelper compat level 9.
    
    Also let debhelper pass CFLAGS to Makefile.PL instead of doing so on our
    own.

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 66e584a..e765579 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libtext-csv-xs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), perl,
+Build-Depends: debhelper (>= 9), perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index 4d5da61..68be4f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,19 +3,9 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-CFLAGS = -Wall -g
-ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-    CFLAGS += -O0
-else
-    CFLAGS += -O2
-endif
-
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build -- OPTIMIZE="$(CFLAGS)"
-
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!/pro/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

-- 
Debian packaging of libtext-csv-xs-perl



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