r43010 - in /trunk/libpango-perl/debian: changelog control copyright patches/fix-manpages rules watch

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Thu Aug 27 14:07:46 UTC 2009


Author: nhandler-guest
Date: Thu Aug 27 14:07:39 2009
New Revision: 43010

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43010
Log:
* New upstream release
* debian/control:
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.3
  - Build-Depend on debhelper (>= 7.0.50) for override in debian/rules
* debian/copyright:
  - Update upstream years
  - Add myself to debian/* copyright
* debian/rules:
  - Switch to short format
* debian/watch:
  - Check cpan instead of sourceforge
* debian/patches/fix-manpages:
  - Add header including URL to upstream bug report

Modified:
    trunk/libpango-perl/debian/changelog
    trunk/libpango-perl/debian/control
    trunk/libpango-perl/debian/copyright
    trunk/libpango-perl/debian/patches/fix-manpages
    trunk/libpango-perl/debian/rules
    trunk/libpango-perl/debian/watch

Modified: trunk/libpango-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/changelog?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/changelog (original)
+++ trunk/libpango-perl/debian/changelog Thu Aug 27 14:07:39 2009
@@ -1,16 +1,27 @@
-libpango-perl (1.221-1) UNRELEASED; urgency=low
+libpango-perl (1.221-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
-
- -- Live session user <ubuntu at ubuntu>  Thu, 27 Aug 2009 12:32:39 +0000
-
-libpango-perl (1.220-2) UNRELEASED; urgency=low
-
+  [ 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:27 +0200
+  [ Nathan Handler ]
+  * New upstream release
+  * debian/control:
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.3
+    - Build-Depend on debhelper (>= 7.0.50) for override in debian/rules
+  * debian/copyright:
+    - Update upstream years
+    - Add myself to debian/* copyright
+  * debian/rules:
+    - Switch to short format
+  * debian/watch:
+    - Check cpan instead of sourceforge
+  * debian/patches/fix-manpages:
+    - Add header including URL to upstream bug report
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Thu, 27 Aug 2009 14:07:02 +0000
 
 libpango-perl (1.220-1) unstable; urgency=low
 

Modified: trunk/libpango-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/control?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/control (original)
+++ trunk/libpango-perl/debian/control Thu Aug 27 14:07:39 2009
@@ -1,13 +1,14 @@
 Source: libpango-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libcairo-perl (>= 1.000),
+Build-Depends: debhelper (>= 7.0.50), libcairo-perl (>= 1.000),
   libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl,
   libglib-perl (>= 1:1.220), perl, xvfb, libpango1.0-dev,
   xauth, xfonts-base, quilt
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.1
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.3
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpango-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpango-perl/

Modified: trunk/libpango-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/copyright?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/copyright (original)
+++ trunk/libpango-perl/debian/copyright Thu Aug 27 14:07:39 2009
@@ -7,11 +7,12 @@
 Upstream-Name: Pango
 
 Files: *
-Copyright: 2003-2008 by the gtk2-perl team
+Copyright: 2003-2009 by the gtk2-perl team
 License: LGPL-2.1+
 
 Files: debian/*
 Copyright: 2008, Ryan Niebur <ryanryan52 at gmail.com>
+ 2009, Nathan Handler <nhandler at ubuntu.com>
 License: LGPL-2.1+
 
 License: LGPL-2.1+

Modified: trunk/libpango-perl/debian/patches/fix-manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/patches/fix-manpages?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/patches/fix-manpages (original)
+++ trunk/libpango-perl/debian/patches/fix-manpages Thu Aug 27 14:07:39 2009
@@ -1,4 +1,6 @@
 add whatis entries to man pages
+
+Upstream Bug Report: http://bugzilla.gnome.org/show_bug.cgi?id=593289
 
 --- a/xs/PangoAttributes.xs
 +++ b/xs/PangoAttributes.xs

Modified: trunk/libpango-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/rules?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/rules (original)
+++ trunk/libpango-perl/debian/rules Thu Aug 27 14:07:39 2009
@@ -1,27 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
+%:
+	dh --with quilt $@
 
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh --before dh_auto_test build
+override_dh_auto_test:
 	xvfb-run dh_auto_test
-	dh --after dh_auto_test build
-	touch $@
-
-clean: unpatch
-	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/libpango-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/watch?rev=43010&op=diff
==============================================================================
--- trunk/libpango-perl/debian/watch (original)
+++ trunk/libpango-perl/debian/watch Thu Aug 27 14:07:39 2009
@@ -1,2 +1,3 @@
 version=3
-http://sf.net/gtk2-perl/ Pango-([0-9.]+).tar.gz
+http://search.cpan.org/dist/Pango/ \
+        .*/Pango-?(\d[\d.-]+)\.tar\.gz$




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