r29200 - in /trunk/libglib-perl/debian/patches: fix-man-pages old-maintainers-changes remove-version-checking series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 4 10:10:44 UTC 2009


Author: ryan52-guest
Date: Sun Jan  4 10:10:41 2009
New Revision: 29200

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29200
Log:
split up old maintainers changes

Added:
    trunk/libglib-perl/debian/patches/fix-man-pages   (contents, props changed)
      - copied, changed from r29149, trunk/libglib-perl/debian/patches/old-maintainers-changes
    trunk/libglib-perl/debian/patches/remove-version-checking
Removed:
    trunk/libglib-perl/debian/patches/old-maintainers-changes
Modified:
    trunk/libglib-perl/debian/patches/series

Copied: trunk/libglib-perl/debian/patches/fix-man-pages (from r29149, trunk/libglib-perl/debian/patches/old-maintainers-changes)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/fix-man-pages?rev=29200&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/old-maintainers-changes (original)
+++ trunk/libglib-perl/debian/patches/fix-man-pages Sun Jan  4 10:10:41 2009
@@ -1,3 +1,5 @@
+improves man pages
+
 --- a/GParamSpec.xs
 +++ b/GParamSpec.xs
 @@ -206,6 +206,8 @@
@@ -129,25 +131,6 @@
  E<lt>gc at mandrakesoft dot comE<gt> on the first gtk2-perl module, and from
  the sourcecode of the original gtk-perl and pygtk projects.  Marc Lehmann
  E<lt>pcg at goof dot comE<gt> did lots of great work on the magic of making
---- a/Glib.xs
-+++ b/Glib.xs
-@@ -392,6 +392,8 @@
- #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
- 	/* make sure that we're running/linked against a version at least as 
- 	 * new as we built against, otherwise bad things will happen. */
-+	/* Debian has a proper lib dependency system and doesn't need this check:
-+
- 	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
- 	    ||
- 	    (glib_major_version == GLIB_MAJOR_VERSION && 
-@@ -405,6 +407,7 @@
- 		      " old.  We'll continue, but expect problems!\n",
- 		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
- 		    glib_major_version, glib_minor_version, glib_micro_version);
-+     */
- 
- ##
- ## NOTE: in order to avoid overwriting the docs for the main Glib.pm, 
 --- a/MakeHelper.pm
 +++ b/MakeHelper.pm
 @@ -433,7 +433,7 @@

Propchange: trunk/libglib-perl/debian/patches/fix-man-pages
------------------------------------------------------------------------------
    svn:mergeinfo = 

Added: trunk/libglib-perl/debian/patches/remove-version-checking
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/remove-version-checking?rev=29200&op=file
==============================================================================
--- trunk/libglib-perl/debian/patches/remove-version-checking (added)
+++ trunk/libglib-perl/debian/patches/remove-version-checking Sun Jan  4 10:10:41 2009
@@ -1,0 +1,20 @@
+Debian has a proper lib dependency system and doesn't need this check
+
+--- a/Glib.xs
++++ b/Glib.xs
+@@ -392,6 +392,7 @@
+ #endif /* GLIB_CHECK_VERSION (2, 12, 0) */
+ 	/* make sure that we're running/linked against a version at least as 
+ 	 * new as we built against, otherwise bad things will happen. */
++
+ 	if ((((int)glib_major_version) < GLIB_MAJOR_VERSION)
+ 	    ||
+ 	    (glib_major_version == GLIB_MAJOR_VERSION && 
+@@ -405,6 +407,7 @@
+ 		      " old.  We'll continue, but expect problems!\n",
+ 		    GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION,
+ 		    glib_major_version, glib_minor_version, glib_micro_version);
++     */
+ 
+ ##
+ ## NOTE: in order to avoid overwriting the docs for the main Glib.pm, 

Modified: trunk/libglib-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/series?rev=29200&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/series (original)
+++ trunk/libglib-perl/debian/patches/series Sun Jan  4 10:10:41 2009
@@ -1,1 +1,2 @@
-old-maintainers-changes
+remove-version-checking
+fix-man-pages




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