r24827 - in /trunk/libnet-cups-perl: Changes MANIFEST debian/changelog lib/Net/CUPS.pm lib/Net/CUPS/Destination.pm lib/Net/CUPS/IPP.pm lib/Net/CUPS/PPD.pm t/03_destination.t

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 6 16:10:34 UTC 2008


Author: gregoa
Date: Sat Sep  6 16:10:30 2008
New Revision: 24827

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24827
Log:
New upstream release.

Removed:
    trunk/libnet-cups-perl/t/03_destination.t
Modified:
    trunk/libnet-cups-perl/Changes
    trunk/libnet-cups-perl/MANIFEST
    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=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Changes (original)
+++ trunk/libnet-cups-perl/Changes Sat Sep  6 16:10:30 2008
@@ -1,5 +1,7 @@
 Revision history for Perl extension Net::CUPS.
 
+0.59 Wed Sep  3 13:56:12 2008
+	- I really removed the test this time.
 
 0.58 Thu Aug 21 10:04:32 2008
 	- No changes to the core in this release.  This release is designed

Modified: trunk/libnet-cups-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/MANIFEST?rev=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/MANIFEST (original)
+++ trunk/libnet-cups-perl/MANIFEST Sat Sep  6 16:10:30 2008
@@ -2,6 +2,7 @@
 CUPS.xs
 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

Modified: trunk/libnet-cups-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/changelog?rev=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/changelog (original)
+++ trunk/libnet-cups-perl/debian/changelog Sat Sep  6 16:10:30 2008
@@ -1,3 +1,9 @@
+libnet-cups-perl (0.59-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 06 Sep 2008 18:09:33 +0200
+
 libnet-cups-perl (0.58-1) unstable; urgency=low
 
   * New upstream release.

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=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS.pm Sat Sep  6 16:10:30 2008
@@ -959,7 +959,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 
 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=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm Sat Sep  6 16:10:30 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 
 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=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm Sat Sep  6 16:10:30 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 
 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=24827&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm Sat Sep  6 16:10:30 2008
@@ -964,7 +964,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.58';
+our $VERSION = '0.59';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()




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