r57932 - in /trunk/libgtk2-spell-perl/debian: changelog control patches/ patches/fix-Makefile.PL.patch patches/series rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat May 15 03:18:52 UTC 2010


Author: ansgar-guest
Date: Sat May 15 03:18:24 2010
New Revision: 57932

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57932
Log:
* Fix non-numeric dependencies breaking the build with Perl 5.12.
  Thanks to Niko Tyni <ntyni at debian.org> for the patch.
  (Closes: #578906)
  + new patch: fix-Makefile.PL.patch
* Use source format 3.0 (quilt).
* Add myself to Uploaders.
* debian/control: Make build-dep on perl unversioned.
* Bump Standards-Version to 3.8.4.
* Use xvfb to run test suite.

Added:
    trunk/libgtk2-spell-perl/debian/patches/
    trunk/libgtk2-spell-perl/debian/patches/fix-Makefile.PL.patch
    trunk/libgtk2-spell-perl/debian/patches/series
    trunk/libgtk2-spell-perl/debian/source/
    trunk/libgtk2-spell-perl/debian/source/format
Modified:
    trunk/libgtk2-spell-perl/debian/changelog
    trunk/libgtk2-spell-perl/debian/control
    trunk/libgtk2-spell-perl/debian/rules

Modified: trunk/libgtk2-spell-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/changelog?rev=57932&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/changelog (original)
+++ trunk/libgtk2-spell-perl/debian/changelog Sat May 15 03:18:24 2010
@@ -1,8 +1,20 @@
-libgtk2-spell-perl (1.03-4) UNRELEASED; urgency=low
+libgtk2-spell-perl (1.03-4) unstable; urgency=low
 
+  [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:02 -0700
+  [ Ansgar Burchardt ]
+  * Fix non-numeric dependencies breaking the build with Perl 5.12.
+    Thanks to Niko Tyni <ntyni at debian.org> for the patch.
+    (Closes: #578906)
+    + new patch: fix-Makefile.PL.patch
+  * Use source format 3.0 (quilt).
+  * Add myself to Uploaders.
+  * debian/control: Make build-dep on perl unversioned.
+  * Bump Standards-Version to 3.8.4.
+  * Use xvfb to run test suite.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 15 May 2010 12:15:17 +0900
 
 libgtk2-spell-perl (1.03-3) unstable; urgency=low
 

Modified: trunk/libgtk2-spell-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/control?rev=57932&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/control (original)
+++ trunk/libgtk2-spell-perl/debian/control Sat May 15 03:18:24 2010
@@ -1,17 +1,20 @@
 Source: libgtk2-spell-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.00), libgtk2-perl (>= 1.00), libgtkspell-dev (>= 2.0)
+Build-Depends: debhelper (>= 7.0.50~), perl, xvfb, xauth,
+ libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.00),
+ libgtk2-perl (>= 1.00), libgtkspell-dev (>= 2.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Ryan Niebur <ryan at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-spell-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-spell-perl/
 
 Package: libgtk2-spell-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1.00), libgtk2-perl (>= 1.00)
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libglib-perl (>= 1.00), libgtk2-perl (>= 1.00)
 Description: Perl interface to the GtkSpell library
  libgtk2-spell-perl allows to use the GtkSpell library in Perl applications
  using a Gtk2/GNOME interface. It can be used in concert with Gtk2::TextView

Added: trunk/libgtk2-spell-perl/debian/patches/fix-Makefile.PL.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/patches/fix-Makefile.PL.patch?rev=57932&op=file
==============================================================================
--- trunk/libgtk2-spell-perl/debian/patches/fix-Makefile.PL.patch (added)
+++ trunk/libgtk2-spell-perl/debian/patches/fix-Makefile.PL.patch Sat May 15 03:18:24 2010
@@ -1,0 +1,20 @@
+From: Niko Tyni <ntyni at debian.org>
+Date: Thu, 13 May 2010 15:49:37 +0300
+Bug-Debian: http://bugs.debian.org/578906
+Subject: Fix non-numeric dependencies breaking the build with Perl 5.12
+
+The version module has become stricter about what is numeric and what
+is not.
+--- libgtk2-spell-perl.orig/Makefile.PL
++++ libgtk2-spell-perl/Makefile.PL
+@@ -11,8 +11,8 @@
+ our %build_reqs = (
+ 	'perl-ExtUtils-Depends'   => '0.1',
+ 	'perl-ExtUtils-PkgConfig' => '0.1',
+-	'perl-Glib'               => '1.00rc2',
+-	'perl-Gtk2'               => '1.00rc2',
++	'perl-Glib'               => '1.00',
++	'perl-Gtk2'               => '1.00',
+ 	'GtkSpell'                => '2.0.0',
+ );
+ 

Added: trunk/libgtk2-spell-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/patches/series?rev=57932&op=file
==============================================================================
--- trunk/libgtk2-spell-perl/debian/patches/series (added)
+++ trunk/libgtk2-spell-perl/debian/patches/series Sat May 15 03:18:24 2010
@@ -1,0 +1,1 @@
+fix-Makefile.PL.patch

Modified: trunk/libgtk2-spell-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/rules?rev=57932&op=diff
==============================================================================
--- trunk/libgtk2-spell-perl/debian/rules (original)
+++ trunk/libgtk2-spell-perl/debian/rules Sat May 15 03:18:24 2010
@@ -1,24 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh --before dh_auto_test build
-	dh --after dh_auto_test 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
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

Added: trunk/libgtk2-spell-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-spell-perl/debian/source/format?rev=57932&op=file
==============================================================================
--- trunk/libgtk2-spell-perl/debian/source/format (added)
+++ trunk/libgtk2-spell-perl/debian/source/format Sat May 15 03:18:24 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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