r67903 - in /trunk/librose-datetime-perl/debian: changelog control

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jan 26 22:21:11 UTC 2011


Author: gregoa
Date: Wed Jan 26 22:21:02 2011
New Revision: 67903

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67903
Log:
debian/control: remove version from librose-object-perl (build)
dependency, satisfied in lenny.

Modified:
    trunk/librose-datetime-perl/debian/changelog
    trunk/librose-datetime-perl/debian/control

Modified: trunk/librose-datetime-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-datetime-perl/debian/changelog?rev=67903&op=diff
==============================================================================
--- trunk/librose-datetime-perl/debian/changelog (original)
+++ trunk/librose-datetime-perl/debian/changelog Wed Jan 26 22:21:02 2011
@@ -1,10 +1,15 @@
 librose-datetime-perl (0.535-1) unstable; urgency=low
 
+  [ Nicholas Bamber ]
   * Added myself to Uploaders
   * New upstream release
   * Fixed home page and svn repositories
   * Upped standards version to 3.9.1
   * Refreshed copyright
+
+  [ gregor herrmann ]
+  * debian/control: remove version from librose-object-perl (build)
+    dependency, satisfied in lenny.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 25 Jan 2011 22:04:39 +0000
 

Modified: trunk/librose-datetime-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-datetime-perl/debian/control?rev=67903&op=diff
==============================================================================
--- trunk/librose-datetime-perl/debian/control (original)
+++ trunk/librose-datetime-perl/debian/control Wed Jan 26 22:21:02 2011
@@ -1,21 +1,26 @@
 Source: librose-datetime-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdatetime-perl, librose-object-perl (>= 0.82),
- libtest-pod-perl
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: perl,
+                     libdatetime-perl,
+                     librose-object-perl,
+                     libtest-pod-perl
 Standards-Version: 3.9.1
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-datetime-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-datetime-perl/
 Homepage: http://search.cpan.org/dist/Rose-DateTime/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-datetime-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-datetime-perl/
 
 Package: librose-datetime-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, librose-object-perl (>= 0.82),
- libdatetime-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         librose-object-perl,
+         libdatetime-perl
 Description: collection of Perl modules for manipulating DateTime dates
  Rose::DateTime is a collection of Perl modules that provide a few convenience
  functions and objects for manipulating DateTime dates.
@@ -25,3 +30,4 @@
  .
  Rose::DateTime::Parser encapsulates a date parser with an associated default 
  time zone.
+




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