r18927 - in /packages/unstable/gnome-python-extras/debian: changelog patches/03_gdl-gnome.patch patches/70_autotools.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Mar 9 17:14:08 UTC 2009


Author: joss
Date: Mon Mar  9 17:14:08 2009
New Revision: 18927

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18927
Log:
* 03_gdl-gnome.patch: new patch. Don't require gdl-gnome if we have 
  version 2.24, since it disappeared.
* Disable gda module building until gda4 is in the archive - nothing 
  in the archive uses it anyway.

Added:
    packages/unstable/gnome-python-extras/debian/patches/03_gdl-gnome.patch
Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch
    packages/unstable/gnome-python-extras/debian/patches/series

Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=18927&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Mon Mar  9 17:14:08 2009
@@ -7,8 +7,11 @@
   * New upstream release, that builds with the gdl version in unstable.
   * 01_xul19.patch: updated for the new version.
   * 03_gdl-icons.patch: removed, merged upstream.
+  * 03_gdl-gnome.patch: new patch. Don't require gdl-gnome if we have 
+    version 2.24, since it disappeared.
   * 70_autotools.patch: refreshed.
-  * Disable gda module building until gda4 is in the archive.
+  * Disable gda module building until gda4 is in the archive - nothing 
+    in the archive uses it anyway.
   * Also disable gksu 1.X which must die.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 08 Mar 2009 15:55:39 +0100

Added: packages/unstable/gnome-python-extras/debian/patches/03_gdl-gnome.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/03_gdl-gnome.patch?rev=18927&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/03_gdl-gnome.patch (added)
+++ packages/unstable/gnome-python-extras/debian/patches/03_gdl-gnome.patch Mon Mar  9 17:14:08 2009
@@ -1,0 +1,17 @@
+Index: gnome-python-extras-2.25.3/configure.ac
+===================================================================
+--- gnome-python-extras-2.25.3.orig/configure.ac	2009-03-09 18:08:20.473677899 +0100
++++ gnome-python-extras-2.25.3/configure.ac	2009-03-09 18:13:07.493370346 +0100
+@@ -335,10 +335,10 @@ dnl should we build the gdl module?
+ AC_ARG_BINDING([gdl], [ON])
+ if $build_gdl; then
+   have_gdl07=false
+-  PKG_CHECK_MODULES(GDL, [gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= pygtk_required_version], dnl
++  PKG_CHECK_MODULES(GDL, [gdl-1.0 >= 2.24 pygtk-2.0 >= pygtk_required_version], dnl
+                     [build_gdl=true; have_gdl07=true], build_gdl=false)
+ 
+-  dnl try again with no gnome and older version
++  dnl try again with an older version
+   if ! $build_gdl; then
+     PKG_CHECK_MODULES(GDL, [gdl-1.0 >= 0.6.1 pygtk-2.0 >= pygtk_required_version], dnl
+                       build_gdl=true, build_gdl=false)

Modified: packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch?rev=18927&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch (original)
+++ packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch Mon Mar  9 17:14:08 2009
@@ -4,8 +4,8 @@
 
 Index: gnome-python-extras-2.25.3/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/Makefile.in	2009-03-09 17:42:08.729674890 +0100
-+++ gnome-python-extras-2.25.3/Makefile.in	2009-03-09 17:43:11.585176428 +0100
+--- gnome-python-extras-2.25.3.orig/Makefile.in	2009-03-09 18:08:06.413176913 +0100
++++ gnome-python-extras-2.25.3/Makefile.in	2009-03-09 18:13:18.369176348 +0100
 @@ -167,6 +167,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -63,8 +63,8 @@
  	touch $@
 Index: gnome-python-extras-2.25.3/aclocal.m4
 ===================================================================
---- gnome-python-extras-2.25.3.orig/aclocal.m4	2009-03-09 17:42:08.709676887 +0100
-+++ gnome-python-extras-2.25.3/aclocal.m4	2009-03-09 17:43:11.617173232 +0100
+--- gnome-python-extras-2.25.3.orig/aclocal.m4	2009-03-09 18:08:06.389174910 +0100
++++ gnome-python-extras-2.25.3/aclocal.m4	2009-03-09 18:13:18.405177153 +0100
 @@ -13,6137 +13,5105 @@
  
  m4_ifndef([AC_AUTOCONF_VERSION],
@@ -14644,8 +14644,8 @@
  m4_include([acinclude.m4])
 Index: gnome-python-extras-2.25.3/configure
 ===================================================================
---- gnome-python-extras-2.25.3.orig/configure	2009-03-09 17:42:08.689674973 +0100
-+++ gnome-python-extras-2.25.3/configure	2009-03-09 17:43:16.729672725 +0100
+--- gnome-python-extras-2.25.3.orig/configure	2009-03-09 18:08:06.369175000 +0100
++++ gnome-python-extras-2.25.3/configure	2009-03-09 18:14:06.901672379 +0100
 @@ -1,11 +1,11 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -25000,18 +25000,20 @@
 - elif test -n "$PKG_CONFIG"; then
 -    if test -n "$PKG_CONFIG" && \
 -    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0\"") >&5
+-  ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0") 2>&5
 +if test -n "$PKG_CONFIG"; then
 +    if test -n "$GDL_CFLAGS"; then
 +        pkg_cv_GDL_CFLAGS="$GDL_CFLAGS"
 +    else
 +        if test -n "$PKG_CONFIG" && \
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0\"") >&5
-   ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0") 2>&5
++    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0\"") >&5
++  ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0") 2>&5
    ac_status=$?
 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
