r69764 - in /trunk/libnamespace-autoclean-perl/debian: changelog control copyright
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Feb 26 16:21:57 UTC 2011
Author: jawnsy-guest
Date: Sat Feb 26 16:21:42 2011
New Revision: 69764
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69764
Log:
undo the version dep drop; update copyright info; dch -r
Modified:
trunk/libnamespace-autoclean-perl/debian/changelog
trunk/libnamespace-autoclean-perl/debian/control
trunk/libnamespace-autoclean-perl/debian/copyright
Modified: trunk/libnamespace-autoclean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/changelog?rev=69764&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/changelog (original)
+++ trunk/libnamespace-autoclean-perl/debian/changelog Sat Feb 26 16:21:42 2011
@@ -1,9 +1,4 @@
-libnamespace-autoclean-perl (0.12-1) UNRELEASED; urgency=low
-
- TODO:
- - Please keep versioned dependencies not satisfied in oldstable
- (at least until support for oldstable is dropped).
- - Upstream sources are (C) 2011 (not 2010).
+libnamespace-autoclean-perl (0.12-1) unstable; urgency=low
[ Jonathan Yu ]
* New upstream release
@@ -11,8 +6,8 @@
* Use new 3.0 (quilt) source format
* Standards-Version 3.9.1 (no changes)
* Add myself to Uploaders and Copyright
- * Drop dependencies satisfied in stable
* Rewrite control description
+ * Refresh copyright information
[ Ryan Niebur ]
* Update ryan52's email address
@@ -20,7 +15,7 @@
[ Salvatore Bonaccorso ]
* Update my email address.
- -- Jonathan Yu <jawnsy at cpan.org> Thu, 24 Feb 2011 21:08:27 -0500
+ -- Jonathan Yu <jawnsy at cpan.org> Sat, 26 Feb 2011 11:44:50 -0500
libnamespace-autoclean-perl (0.09-1) unstable; urgency=low
Modified: trunk/libnamespace-autoclean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/control?rev=69764&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/control (original)
+++ trunk/libnamespace-autoclean-perl/debian/control Sat Feb 26 16:21:42 2011
@@ -4,8 +4,8 @@
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl,
libnamespace-clean-perl (>= 0.20),
- libclass-mop-perl,
- libb-hooks-endofscope-perl,
+ libclass-mop-perl (>= 0.80),
+ libb-hooks-endofscope-perl (>= 0.07),
libmoose-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan at debian.org>, Salvatore Bonaccorso <carnil at debian.org>,
@@ -19,8 +19,8 @@
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libnamespace-clean-perl (>= 0.20),
- libclass-mop-perl,
- libb-hooks-endofscope-perl
+ libclass-mop-perl (>= 0.80),
+ libb-hooks-endofscope-perl (>= 0.07)
Description: module to remove imported symbols after compilation
namespace::autoclean is a Perl pragma that keeps your namespace clean by
removing all imported symbols at the end of the current package's compile
Modified: trunk/libnamespace-autoclean-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnamespace-autoclean-perl/debian/copyright?rev=69764&op=diff
==============================================================================
--- trunk/libnamespace-autoclean-perl/debian/copyright (original)
+++ trunk/libnamespace-autoclean-perl/debian/copyright Sat Feb 26 16:21:42 2011
@@ -4,7 +4,7 @@
Name: namespace-autoclean
Files: *
-Copyright: 2010, Florian Ragwitz <rafl at debian.org>
+Copyright: 2010-2011, Florian Ragwitz <rafl at debian.org>
License: Artistic or GPL-1+
Files: debian/*
More information about the Pkg-perl-cvs-commits
mailing list