r76637 - in /trunk/libacme-bleach-perl/debian: changelog copyright patches/01_fix_pod2man_errors.diff rules

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Mon Jun 27 17:20:55 UTC 2011


Author: fabreg-guest
Date: Mon Jun 27 17:20:53 2011
New Revision: 76637

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76637
Log:
Fix some points of review

Modified:
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/copyright
    trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff
    trunk/libacme-bleach-perl/debian/rules

Modified: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=76637&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (original)
+++ trunk/libacme-bleach-perl/debian/changelog Mon Jun 27 17:20:53 2011
@@ -2,31 +2,16 @@
 
   TODO:
 
-  - debian/changelog:
-    + remove "Non-maintainer upload"
-      (can be avoided by either first setting Uploaders and then running dch,
-      or by adding DEBCHANGE_AUTO_NMU=no to ~/.devscripts)
   - debian/rules:
-    + hm, why not just 
-      chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
-      ?
     + better than changing the permissions would be to add a hashbang (there's
       also an example in debhelper.html -- well, not directly, but "sed -i -e
       '1i ...' or similar should work, and there are examples in trunk/
-    + (cosmetic) move variables to the top)
-    )
   - debian/copyright:
-    + year(s) of upstream copyright are gone after the update
     + and the license was changed from "artistic" to "artistic or gpl-1+"
       which doesn't seem to match the code
   - debian/patches/01_fix_pod2man_errors.diff
-    + I think "forwarded: not-needed" is for bugs that don't need forwarding
-      (debian-specific). in this case it _is_ already forwarded (and needs
-      forwarding in general), so "forwarded: " should point to the URL (same
-      as Bugs). at least if I remember DEP3 correctly
     + patch was partially applied, the rest doesn't apply anymore :/
 
-  * Non-maintainer upload.
   * New upstream release
   * Bump to 3.9.2 Standard-Version.
   * Switch to DEP5 license format.

Modified: trunk/libacme-bleach-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/copyright?rev=76637&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/copyright (original)
+++ trunk/libacme-bleach-perl/debian/copyright Mon Jun 27 17:20:53 2011
@@ -4,7 +4,7 @@
 Name: Acme-Bleach
 
 Files: *
-Copyright: Damian Conway
+Copyright: 2001, Damian Conway
 License: GPL-1+ or Artistic
 
 Files: debian/*

Modified: trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff?rev=76637&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff (original)
+++ trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff Mon Jun 27 17:20:53 2011
@@ -1,7 +1,7 @@
 Description: fix "manpage-has-errors-from-pod2man" warning from Lintian.
 Author: Nathan Handler <nhandler at ubuntu.com>
 Last-Update: 2011-06-15
-Forwarded: not-needed
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=47379
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=47379
 
 --- a/lib/Acme/Bleach.pm

Modified: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=76637&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Mon Jun 27 17:20:53 2011
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
-
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_installexamples:
 	dh_installexamples
 
 	# Fix executable-not-elf-or-script lintian warnings
-	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -exec chmod 644 {} \;
+	chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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