r1467 - packages/libi18n-acceptlanguage-perl/trunk/debian
Frank Lichtenheld
djpig at costa.debian.org
Sun Nov 6 22:29:21 UTC 2005
Author: djpig
Date: 2005-11-06 22:29:20 +0000 (Sun, 06 Nov 2005)
New Revision: 1467
Modified:
packages/libi18n-acceptlanguage-perl/trunk/debian/changelog
packages/libi18n-acceptlanguage-perl/trunk/debian/rules
Log:
* Remove stuff from debian/rules which is not needed in an
Arch: all package
* Enable test suite
Modified: packages/libi18n-acceptlanguage-perl/trunk/debian/changelog
===================================================================
--- packages/libi18n-acceptlanguage-perl/trunk/debian/changelog 2005-11-06 22:25:46 UTC (rev 1466)
+++ packages/libi18n-acceptlanguage-perl/trunk/debian/changelog 2005-11-06 22:29:20 UTC (rev 1467)
@@ -2,8 +2,11 @@
* New upstream release (Closes: #329560)
* Update Standards-Version to 3.6.2 (no changes)
+ * Remove stuff from debian/rules which is not needed in an
+ Arch: all package
+ * Enable test suite
- -- Frank Lichtenheld <djpig at debian.org> Sun, 6 Nov 2005 23:23:15 +0100
+ -- Frank Lichtenheld <djpig at debian.org> Sun, 6 Nov 2005 23:27:28 +0100
libi18n-acceptlanguage-perl (1.02-2) unstable; urgency=low
Modified: packages/libi18n-acceptlanguage-perl/trunk/debian/rules
===================================================================
--- packages/libi18n-acceptlanguage-perl/trunk/debian/rules 2005-11-06 22:25:46 UTC (rev 1466)
+++ packages/libi18n-acceptlanguage-perl/trunk/debian/rules 2005-11-06 22:29:20 UTC (rev 1467)
@@ -19,22 +19,13 @@
TMP =$(CURDIR)/debian/$(PACKAGE)
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
build: build-stamp
build-stamp:
dh_testdir
# Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE) OPTIMIZE="$(CFLAGS)"
+ $(MAKE)
touch build-stamp
@@ -53,7 +44,7 @@
dh_testroot
dh_clean -k
- #$(MAKE) test
+ $(MAKE) test
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
# As this is a architecture independent package, we are not supposed to install
More information about the Pkg-perl-cvs-commits
mailing list