-   pkg_cv_GDL_CFLAGS=`$PKG_CONFIG --cflags "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>/dev/null`
+-  pkg_cv_GDL_CFLAGS=`$PKG_CONFIG --cflags "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>/dev/null`
++  pkg_cv_GDL_CFLAGS=`$PKG_CONFIG --cflags "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0" 2>/dev/null`
  else
    pkg_failed=yes
  fi
@@ -25026,18 +25028,20 @@
 - elif test -n "$PKG_CONFIG"; then
 -    if test -n "$PKG_CONFIG" && \
 -    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0\"") >&5
+-  ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0") 2>&5
 +if test -n "$PKG_CONFIG"; then
 +    if test -n "$GDL_LIBS"; then
 +        pkg_cv_GDL_LIBS="$GDL_LIBS"
 +    else
 +        if test -n "$PKG_CONFIG" && \
-+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0\"") >&5
-   ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0") 2>&5
++    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0\"") >&5
++  ($PKG_CONFIG --exists --print-errors "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0") 2>&5
    ac_status=$?
 -  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    (exit $ac_status); }; then
-   pkg_cv_GDL_LIBS=`$PKG_CONFIG --libs "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>/dev/null`
+-  pkg_cv_GDL_LIBS=`$PKG_CONFIG --libs "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>/dev/null`
++  pkg_cv_GDL_LIBS=`$PKG_CONFIG --libs "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0" 2>/dev/null`
  else
    pkg_failed=yes
  fi
@@ -25054,10 +25058,10 @@
  fi
          if test $_pkg_short_errors_supported = yes; then
 -	        GDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>&1`
-+	        GDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0"`
++	        GDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0"`
          else
 -	        GDL_PKG_ERRORS=`$PKG_CONFIG --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0" 2>&1`
-+	        GDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdl-1.0 >= 0.7.1 gdl-gnome-1.0 >= 0.7.1 pygtk-2.0 >= 2.4.0"`
++	        GDL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gdl-1.0 >= 2.24 pygtk-2.0 >= 2.4.0"`
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$GDL_PKG_ERRORS" >&5
@@ -27268,8 +27272,8 @@
  echo
 Index: gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/docs/gtkmozembed/Makefile.in	2009-03-09 17:42:08.669674527 +0100
-+++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.in	2009-03-09 17:43:11.661173237 +0100
+--- gnome-python-extras-2.25.3.orig/docs/gtkmozembed/Makefile.in	2009-03-09 18:08:06.349175483 +0100
++++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.in	2009-03-09 18:13:18.445173158 +0100
 @@ -129,6 +129,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27318,8 +27322,8 @@
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 Index: gnome-python-extras-2.25.3/docs/gtkspell/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/docs/gtkspell/Makefile.in	2009-03-09 17:42:08.641678301 +0100
-+++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.in	2009-03-09 17:43:11.661173237 +0100
+--- gnome-python-extras-2.25.3.orig/docs/gtkspell/Makefile.in	2009-03-09 18:08:06.321177790 +0100
++++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -129,6 +129,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27368,8 +27372,8 @@
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 Index: gnome-python-extras-2.25.3/egg/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/egg/Makefile.in	2009-03-09 17:42:08.617677276 +0100
-+++ gnome-python-extras-2.25.3/egg/Makefile.in	2009-03-09 17:43:11.665172838 +0100
+--- gnome-python-extras-2.25.3.orig/egg/Makefile.in	2009-03-09 18:08:06.301175877 +0100
++++ gnome-python-extras-2.25.3/egg/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -141,6 +141,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27418,8 +27422,8 @@
  mostlyclean-libtool:
 Index: gnome-python-extras-2.25.3/egg/recent/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/egg/recent/Makefile.in	2009-03-09 17:42:08.597677318 +0100
-+++ gnome-python-extras-2.25.3/egg/recent/Makefile.in	2009-03-09 17:43:11.665172838 +0100
+--- gnome-python-extras-2.25.3.orig/egg/recent/Makefile.in	2009-03-09 18:08:06.277176318 +0100
++++ gnome-python-extras-2.25.3/egg/recent/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -164,6 +164,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27468,8 +27472,8 @@
  clean-noinstLTLIBRARIES:
 Index: gnome-python-extras-2.25.3/egg/tray/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/egg/tray/Makefile.in	2009-03-09 17:42:08.573678737 +0100
