r66831 - in /trunk/libpackage-pkg-perl/debian: changelog control copyright libpackage-pkg-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 2 00:13:09 UTC 2011


Author: jawnsy-guest
Date: Sun Jan  2 00:11:32 2011
New Revision: 66831

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66831
Log:
looks good, dch -r

Added:
    trunk/libpackage-pkg-perl/debian/source/
    trunk/libpackage-pkg-perl/debian/source/format
Removed:
    trunk/libpackage-pkg-perl/debian/libpackage-pkg-perl.docs
Modified:
    trunk/libpackage-pkg-perl/debian/changelog
    trunk/libpackage-pkg-perl/debian/control
    trunk/libpackage-pkg-perl/debian/copyright

Modified: trunk/libpackage-pkg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/changelog?rev=66831&op=diff
==============================================================================
--- trunk/libpackage-pkg-perl/debian/changelog (original)
+++ trunk/libpackage-pkg-perl/debian/changelog Sun Jan  2 00:11:32 2011
@@ -1,5 +1,5 @@
-libpackage-pkg-perl (0.0019-1) UNRELEASED; urgency=low
+libpackage-pkg-perl (0.0019-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #608609)
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 1 Jan 2011 16:40:03 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 01 Jan 2011 19:27:48 -0500

Modified: trunk/libpackage-pkg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/control?rev=66831&op=diff
==============================================================================
--- trunk/libpackage-pkg-perl/debian/control (original)
+++ trunk/libpackage-pkg-perl/debian/control Sun Jan  2 00:11:32 2011
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libclone-perl,
+Build-Depends-Indep: perl,
  libmouse-perl,
  libsub-install-perl,
  libtest-most-perl,
  libtry-tiny-perl,
- perl (>= 5.10.0)
+ libclone-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.1
@@ -22,9 +22,11 @@
  libmouse-perl,
  libsub-install-perl,
  libtry-tiny-perl
-Description: Handy package munging utilities
- Package::Pkg is a collection of useful, miscellaneous package-munging
- utilities. Functionality is accessed via the imported pkg keyword, although
- you can also invoke functions directly from the package (Package::Pkg)
+Description: collection of package manipulation utilities
+ Package::Pkg is Perl module that provides several utility functions useful
+ for manipulating packages and their subroutines. You can install arbitrary
+ code references as functions in a given namespace, alias functions from one
+ package to another, and set up an exporter.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ In many respects, this package provides functionality similar to Sub::Install
+ (see libsub-install-perl) and Sub::Exporter (see libsub-exporter-perl).

Modified: trunk/libpackage-pkg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/copyright?rev=66831&op=diff
==============================================================================
--- trunk/libpackage-pkg-perl/debian/copyright (original)
+++ trunk/libpackage-pkg-perl/debian/copyright Sun Jan  2 00:11:32 2011
@@ -2,17 +2,9 @@
 Maintainer: Robert Krimen <robertkrimen at gmail.com>
 Source: http://search.cpan.org/dist/Package-Pkg/
 Name: Package-Pkg
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Robert Krimen <robertkrimen at gmail.com>
+Copyright: 2010, Robert Krimen <robertkrimen at gmail.com>
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libpackage-pkg-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-pkg-perl/debian/source/format?rev=66831&op=file
==============================================================================
--- trunk/libpackage-pkg-perl/debian/source/format (added)
+++ trunk/libpackage-pkg-perl/debian/source/format Sun Jan  2 00:11:32 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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