r42388 - in /trunk/libnet-cups-perl: Changes MANIFEST META.yml Makefile.PL const-c.inc const-xs.inc debian/changelog lib/Net/CUPS.pm lib/Net/CUPS/Destination.pm lib/Net/CUPS/IPP.pm lib/Net/CUPS/PPD.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 22 00:39:24 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 22 00:39:17 2009
New Revision: 42388

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42388
Log:
No release needed
IGNORE-VERSION: 0.61-1
* New upstream release

Added:
    trunk/libnet-cups-perl/META.yml
      - copied unchanged from r42387, branches/upstream/libnet-cups-perl/current/META.yml
    trunk/libnet-cups-perl/const-c.inc
      - copied unchanged from r42387, branches/upstream/libnet-cups-perl/current/const-c.inc
    trunk/libnet-cups-perl/const-xs.inc
      - copied unchanged from r42387, branches/upstream/libnet-cups-perl/current/const-xs.inc
Modified:
    trunk/libnet-cups-perl/Changes
    trunk/libnet-cups-perl/MANIFEST
    trunk/libnet-cups-perl/Makefile.PL
    trunk/libnet-cups-perl/debian/changelog
    trunk/libnet-cups-perl/lib/Net/CUPS.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm
    trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm

Modified: trunk/libnet-cups-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/Changes?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Changes (original)
+++ trunk/libnet-cups-perl/Changes Sat Aug 22 00:39:17 2009
@@ -1,4 +1,7 @@
 Revision history for Perl extension Net::CUPS.
+
+0.61 Tue Aug 18 21:21:28 2009
+	- Changes to build system to make it easier for packagers.
 
 0.60 Thu Jul 30 08:28:18 2009
 	- Graham Jenkins <graham at vpac.org> reported additional issues

Modified: trunk/libnet-cups-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/MANIFEST?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/MANIFEST (original)
+++ trunk/libnet-cups-perl/MANIFEST Sat Aug 22 00:39:17 2009
@@ -1,20 +1,23 @@
+META.yml
+typemap
+t/01_use.t
+t/02_cups.t
+const-c.inc
+Makefile.PL
+TODO
 Changes
-CUPS.xs
+extra_t/03_destination.t
+MANIFEST
+README
+lib/Net/CUPS/Destination.pm
+lib/Net/CUPS/PPD.pm
+lib/Net/CUPS/IPP.pm
+lib/Net/CUPS.pm
+packer.c
+fallback/const-c.inc
+fallback/const-xs.inc
 examples/list_dests.pl
 examples/print_file.pl
-extra_t/03_destination.t
-fallback/const-c.inc
-fallback/const-xs.inc
-lib/Net/CUPS/Destination.pm
-lib/Net/CUPS/IPP.pm
-lib/Net/CUPS.pm
-lib/Net/CUPS/PPD.pm
-Makefile.PL
-MANIFEST
-packer.c
+const-xs.inc
+CUPS.xs
 ppport.h
-README
-t/01_use.t
-t/02_cups.t
-TODO
-typemap

Modified: trunk/libnet-cups-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/Makefile.PL?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Makefile.PL (original)
+++ trunk/libnet-cups-perl/Makefile.PL Sat Aug 22 00:39:17 2009
@@ -54,6 +54,7 @@
 WriteMakefile(
     NAME              => 'Net::CUPS',
     VERSION_FROM      => 'lib/Net/CUPS.pm', # finds $VERSION
+	LICENSE			  => 'perl',
     PREREQ_PM         => {'Test::More'  =>  0, }, # e.g., Module::Name => 1.1
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'lib/Net/CUPS.pm', # retrieve abstract from module

Modified: trunk/libnet-cups-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/changelog?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/changelog (original)
+++ trunk/libnet-cups-perl/debian/changelog Sat Aug 22 00:39:17 2009
@@ -1,10 +1,17 @@
-libnet-cups-perl (0.60-2) UNRELEASED; urgency=low
+libnet-cups-perl (0.61-1) UNRELEASED; urgency=low
 
+  No release needed
+  IGNORE-VERSION: 0.61-1
+
+  [ Jonathan Yu ]
+  * New upstream release
+
+  [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Sun, 16 Aug 2009 20:15:16 +0200
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 21 Aug 2009 16:42:15 -0400
 
 libnet-cups-perl (0.60-1) unstable; urgency=medium
 

Modified: trunk/libnet-cups-perl/lib/Net/CUPS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS.pm?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS.pm Sat Aug 22 00:39:17 2009
@@ -959,7 +959,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm Sat Aug 22 00:39:17 2009
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm Sat Aug 22 00:39:17 2009
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm?rev=42388&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm Sat Aug 22 00:39:17 2009
@@ -964,7 +964,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.60';
+our $VERSION = '0.61';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()




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