r15853 - in /trunk/libauthen-simple-dbm-perl/debian: changelog rules

xaviero-guest at users.alioth.debian.org xaviero-guest at users.alioth.debian.org
Thu Feb 28 12:13:13 UTC 2008


Author: xaviero-guest
Date: Thu Feb 28 12:13:12 2008
New Revision: 15853

URL: http://svn.debian.org/wsvn/?sc=1&rev=15853
Log:
  * debian/rules:
    - remove OPTIMIZE, this package is still arch:all
    - install upstream changelog
    - don't install README anymore, it's just the text version of the POD
      documentation.

Modified:
    trunk/libauthen-simple-dbm-perl/debian/changelog
    trunk/libauthen-simple-dbm-perl/debian/rules

Modified: trunk/libauthen-simple-dbm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-dbm-perl/debian/changelog?rev=15853&op=diff
==============================================================================
--- trunk/libauthen-simple-dbm-perl/debian/changelog (original)
+++ trunk/libauthen-simple-dbm-perl/debian/changelog Thu Feb 28 12:13:12 2008
@@ -7,6 +7,10 @@
     - delete /usr/lib/perl5 only if it exists (Closes: #467666).
     - swap binary-arch and binary-indep, this package is arch:all.
     - let install-stamp depend on build-stamp.
+    - remove OPTIMIZE, this package is still arch:all
+    - install upstream changelog
+    - don't install README anymore, it's just the text version of the POD
+      documentation.
   * debian/watch: use dist-based URL.
   * Set Standards-Version to 3.7.3 (no changes).
   * Set debhelper compatibility level to 6.

Modified: trunk/libauthen-simple-dbm-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-dbm-perl/debian/rules?rev=15853&op=diff
==============================================================================
--- trunk/libauthen-simple-dbm-perl/debian/rules (original)
+++ trunk/libauthen-simple-dbm-perl/debian/rules Thu Feb 28 12:13:12 2008
@@ -7,10 +7,11 @@
 PERL = /usr/bin/perl
 endif
 
+build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) 
 	touch $@
 
 install: install-stamp
@@ -35,8 +36,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs
+	dh_installdocs
+	dh_installchangelogs Changes
 	dh_compress
 	dh_fixperms
 	dh_strip




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