r35499 - in /trunk/libparams-classify-perl/debian: changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 16 12:23:26 UTC 2009


Author: gregoa
Date: Sat May 16 12:23:18 2009
New Revision: 35499

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35499
Log:
* debian/control:
  - change my email address
  - add alternative build dependency on perl-modules (>= 5.10)
* Simplify debian/rules and bump versioned build dependency on debhelper to
  7.2.10.
* debian/copyright: add additional copyright holder.

Modified:
    trunk/libparams-classify-perl/debian/changelog
    trunk/libparams-classify-perl/debian/control
    trunk/libparams-classify-perl/debian/copyright
    trunk/libparams-classify-perl/debian/rules

Modified: trunk/libparams-classify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-classify-perl/debian/changelog?rev=35499&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/changelog (original)
+++ trunk/libparams-classify-perl/debian/changelog Sat May 16 12:23:18 2009
@@ -1,11 +1,20 @@
 libparams-classify-perl (0.007-1) unstable; urgency=low
 
+  [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders (Closes: #523219)
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
   * convert to arch:any
   * add libparent-perl to (build-)depends
+
+  [ gregor herrmann ]
+  * debian/control:
+    - change my email address
+    - add alternative build dependency on perl-modules (>= 5.10)
+  * Simplify debian/rules and bump versioned build dependency on debhelper to
+    7.2.10.
+  * debian/copyright: add additional copyright holder.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 15 May 2009 22:31:21 -0700
 

Modified: trunk/libparams-classify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-classify-perl/debian/control?rev=35499&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/control (original)
+++ trunk/libparams-classify-perl/debian/control Sat May 16 12:23:18 2009
@@ -2,10 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
+Uploaders: gregor herrmann <gregoa at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
  Rene Mayorga <rmayorga at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
-Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.8.3), libtest-pod-perl, libtest-pod-coverage-perl, libparent-perl
+Build-Depends: debhelper (>= 7.2.10), perl-modules (>= 5.10) |
+ libmodule-build-perl, perl (>= 5.8.3), libtest-pod-perl,
+ libtest-pod-coverage-perl, libparent-perl
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Params-Classify/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparams-classify-perl/

Modified: trunk/libparams-classify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-classify-perl/debian/copyright?rev=35499&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/copyright (original)
+++ trunk/libparams-classify-perl/debian/copyright Sat May 16 12:23:18 2009
@@ -6,15 +6,16 @@
 
 Files: *
 Copyright: © 2004, 2006, 2007, 2009  Andrew Main (Zefram) <zefram at fysh.org>
+ © 2009 PhotoBox Ltd
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: © 2004 Florian Ragwitz <florian at mookooh.org>
-           © 2004 Joachim Breitner <nomeata at debian.org>
-	   © 2006-2008 gregor herrmann <gregoa at debian.org>
-	   © 2007 Damyan Ivanov <dmn at debian.org>
-	   © 2009 Rene Mayorga <rmayorga at debian.org>
+ © 2004 Joachim Breitner <nomeata at debian.org>
+ © 2006-2009 gregor herrmann <gregoa at debian.org>
+ © 2007 Damyan Ivanov <dmn at debian.org>
+ © 2009 Rene Mayorga <rmayorga at debian.org>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libparams-classify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparams-classify-perl/debian/rules?rev=35499&op=diff
==============================================================================
--- trunk/libparams-classify-perl/debian/rules (original)
+++ trunk/libparams-classify-perl/debian/rules Sat May 16 12:23:18 2009
@@ -1,28 +1,4 @@
 #!/usr/bin/make -f
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install --before dh_auto_install
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	dh install --after dh_auto_install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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