r8778 - in /trunk/libemail-simple-creator-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Fri Nov 2 17:05:10 UTC 2007


Author: gregoa-guest
Date: Fri Nov  2 17:05:10 2007
New Revision: 8778

URL: http://svn.debian.org/wsvn/?sc=1&rev=8778
Log:
debian/rules:
  - Move tests to build target.
  - Remove OPTIMIZE variable.
  - Call dh_clean before make realclean.

Modified:
    trunk/libemail-simple-creator-perl/debian/changelog
    trunk/libemail-simple-creator-perl/debian/rules

Modified: trunk/libemail-simple-creator-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-simple-creator-perl/debian/changelog?rev=8778&op=diff
==============================================================================
--- trunk/libemail-simple-creator-perl/debian/changelog (original)
+++ trunk/libemail-simple-creator-perl/debian/changelog Fri Nov  2 17:05:10 2007
@@ -5,8 +5,12 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed:
     Homepage pseudo-field (Description); XS-Vcs-Svn fields.
+  * debian/rules:
+    - Move tests to build target.
+    - Remove OPTIMIZE variable.
+    - Call dh_clean before make realclean.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 17:52:29 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 02 Nov 2007 17:59:42 +0100
 
 libemail-simple-creator-perl (1.422-1) unstable; urgency=low
 

Modified: trunk/libemail-simple-creator-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-simple-creator-perl/debian/rules?rev=8778&op=diff
==============================================================================
--- trunk/libemail-simple-creator-perl/debian/rules (original)
+++ trunk/libemail-simple-creator-perl/debian/rules Fri Nov  2 17:05:10 2007
@@ -17,21 +17,21 @@
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
+	$(MAKE)
+	$(MAKE) test
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
+	dh_clean build-stamp install-stamp
 	[ ! -f Makefile ] || $(MAKE) realclean
-	dh_clean build-stamp install-stamp
 
 install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp




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