r13298 - in /trunk/libmarc-charset-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 23 13:34:54 UTC 2008


Author: dmn
Date: Wed Jan 23 13:34:53 2008
New Revision: 13298

URL: http://svn.debian.org/wsvn/?sc=1&rev=13298
Log:
Stupid me. We do not compile anything here, the reason for Arch:any is arch-depended data. Drop dh_strip too

Modified:
    trunk/libmarc-charset-perl/debian/changelog
    trunk/libmarc-charset-perl/debian/rules

Modified: trunk/libmarc-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmarc-charset-perl/debian/changelog?rev=13298&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/changelog (original)
+++ trunk/libmarc-charset-perl/debian/changelog Wed Jan 23 13:34:53 2008
@@ -1,4 +1,4 @@
-libmarc-charset-perl (0.98-2) UNRELEASED; urgency=low
+libmarc-charset-perl (0.98-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,15 +9,15 @@
   [ Damyan Ivanov ]
   * debian/watch: use dist-based URL; better pattern
   * debian/rules:
-    + allow compiling with -O0 when DEB_BUILD_OPTIONS contains noopt
     + use "$@" when touching stamps
     + move test suite from install to build target
     + remove stamps before realclean
     + drop unneeded argument-less dh_link call
+    + drop unneeded dh_strip call
   * debhelper compatibility level 6
   * Standards-Version: 3.7.3 (no changes)
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:30:18 +0200
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 23 Jan 2008 15:29:49 +0200
 
 libmarc-charset-perl (0.98-1) unstable; urgency=low
 

Modified: trunk/libmarc-charset-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmarc-charset-perl/debian/rules?rev=13298&op=diff
==============================================================================
--- trunk/libmarc-charset-perl/debian/rules (original)
+++ trunk/libmarc-charset-perl/debian/rules Wed Jan 23 13:34:53 2008
@@ -19,23 +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
 
 	# Compile the package
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
+	$(MAKE)
 	$(MAKE) test
 
 	touch $@
@@ -85,7 +75,6 @@
 	dh_link usr/lib/$(PACKAGE)/Table.dir usr/share/perl5/MARC/Charset/Table.dir
 	dh_link usr/lib/$(PACKAGE)/Table.pag usr/share/perl5/MARC/Charset/Table.pag
 
-	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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