r57147 - in /trunk/libdate-manip-perl/debian: README.source changelog control copyright rules source/ source/format

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Thu Apr 29 20:00:35 UTC 2010


Author: chrisb
Date: Thu Apr 29 20:00:18 2010
New Revision: 57147

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57147
Log:
* Refreshed packaging
* Switched to source format 3.0 (quilt), removed quilt framework

Added:
    trunk/libdate-manip-perl/debian/source/
    trunk/libdate-manip-perl/debian/source/format
Removed:
    trunk/libdate-manip-perl/debian/README.source
Modified:
    trunk/libdate-manip-perl/debian/changelog
    trunk/libdate-manip-perl/debian/control
    trunk/libdate-manip-perl/debian/copyright
    trunk/libdate-manip-perl/debian/rules

Modified: trunk/libdate-manip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/changelog?rev=57147&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/changelog (original)
+++ trunk/libdate-manip-perl/debian/changelog Thu Apr 29 20:00:18 2010
@@ -5,6 +5,8 @@
       by offset (closes: #560393)
   * Removed patch fix-Date-__calc_date_delta-cmp-day-beg.patch (incorporated
     upstream)
+  * Refreshed packaging
+  * Switched to source format 3.0 (quilt), removed quilt framework
 
  -- Chris Butler <chrisb at debian.org>  Thu, 29 Apr 2010 19:44:01 +0100
 

Modified: trunk/libdate-manip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/control?rev=57147&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/control (original)
+++ trunk/libdate-manip-perl/debian/control Thu Apr 29 20:00:18 2010
@@ -1,9 +1,9 @@
 Source: libdate-manip-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl,
- libyaml-syck-perl, perl (>= 5.10.0)
+ libyaml-libyaml-perl, libyaml-syck-perl, perl (>= 5.10.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
@@ -15,7 +15,8 @@
 
 Package: libdate-manip-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libyaml-syck-perl, perl (>= 5.10.0)
+Depends: ${misc:Depends}, ${perl:Depends}, libyaml-libyaml-perl, 
+ libyaml-syck-perl, perl (>= 5.10.0)
 Description: module for manipulating dates
  Date::Manip is a Perl module that contains a set of routines designed to make
  any common date/time manipulation easy to do. It aims to make operations like

Modified: trunk/libdate-manip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/copyright?rev=57147&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/copyright (original)
+++ trunk/libdate-manip-perl/debian/copyright Thu Apr 29 20:00:18 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Maintainer: Sullivan Beck <sbeck at cpan.org>
 Source: http://search.cpan.org/dist/Date-Manip/
 Name: Date-Manip
@@ -8,15 +8,16 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 1998, 1999, 2000, 2001, 2002, Michael Alan Dorman <mdorman at debian.org>
+ 2000, Dirk Eddelbuettel <edd at debian.org>
+ 2003, 2005, Kenneth J. Pronovici <pronovic at debian.org>
+ 2005, 2006, Stephen Quinney <sjq at debian.org>
+ 2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2007, 2008, 2010, Damyan Ivanov <dmn at debian.org>
  2008, Rene Mayorga <rmayorga at debian.org.sv>
- 2007, 2008, 2010 Damyan Ivanov <dmn at debian.org>
- 2007-2008, gregor herrmann <gregoa at debian.org>
- 2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
- 2005-2006, Stephen Quinney <sjq at debian.org>
- 2003-2005, Kenneth J. Pronovici <pronovic at debian.org>
- 1998-2002, Michael Alan Dorman <mdorman at debian.org>
- 2000, Dirk Eddelbuettel <edd at debian.org>
+ 2007, 2008, gregor herrmann <gregoa at debian.org>
+ 2009, 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2010, Chris Butler <chrisb at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libdate-manip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/rules?rev=57147&op=diff
==============================================================================
--- trunk/libdate-manip-perl/debian/rules (original)
+++ trunk/libdate-manip-perl/debian/rules Thu Apr 29 20:00:18 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with=quilt $@
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY

Added: trunk/libdate-manip-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-manip-perl/debian/source/format?rev=57147&op=file
==============================================================================
--- trunk/libdate-manip-perl/debian/source/format (added)
+++ trunk/libdate-manip-perl/debian/source/format Thu Apr 29 20:00:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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