r15852 - in /trunk/libauthen-simple-cdbi-perl/debian: changelog rules

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


Author: xaviero-guest
Date: Thu Feb 28 12:09:35 2008
New Revision: 15852

URL: http://svn.debian.org/wsvn/?sc=1&rev=15852
Log:
  * debian/rules:
    - install upstream changelog.
    - don't install README anymore, it's just the text version of the POD
      documentation.

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

Modified: trunk/libauthen-simple-cdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-cdbi-perl/debian/changelog?rev=15852&op=diff
==============================================================================
--- trunk/libauthen-simple-cdbi-perl/debian/changelog (original)
+++ trunk/libauthen-simple-cdbi-perl/debian/changelog Thu Feb 28 12:09:35 2008
@@ -4,9 +4,12 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields. Add XS-DM-Upload-Allowed: yes
   * debian/rules: 
-    - delete /usr/lib/perl5 only if it exists (Closes: #467670)
-    - swap binary-arch and binary-indep, this package is arch:all
-    - let install-stamp depend on build-stamp
+    - delete /usr/lib/perl5 only if it exists (Closes: #467670).
+    - swap binary-arch and binary-indep, this package is arch:all.
+    - let install-stamp depend on build-stamp.
+    - 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-cdbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libauthen-simple-cdbi-perl/debian/rules?rev=15852&op=diff
==============================================================================
--- trunk/libauthen-simple-cdbi-perl/debian/rules (original)
+++ trunk/libauthen-simple-cdbi-perl/debian/rules Thu Feb 28 12:09:35 2008
@@ -7,11 +7,11 @@
 PERL = /usr/bin/perl
 endif
 
-#build: build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE)
 	touch $@
 
 install: install-stamp
@@ -36,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