r52713 - in /trunk/libgtk2-ex-printdialog-perl/debian: README.source changelog compat control copyright patches/01_fix_dialog_combobox.patch rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Feb 14 08:42:26 UTC 2010


Author: ansgar-guest
Date: Sun Feb 14 08:42:02 2010
New Revision: 52713

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52713
Log:
* Use source format 3.0 (quilt).
* Refresh debian/rules for debhelper 7.
* debian/control: Use module name instead of package name in description.
* debian/control: Remove XS-DM-Upload-Allowed: yes.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libgtk2-ex-printdialog-perl/debian/source/
    trunk/libgtk2-ex-printdialog-perl/debian/source/format
Removed:
    trunk/libgtk2-ex-printdialog-perl/debian/README.source
Modified:
    trunk/libgtk2-ex-printdialog-perl/debian/changelog
    trunk/libgtk2-ex-printdialog-perl/debian/compat
    trunk/libgtk2-ex-printdialog-perl/debian/control
    trunk/libgtk2-ex-printdialog-perl/debian/copyright
    trunk/libgtk2-ex-printdialog-perl/debian/patches/01_fix_dialog_combobox.patch
    trunk/libgtk2-ex-printdialog-perl/debian/rules

Modified: trunk/libgtk2-ex-printdialog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/changelog?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/changelog (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/changelog Sun Feb 14 08:42:02 2010
@@ -1,4 +1,4 @@
-libgtk2-ex-printdialog-perl (0.03-3) UNRELEASED; urgency=low
+libgtk2-ex-printdialog-perl (0.03-3) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
@@ -8,21 +8,20 @@
   * debian/watch: use dist-based URL.
 
   [ gregor herrmann ]
-  * debian/rules:
-    - remove *VENDORARCH* variables
-    - remove /usr/lib/perl5 if it exists
-    - let install-stamp target depend on build-stamp
-    - add install to .PHONY target
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 12 Mar 2008 19:12:15 +0100
+  [ Ansgar Burchardt ]
+  * Use source format 3.0 (quilt).
+  * Refresh debian/rules for debhelper 7.
+  * debian/control: Use module name instead of package name in description.
+  * debian/control: Remove XS-DM-Upload-Allowed: yes.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 14 Feb 2010 17:36:58 +0900
 
 libgtk2-ex-printdialog-perl (0.03-2) unstable; urgency=low
 

Modified: trunk/libgtk2-ex-printdialog-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/compat?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/compat (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/compat Sun Feb 14 08:42:02 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libgtk2-ex-printdialog-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/control?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/control (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/control Sun Feb 14 08:42:02 2010
@@ -2,21 +2,21 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: perl (>= 5.8.0), libgtk2-perl, libnet-cups-perl, liblocale-gettext-perl (>= 1.05)
-Standards-Version: 3.7.3
+Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libgtk2-perl, libnet-cups-perl, liblocale-gettext-perl (>= 1.05)
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Gtk2-Ex-PrintDialog/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-printdialog-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/
-XS-DM-Upload-Allowed: yes
 
 Package: libgtk2-ex-printdialog-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libgtk2-perl, liblocale-gettext-perl (>= 1.05), libnet-cups-perl
 Recommends: ghostscript
-Description: a pure-perl alternative to the Gnome2::Print libraries
- libgtk2-ex-printdialog-perl implements a dialog widget that can be used to
+Description: pure-perl alternative to the Gnome2::Print libraries
+ Gtk2::Ex::PrintDialog implements a dialog widget that can be used to
  print PostScript data. It is intended to be a lightweight and pure-perl
  alternative to the Gnome2::Print libraries.
  .
@@ -29,4 +29,3 @@
  Guidelines (HIG). It allows the user to print to any printer installed on the
  system, or to an external command such as lpr, or to print a PostScript or PDF
  file.
-

Modified: trunk/libgtk2-ex-printdialog-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/copyright?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/copyright (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/copyright Sun Feb 14 08:42:02 2010
@@ -1,23 +1,28 @@
-This package was debianized by Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
-on Sun, 18 Nov 2007 18:38:04 +0100.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gavin Brown
+Source: http://search.cpan.org/dist/Gtk2-Ex-PrintDialog/
+Name: Gtk2-Ex-PrintDialog
 
-It was downloaded from http://search.cpan.org/dist/Gtk2-Ex-PrintDialog/
+Copyright:
+ © 2005, Gavin Brown
+License: Artistic or GPL-1+
 
-The upstream Author is Gavin Brown <gavin.brown at uk.com>.
+Files: debian/*
+Copyright:
+ © 2007-2008, Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-COPYRIGHTS
-    PrintDialog.pm
-        (c) 2005 Gavin Brown. All rights reserved.
-    everything else
-        Copyright (C) 2003 Gavin Brown. All rights reserved.
+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
-    This program is free software; you can redistribute them and/or modify it
-    under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-Packaging is copyright (c) 2007 Jeffrey Ratcliffe <Jeffrey.Ratcliffe at gmail.com> and is licensed under the same terms as the software itself.
+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'

Modified: trunk/libgtk2-ex-printdialog-perl/debian/patches/01_fix_dialog_combobox.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/patches/01_fix_dialog_combobox.patch?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/patches/01_fix_dialog_combobox.patch (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/patches/01_fix_dialog_combobox.patch Sun Feb 14 08:42:02 2010
@@ -1,4 +1,7 @@
-# Forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=31142
+From: Jeffrey Ratcliffe <jeffrey.ratcliffe at gmail.com>
+Subject: Bug printing to CUPS printers
+Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=31142
+
 --- a/lib/Gtk2/Ex/PrintDialog.pm
 +++ b/lib/Gtk2/Ex/PrintDialog.pm
 @@ -69,9 +69,11 @@ sub INIT_INSTANCE {

Modified: trunk/libgtk2-ex-printdialog-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/rules?rev=52713&op=diff
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/rules (original)
+++ trunk/libgtk2-ex-printdialog-perl/debian/rules Sun Feb 14 08:42:02 2010
@@ -1,82 +1,3 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we prevent this by setting the INSTALLVENDORARCH
-	# and VENDORARCHEXP environment variables.
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libgtk2-ex-printdialog-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/debian/source/format?rev=52713&op=file
==============================================================================
--- trunk/libgtk2-ex-printdialog-perl/debian/source/format (added)
+++ trunk/libgtk2-ex-printdialog-perl/debian/source/format Sun Feb 14 08:42:02 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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