r41043 - in /trunk/libnet-cups-perl: CUPS.xs Changes README debian/changelog debian/control debian/copyright debian/libnet-cups-perl.docs debian/rules 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
Thu Jul 30 22:56:21 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 30 22:56:15 2009
New Revision: 41043

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41043
Log:
* New upstream release
  + Updated copyright years
  + Fixes double-free issues due to cleanup in DESTROY
* Added myself to Copyright and Uploaders
* Removed .docs, none of the stuff is important
* Updated to new shorter rules format
* Standards-Version 3.8.2 (no changes)
* Rewrite the control description

Removed:
    trunk/libnet-cups-perl/debian/libnet-cups-perl.docs
Modified:
    trunk/libnet-cups-perl/CUPS.xs
    trunk/libnet-cups-perl/Changes
    trunk/libnet-cups-perl/README
    trunk/libnet-cups-perl/debian/changelog
    trunk/libnet-cups-perl/debian/control
    trunk/libnet-cups-perl/debian/copyright
    trunk/libnet-cups-perl/debian/rules
    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/CUPS.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/CUPS.xs?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/CUPS.xs (original)
+++ trunk/libnet-cups-perl/CUPS.xs Thu Jul 30 22:56:15 2009
@@ -461,7 +461,6 @@
 		/* If we use the following function, then we will get errors */
 		/* about double frees.                                       */
 		/*cupsFreeDests( 1, self );                                  */
-		free( self->name );
 		if( self->instance )
 			free( self->instance );
 		cupsFreeOptions( self->num_options, self->options );

Modified: trunk/libnet-cups-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/Changes?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/Changes (original)
+++ trunk/libnet-cups-perl/Changes Thu Jul 30 22:56:15 2009
@@ -1,4 +1,9 @@
 Revision history for Perl extension Net::CUPS.
+
+0.60 Thu Jul 30 08:28:18 2009
+	- Graham Jenkins <graham at vpac.org> reported additional issues
+	  with the cleanup in the DESTROY method.  Tweaked it to avoid
+	  double free issues.
 
 0.59 Wed Sep  3 13:56:12 2008
 	- I really removed the test this time.

Modified: trunk/libnet-cups-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/README?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/README (original)
+++ trunk/libnet-cups-perl/README Thu Jul 30 22:56:15 2009
@@ -34,7 +34,7 @@
 COPYRIGHT AND LICENSE
 
 Copyright (C) 2003-2005 D. Hageman <dhageman at dracken.com>
