r28827 - in /trunk/libgtk2-perl/debian: changelog patches/10-fix_unicode_chars_in_manpages.patch patches/30-disable_libgtk_version_check.patch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Dec 28 11:02:16 UTC 2008


Author: ryan52-guest
Date: Sun Dec 28 11:02:12 2008
New Revision: 28827

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28827
Log:
refreshed quilt patches

Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/patches/10-fix_unicode_chars_in_manpages.patch
    trunk/libgtk2-perl/debian/patches/30-disable_libgtk_version_check.patch

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=28827&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Sun Dec 28 11:02:12 2008
@@ -12,8 +12,9 @@
   * Add me to uploaders, remove old maintainer(s)
   * convert to quilt
   * New upstream release
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 02:58:09 -0800
+    - refreshed quilt patches
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 03:01:53 -0800
 
 libgtk2-perl (1:1.190-1) unstable; urgency=low
 

Modified: trunk/libgtk2-perl/debian/patches/10-fix_unicode_chars_in_manpages.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/10-fix_unicode_chars_in_manpages.patch?rev=28827&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/10-fix_unicode_chars_in_manpages.patch (original)
+++ trunk/libgtk2-perl/debian/patches/10-fix_unicode_chars_in_manpages.patch Sun Dec 28 11:02:12 2008
@@ -2,7 +2,7 @@
 Description: Patch docs to remove unicode characters which are not allowed in ASCII manpages
 --- a/Gtk2.pm
 +++ b/Gtk2.pm
-@@ -337,8 +337,8 @@
+@@ -384,8 +384,8 @@
   Ross McFarland <rwmcfa1 at neces dot com>
   Torsten Schoenfeld <kaffeetisch at web dot de>
   Marc Lehmann <pcg at goof dot com>

Modified: trunk/libgtk2-perl/debian/patches/30-disable_libgtk_version_check.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/30-disable_libgtk_version_check.patch?rev=28827&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/30-disable_libgtk_version_check.patch (original)
+++ trunk/libgtk2-perl/debian/patches/30-disable_libgtk_version_check.patch Sun Dec 28 11:02:12 2008
@@ -3,7 +3,7 @@
 our shlib-dep system is more fine-grained and correct anyway.
 --- a/xs/Gtk2.xs
 +++ b/xs/Gtk2.xs
-@@ -126,6 +126,7 @@
+@@ -125,6 +125,7 @@
  
  	/* make sure that we're running/linked against a version at least as 
  	 * new as we built against, otherwise bad things can happen. */
@@ -11,7 +11,7 @@
  	if ((((int)gtk_major_version) < GTK_MAJOR_VERSION)
  	    ||
  	    (gtk_major_version == GTK_MAJOR_VERSION && 
-@@ -139,6 +140,7 @@
+@@ -138,6 +139,7 @@
  		      " old.  We'll continue, but expect problems!\n",
  		      GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION,
  		      gtk_major_version, gtk_minor_version, gtk_micro_version);




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