-+++ gnome-python-extras-2.25.3/egg/tray/Makefile.in	2009-03-09 17:43:11.665172838 +0100
+--- gnome-python-extras-2.25.3.orig/egg/tray/Makefile.in	2009-03-09 18:08:06.253175781 +0100
++++ gnome-python-extras-2.25.3/egg/tray/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -154,6 +154,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27518,8 +27522,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/gda/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gda/Makefile.in	2009-03-09 17:42:08.549677223 +0100
-+++ gnome-python-extras-2.25.3/gda/Makefile.in	2009-03-09 17:43:11.665172838 +0100
+--- gnome-python-extras-2.25.3.orig/gda/Makefile.in	2009-03-09 18:08:06.233177779 +0100
++++ gnome-python-extras-2.25.3/gda/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -166,6 +166,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27568,8 +27572,8 @@
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 Index: gnome-python-extras-2.25.3/gdl/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gdl/Makefile.in	2009-03-09 17:42:08.529677754 +0100
-+++ gnome-python-extras-2.25.3/gdl/Makefile.in	2009-03-09 17:43:11.665172838 +0100
+--- gnome-python-extras-2.25.3.orig/gdl/Makefile.in	2009-03-09 18:08:06.209175776 +0100
++++ gnome-python-extras-2.25.3/gdl/Makefile.in	2009-03-09 18:13:18.449173736 +0100
 @@ -149,6 +149,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27618,8 +27622,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/gksu/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gksu/Makefile.in	2009-03-09 17:42:08.505678195 +0100
-+++ gnome-python-extras-2.25.3/gksu/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/gksu/Makefile.in	2009-03-09 18:08:06.185176706 +0100
++++ gnome-python-extras-2.25.3/gksu/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -164,6 +164,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27668,8 +27672,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/gksu2/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gksu2/Makefile.in	2009-03-09 17:42:08.481676681 +0100
-+++ gnome-python-extras-2.25.3/gksu2/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/gksu2/Makefile.in	2009-03-09 18:08:06.165176748 +0100
++++ gnome-python-extras-2.25.3/gksu2/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -155,6 +155,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27718,8 +27722,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/gtkhtml2/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gtkhtml2/Makefile.in	2009-03-09 17:42:08.461677212 +0100
-+++ gnome-python-extras-2.25.3/gtkhtml2/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/gtkhtml2/Makefile.in	2009-03-09 18:08:06.141179634 +0100
++++ gnome-python-extras-2.25.3/gtkhtml2/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -154,6 +154,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27768,8 +27772,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/gtkmozembed/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gtkmozembed/Makefile.in	2009-03-09 17:42:08.437680098 +0100
-+++ gnome-python-extras-2.25.3/gtkmozembed/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/gtkmozembed/Makefile.in	2009-03-09 18:08:06.121177720 +0100
++++ gnome-python-extras-2.25.3/gtkmozembed/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -58,9 +58,9 @@ am_gtkmozembed_la_OBJECTS = gtkmozembedm
  nodist_gtkmozembed_la_OBJECTS = gtkmozembed.lo
  gtkmozembed_la_OBJECTS = $(am_gtkmozembed_la_OBJECTS) \
@@ -27899,8 +27903,8 @@
  .defs.c:
 Index: gnome-python-extras-2.25.3/gtkspell/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/gtkspell/Makefile.in	2009-03-09 17:42:08.413676140 +0100
-+++ gnome-python-extras-2.25.3/gtkspell/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/gtkspell/Makefile.in	2009-03-09 18:08:06.097178161 +0100
++++ gnome-python-extras-2.25.3/gtkspell/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -147,6 +147,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27949,8 +27953,8 @@
  	@$(NORMAL_INSTALL)
 Index: gnome-python-extras-2.25.3/tests/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/tests/Makefile.in	2009-03-09 17:42:08.393679115 +0100
-+++ gnome-python-extras-2.25.3/tests/Makefile.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/tests/Makefile.in	2009-03-09 18:08:06.073178603 +0100
++++ gnome-python-extras-2.25.3/tests/Makefile.in	2009-03-09 18:13:18.453174803 +0100
 @@ -117,6 +117,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27999,8 +28003,8 @@
  mostlyclean-libtool:
 Index: gnome-python-extras-2.25.3/config.h.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/config.h.in	2009-03-09 17:42:08.369677112 +0100
-+++ gnome-python-extras-2.25.3/config.h.in	2009-03-09 17:43:11.669173416 +0100
+--- gnome-python-extras-2.25.3.orig/config.h.in	2009-03-09 18:08:06.053177667 +0100
++++ gnome-python-extras-2.25.3/config.h.in	2009-03-09 18:13:18.457174404 +0100
 @@ -42,6 +42,9 @@
  /* Define to 1 if you have the <unistd.h> header file. */
  #undef HAVE_UNISTD_H

Modified: packages/unstable/gnome-python-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/series?rev=18927&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/series (original)
+++ packages/unstable/gnome-python-extras/debian/patches/series Mon Mar  9 17:14:08 2009
@@ -1,3 +1,4 @@
 01_xul19.patch
 02_maintainer_mode.patch
+03_gdl-gnome.patch
 70_autotools.patch




More information about the pkg-gnome-commits mailing list