-Copyright (C) 2006-2008 Dracken Technology, Inc. (http://www.dracken.com/)
+Copyright (C) 2006-2009 Dracken Technology, Inc. (http://www.dracken.com/)
 
 SPECIAL THANKS
 

Modified: trunk/libnet-cups-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/changelog?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/changelog (original)
+++ trunk/libnet-cups-perl/debian/changelog Thu Jul 30 22:56:15 2009
@@ -1,4 +1,14 @@
-libnet-cups-perl (0.59-2) UNRELEASED; urgency=low
+libnet-cups-perl (0.60-1) UNRELEASED; urgency=medium
+
+  [ Jonathan Yu ]
+  * New upstream release
+    + Updated copyright years
+    + Fixes double-free issues due to cleanup in DESTROY
+  * Added myself to Copyright and Uploaders
+  * Removed .docs, none of the stuff is important
+  * Updated to new shorter rules format
+  * Standards-Version 3.8.2 (no changes)
+  * Rewrite the control description
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -10,7 +20,7 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:28:10 -0600
+ -- Jonathan Yu <frequency at cpan.org>  Thu, 30 Jul 2009 14:35:20 -0400
 
 libnet-cups-perl (0.59-1) unstable; urgency=low
 

Modified: trunk/libnet-cups-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/control?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/control (original)
+++ trunk/libnet-cups-perl/debian/control Thu Jul 30 22:56:15 2009
@@ -1,12 +1,13 @@
 Source: libnet-cups-perl
 Section: perl
 Priority: optional
+Build-Depends: perl (>= 5.6.0-16), debhelper (>= 7), libcups2-dev (>= 1.3.7-3),
+ libcupsimage2-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Mayorga <rmayorga at debian.org>,
- Martín Ferrari <tincho at debian.org>, Damyan Ivanov <dmn at debian.org>,
+Uploaders: Damyan Ivanov <dmn at debian.org>, Jonathan Yu <frequency at cpan.org>,
+ Rene Mayorga <rmayorga at debian.org>, Martín Ferrari <tincho at debian.org>,
  gregor herrmann <gregoa at debian.org>, Gunnar Wolf <gwolf at debian.org>
-Build-Depends: perl, debhelper (>= 7), libcups2-dev (>= 1.3.7-3), libcupsimage2-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Net-CUPS/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-cups-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-cups-perl/
@@ -15,6 +16,8 @@
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: cups-common
-Description: Provides an interface for printing with CUPS
- Net::CUPS is a Perl Module that provides an Object oriented interface for 
- The Common Unix Printing System(CUPS)
+Description: Perl module for printing through CUPS
+ Net::CUPS is a Perl module that provides an object-oriented interface to the
+ Common Unix Printing System (CUPS). It supports retrieving information such
+ as names of all configured printers, authenticating with username/password
+ credentials, and various other utilities for manipulating the CUPS daemon.

Modified: trunk/libnet-cups-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/copyright?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/copyright (original)
+++ trunk/libnet-cups-perl/debian/copyright Thu Jul 30 22:56:15 2009
@@ -5,23 +5,22 @@
 Upstream-Name: Net-CUPS
 
 Files: *
-Copyright: 
- (C) 2003-2005 D. Hageman <dhageman at dracken.com>
- (C) 2006-2008 Dracken Technology, Inc. (http://www.dracken.com/)
-License-Alias: perl
+Copyright:  2006-2009, Dracken Technology, Inc. (http://www.dracken.com/)
+ 2003-2005, D. Hageman <dhageman at dracken.com>
+License-Alias: Perl
 License: Artistic | GPL-1+
 
-Files: :ppport.h
-Copyright:
- Version 3.x, Copyright (c) 2004-2006, Marcus Holland-Moritz.
- Version 2.x, Copyright (C) 2001, Paul Marquess.
- Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
-License-Alias: perl
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: (C) 2007, Rene Mayorga <rmayorga at debian.org.sv>
- (C) 2008, gregor herrmann <gregoa at debian.org>
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2007, Rene Mayorga <rmayorga at debian.org.sv>
 License: Artistic | GPL-1+
 
 License: Artistic

Modified: trunk/libnet-cups-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-cups-perl/debian/rules?rev=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/debian/rules (original)
+++ trunk/libnet-cups-perl/debian/rules Thu Jul 30 22:56:15 2009
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS.pm Thu Jul 30 22:56:15 2009
@@ -959,7 +959,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1350,7 +1350,7 @@
 
 Copyright (c) 2003-2005 David Hageman 
 
-Copyright (c) 2006-2007 Dracken Technology, Inc.
+Copyright (c) 2006-2009 Dracken Technology, Inc.
 
 All rights reserved.
 

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=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/Destination.pm Thu Jul 30 22:56:15 2009
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1294,7 +1294,7 @@
 
 Copyright (c) 2003-2005 David Hageman 
 
-Copyright (c) 2006-2007 Dracken Technology, Inc.
+Copyright (c) 2006-2009 Dracken Technology, Inc.
 
 All rights reserved.
 

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=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/IPP.pm Thu Jul 30 22:56:15 2009
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1172,7 +1172,7 @@
 
 Copyright (c) 2003-2005 David Hageman 
 
-Copyright (c) 2006-2007 Dracken Technology, Inc.
+Copyright (c) 2006-2009 Dracken Technology, Inc.
 
 All rights reserved.
 

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=41043&op=diff
==============================================================================
--- trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm (original)
+++ trunk/libnet-cups-perl/lib/Net/CUPS/PPD.pm Thu Jul 30 22:56:15 2009
@@ -964,7 +964,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.59';
+our $VERSION = '0.60';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1219,7 +1219,7 @@
 
 Copyright (c) 2003-2005 David Hageman 
 
-Copyright (c) 2006-2007 Dracken Technology, Inc.
+Copyright (c) 2006-2009 Dracken Technology, Inc.
 
 All rights reserved.
 




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