r74094 - in /trunk/libuuid-tiny-perl/debian: changelog control
carnil at users.alioth.debian.org
carnil at users.alioth.debian.org
Sat May 7 10:47:34 UTC 2011
Author: carnil
Date: Sat May 7 10:46:51 2011
New Revision: 74094
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74094
Log:
* debian/control:
- Bump Build-Depends on debhelper to (>= 8).
- Drop alternate (Build-)Depends(-Indep) on
perl (>= 5.10) | libdigest-sha-perl | libdigest-sha1-perl as oldstable
has already perl (>= 5.10) and Digest::SHA module is in perl core since
oldstable.
Modified:
trunk/libuuid-tiny-perl/debian/changelog
trunk/libuuid-tiny-perl/debian/control
Modified: trunk/libuuid-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-tiny-perl/debian/changelog?rev=74094&op=diff
==============================================================================
--- trunk/libuuid-tiny-perl/debian/changelog (original)
+++ trunk/libuuid-tiny-perl/debian/changelog Sat May 7 10:46:51 2011
@@ -3,9 +3,14 @@
* Team upload.
* Convert to '3.0 (quilt)' source package format.
* Bump Debhelper compat level to 8.
- * debian/control: Bump Build-Depends on debhelper to (>= 8).
+ * debian/control:
+ - Bump Build-Depends on debhelper to (>= 8).
+ - Drop alternate (Build-)Depends(-Indep) on
+ perl (>= 5.10) | libdigest-sha-perl | libdigest-sha1-perl as oldstable
+ has already perl (>= 5.10) and Digest::SHA module is in perl core since
+ oldstable.
- -- Salvatore Bonaccorso <carnil at debian.org> Sat, 07 May 2011 12:16:41 +0200
+ -- Salvatore Bonaccorso <carnil at debian.org> Sat, 07 May 2011 12:45:38 +0200
libuuid-tiny-perl (1.0300-1) unstable; urgency=low
Modified: trunk/libuuid-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-tiny-perl/debian/control?rev=74094&op=diff
==============================================================================
--- trunk/libuuid-tiny-perl/debian/control (original)
+++ trunk/libuuid-tiny-perl/debian/control Sat May 7 10:46:51 2011
@@ -2,8 +2,7 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl,
- perl (>= 5.10) | libdigest-sha-perl | libdigest-sha1-perl
+Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Christine Spang <christine at debian.org>,
Jonathan Yu <jawnsy at cpan.org>
@@ -14,8 +13,7 @@
Package: libuuid-tiny-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- perl (>= 5.10) | libdigest-sha-perl | libdigest-sha1-perl
+Depends: ${perl:Depends}, ${misc:Depends}
Description: pure Perl module to generate v1, v3, v4, and v5 UUIDs
UUID::Tiny provides a simple, non-object-oriented interface for generating
UUIDs from Perl code. It is not suitable for performance-sensitive UUID
More information about the Pkg-perl-cvs-commits
mailing list