--- libnet-cups-perl-0.60.orig/debian/changelog +++ libnet-cups-perl-0.60/debian/changelog @@ -0,0 +1,142 @@ +libnet-cups-perl (0.60-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:05:13 +0000 + +libnet-cups-perl (0.60-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:20:05 +0100 + +libnet-cups-perl (0.60-1) unstable; 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 + (source stanza). + + [ Rene Mayorga ] + * debian/control: update my email address. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Thu, 30 Jul 2009 15:07:34 -0400 + +libnet-cups-perl (0.59-1) unstable; urgency=low + + * New upstream release. + * Set debhelper compatibility level to 7; adapt + debian/{control,compat,rules}. + * No need to select specific tests any more, t/03_destination.t has been + moved to extra_t/. + * Convert debian/copyright to the new format. + + -- gregor herrmann Sat, 06 Sep 2008 18:22:55 +0200 + +libnet-cups-perl (0.58-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Update years of copyright. + + -- gregor herrmann Sat, 23 Aug 2008 13:00:01 -0300 + +libnet-cups-perl (0.57-2) unstable; urgency=low + + * Don't run test t/03_destination.t, it requires a cups daemon at localhost + (closes: #494931). + * Remove the patch against the test, as we don't run it any more. Remove + quilt fragments. + + -- gregor herrmann Wed, 13 Aug 2008 20:05:58 -0300 + +libnet-cups-perl (0.57-1) unstable; urgency=low + + [ gregor herrmann ] + * Change build dependency from libcupsys2-dev to libcups2-dev and Suggests: + from cupsys-common to cups-common (the cups* packages have been renamed; + closes: #494035). + + [ Martín Ferrari ] + * Updating my email address + + [ Gunnar Wolf ] + * New upstream release. + * Added myself as an uploader + * Added build-dependency on quilt + * Standards-version -> 3.8.0 + * Disabled some test cases requiring interactivity or root privileges, + which caused a FTBFS + + -- Gunnar Wolf Tue, 12 Aug 2008 10:58:43 -0500 + +libnet-cups-perl (0.55-3) unstable; urgency=medium + + * Set build dependency on libcupsys2-dev to >= 1.3.7-3; fixes + "FTBFS: CUPS.xs:15:23: error: cups/i18n.h: No such file or directory" + (closes: #474870); set urgency to medium because of the RC bug. + * Refresh debian/rules, no functional changes, except: add const-c.inc + and const-xs.inc to dh_clean call. + * Add /me to Uploaders. + + -- gregor herrmann Wed, 23 Apr 2008 17:09:59 +0200 + +libnet-cups-perl (0.55-2) unstable; urgency=low + + [ gregor herrmann ] + The 'ready for perl 5.10' release. + + * debian/rules: delete /usr/share/perl5 only if it exists. + * Set Standards-Version to 3.7.3 (no changes). + * Set debhelper compatibility level to 6. + * debian/watch: use dist-based URL. + * Remove debian/docs, install files directly from debian/rules. + * Remove debian/examples, install files directly from debian/rules. + * debian/copyright: + - make reference to Perl license more verbose + - add copyright and license information for ppport.h + * debian/rules: + - always create new Makefile + - move dh_clean before make distclean and use it to remove -stamp files + - create install-stamp target depending on build-stamp + - use DESTDIR and PREFIX in install-stamp target + + [ Damyan Ivanov ] + * add myself to Uploaders + + -- Damyan Ivanov Wed, 23 Jan 2008 22:31:11 +0200 + +libnet-cups-perl (0.55-1) unstable; urgency=low + + [ Gregor Herrmman ] + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: + Homepage pseudo-field (Description); XS-Vcs-Svn fields. + + [ Martín Ferrari ] + + * New upstream release. + * Added myself to uploaders. + * Added new examples from upstream. + * Loosened the versioned dependency on perl. + + -- Martín Ferrari Sun, 14 Oct 2007 22:52:37 -0300 + +libnet-cups-perl (0.51-1) unstable; urgency=low + + * Initial release (Closes: #428727) + + -- Rene Mayorga Wed, 13 Jun 2007 15:02:18 -0600 + --- libnet-cups-perl-0.60.orig/debian/rules +++ libnet-cups-perl-0.60/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnet-cups-perl-0.60.orig/debian/watch +++ libnet-cups-perl-0.60/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Net-CUPS/ .*/Net-CUPS-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libnet-cups-perl-0.60.orig/debian/compat +++ libnet-cups-perl-0.60/debian/compat @@ -0,0 +1 @@ +7 --- libnet-cups-perl-0.60.orig/debian/control +++ libnet-cups-perl-0.60/debian/control @@ -0,0 +1,23 @@ +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 +Uploaders: Damyan Ivanov , Jonathan Yu , + Rene Mayorga , Martín Ferrari , + gregor herrmann , Gunnar Wolf +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/ + +Package: libnet-cups-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: cups-common +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. --- libnet-cups-perl-0.60.orig/debian/libnet-cups-perl.examples +++ libnet-cups-perl-0.60/debian/libnet-cups-perl.examples @@ -0,0 +1 @@ +examples/* --- libnet-cups-perl-0.60.orig/debian/copyright +++ libnet-cups-perl-0.60/debian/copyright @@ -0,0 +1,38 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: D. Hageman +Upstream-Source: http://search.cpan.org/dist/Net-CUPS/ +Upstream-Name: Net-CUPS + +Files: * +Copyright: 2006-2009, Dracken Technology, Inc. (http://www.dracken.com/) + 2003-2005, D. Hageman +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: ppport.h +Copyright: 2004-2009, Marcus Holland-Moritz + 2001, Paul Marquess (Version 2.x) + 1999, Kenneth Albanowski (Version 1.x) +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2008, gregor herrmann + 2007, Rene Mayorga +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in /usr/share/common-licenses/Artistic + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'