r18948 - in /packages/unstable/gnome-python-extras/debian: changelog patches/03_doc-build.patch patches/70_autotools.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Mar 10 13:40:25 UTC 2009


Author: joss
Date: Tue Mar 10 13:40:25 2009
New Revision: 18948

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18948
Log:
03_doc-build.patch: get documentation to build properly.

Added:
    packages/unstable/gnome-python-extras/debian/patches/03_doc-build.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=18948&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Tue Mar 10 13:40:25 2009
@@ -18,6 +18,7 @@
     computed correctly.
   * Remove python-gnome2-extras-doc and ship the docs (which are very 
     small) in the individual packages instead.
+  * 03_doc-build.patch: get documentation to build properly.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 08 Mar 2009 15:55:39 +0100
 

Added: packages/unstable/gnome-python-extras/debian/patches/03_doc-build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/03_doc-build.patch?rev=18948&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/03_doc-build.patch (added)
+++ packages/unstable/gnome-python-extras/debian/patches/03_doc-build.patch Tue Mar 10 13:40:25 2009
@@ -1,0 +1,34 @@
+Index: gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am
+===================================================================
+--- gnome-python-extras-2.25.3.orig/docs/gtkmozembed/Makefile.am	2009-03-10 14:15:20.504952345 +0100
++++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.am	2009-03-10 14:16:08.250574762 +0100
+@@ -50,10 +50,10 @@ builddate.xml: $(REFERENCE_DEPS)
+ 
+ build_stamp: $(REFERENCE_DEPS)builddate.xml
+ 	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
+-		 --path $(BUILDDIR):$(srcdir)/gtkmozembed \
++		 --path $(BUILDDIR):$(srcdir) \
+                  --stringparam gtkdoc.bookname "pygtkmozembed" \
+                  --stringparam gtkdoc.version ${REF_VERSION} \
+-                 $(HTML_STYLE) $(srcdir)/gtkmozembed/gtkmozembed-classes.xml
++                 $(HTML_STYLE) $(srcdir)/gtkmozembed-classes.xml
+ 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ 	touch $@
+ endif
+Index: gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am
+===================================================================
+--- gnome-python-extras-2.25.3.orig/docs/gtkspell/Makefile.am	2009-03-10 14:16:14.756951411 +0100
++++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am	2009-03-10 14:16:36.922578048 +0100
+@@ -50,10 +50,10 @@ builddate.xml: $(REFERENCE_DEPS)
+ 
+ build_stamp: $(REFERENCE_DEPS)builddate.xml
+ 	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
+-		 --path $(BUILDDIR):$(srcdir)/gtkspell \
++		 --path $(BUILDDIR):$(srcdir) \
+                  --stringparam gtkdoc.bookname "pygtkspell" \
+                  --stringparam gtkdoc.version ${REF_VERSION} \
+-                 $(HTML_STYLE) $(srcdir)/gtkspell/gtkspell-classes.xml
++                 $(HTML_STYLE) $(srcdir)/gtkspell-classes.xml
+ 	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ 	touch $@
+ endif

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=18948&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch (original)
+++ packages/unstable/gnome-python-extras/debian/patches/70_autotools.patch Tue Mar 10 13:40:25 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 19:01:52.105678125 +0100
-+++ gnome-python-extras-2.25.3/Makefile.in	2009-03-09 19:03:40.497173622 +0100
+--- gnome-python-extras-2.25.3.orig/Makefile.in	2009-03-10 14:15:05.696953352 +0100
++++ gnome-python-extras-2.25.3/Makefile.in	2009-03-10 14:29:44.112449875 +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 19:01:52.081678077 +0100
-+++ gnome-python-extras-2.25.3/aclocal.m4	2009-03-09 19:03:40.549173807 +0100
+--- gnome-python-extras-2.25.3.orig/aclocal.m4	2009-03-10 14:15:05.664956059 +0100
++++ gnome-python-extras-2.25.3/aclocal.m4	2009-03-10 14:29:33.600448140 +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 19:01:59.381675004 +0100
-+++ gnome-python-extras-2.25.3/configure	2009-03-09 19:03:46.397672150 +0100
+--- gnome-python-extras-2.25.3.orig/configure	2009-03-10 14:15:05.636954456 +0100
++++ gnome-python-extras-2.25.3/configure	2009-03-10 14:29:49.780446017 +0100
 @@ -1,11 +1,11 @@
  #! /bin/sh
  # Guess values for system-dependent variables and create Makefiles.
@@ -27268,8 +27268,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 19:01:52.041678650 +0100
-+++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.in	2009-03-09 19:03:40.633673373 +0100
+--- gnome-python-extras-2.25.3.orig/docs/gtkmozembed/Makefile.in	2009-03-10 14:15:05.608951386 +0100
++++ gnome-python-extras-2.25.3/docs/gtkmozembed/Makefile.in	2009-03-10 14:29:42.432447040 +0100
 @@ -129,6 +129,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27316,10 +27316,23 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  entities.docbook: $(top_builddir)/config.status $(srcdir)/entities.docbook.in
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+@@ -483,10 +481,10 @@ $(HTML_DATA): build_stamp
+ 
+ @ENABLE_DOCS_TRUE at build_stamp: $(REFERENCE_DEPS)builddate.xml
+ @ENABLE_DOCS_TRUE@	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
+- at ENABLE_DOCS_TRUE@		 --path $(BUILDDIR):$(srcdir)/gtkmozembed \
++ at ENABLE_DOCS_TRUE@		 --path $(BUILDDIR):$(srcdir) \
+ @ENABLE_DOCS_TRUE@                 --stringparam gtkdoc.bookname "pygtkmozembed" \
+ @ENABLE_DOCS_TRUE@                 --stringparam gtkdoc.version ${REF_VERSION} \
+- at ENABLE_DOCS_TRUE@                 $(HTML_STYLE) $(srcdir)/gtkmozembed/gtkmozembed-classes.xml
++ at ENABLE_DOCS_TRUE@                 $(HTML_STYLE) $(srcdir)/gtkmozembed-classes.xml
+ @ENABLE_DOCS_TRUE@	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ @ENABLE_DOCS_TRUE@	touch $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
 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 19:01:52.013678025 +0100
-+++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.in	2009-03-09 19:03:40.633673373 +0100
+--- gnome-python-extras-2.25.3.orig/docs/gtkspell/Makefile.in	2009-03-10 14:15:05.560951291 +0100
++++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.in	2009-03-10 14:29:42.512446384 +0100
 @@ -129,6 +129,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27366,10 +27379,23 @@
  	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  entities.docbook: $(top_builddir)/config.status $(srcdir)/entities.docbook.in
  	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
+@@ -483,10 +481,10 @@ $(HTML_DATA): build_stamp
+ 
+ @ENABLE_DOCS_TRUE at build_stamp: $(REFERENCE_DEPS)builddate.xml
+ @ENABLE_DOCS_TRUE@	xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \
+- at ENABLE_DOCS_TRUE@		 --path $(BUILDDIR):$(srcdir)/gtkspell \
++ at ENABLE_DOCS_TRUE@		 --path $(BUILDDIR):$(srcdir) \
+ @ENABLE_DOCS_TRUE@                 --stringparam gtkdoc.bookname "pygtkspell" \
+ @ENABLE_DOCS_TRUE@                 --stringparam gtkdoc.version ${REF_VERSION} \
+- at ENABLE_DOCS_TRUE@                 $(HTML_STYLE) $(srcdir)/gtkspell/gtkspell-classes.xml
++ at ENABLE_DOCS_TRUE@                 $(HTML_STYLE) $(srcdir)/gtkspell-classes.xml
+ @ENABLE_DOCS_TRUE@	$(PYGOBJECT_FIXXREF) -i /usr/share/gtk-doc/html/pygtk/ $(BUILDDIR)/html/
+ @ENABLE_DOCS_TRUE@	touch $@
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
 Index: gnome-python-extras-2.25.3/egg/Makefile.in
 ===================================================================
---- gnome-python-extras-2.25.3.orig/egg/Makefile.in	2009-03-09 19:01:51.989676510 +0100
-+++ gnome-python-extras-2.25.3/egg/Makefile.in	2009-03-09 19:03:40.633673373 +0100
+--- gnome-python-extras-2.25.3.orig/egg/Makefile.in	2009-03-10 14:15:05.532948220 +0100
++++ gnome-python-extras-2.25.3/egg/Makefile.in	2009-03-10 14:29:42.640946444 +0100
 @@ -141,6 +141,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27418,8 +27444,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 19:01:51.965678419 +0100
-+++ gnome-python-extras-2.25.3/egg/recent/Makefile.in	2009-03-09 19:03:40.633673373 +0100
+--- gnome-python-extras-2.25.3.orig/egg/recent/Makefile.in	2009-03-10 14:15:05.496953771 +0100
++++ gnome-python-extras-2.25.3/egg/recent/Makefile.in	2009-03-10 14:29:42.848446559 +0100
 @@ -164,6 +164,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27468,8 +27494,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 19:01:51.941678860 +0100
-+++ gnome-python-extras-2.25.3/egg/tray/Makefile.in	2009-03-09 19:03:40.633673373 +0100
+--- gnome-python-extras-2.25.3.orig/egg/tray/Makefile.in	2009-03-10 14:15:05.464950123 +0100
++++ gnome-python-extras-2.25.3/egg/tray/Makefile.in	2009-03-10 14:29:42.968447774 +0100
 @@ -154,6 +154,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27518,8 +27544,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 19:01:51.917674412 +0100
-+++ gnome-python-extras-2.25.3/gda/Makefile.in	2009-03-09 19:03:40.637674929 +0100
+--- gnome-python-extras-2.25.3.orig/gda/Makefile.in	2009-03-10 14:15:05.424948740 +0100
++++ gnome-python-extras-2.25.3/gda/Makefile.in	2009-03-10 14:29:43.112946237 +0100
 @@ -166,6 +166,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27568,8 +27594,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 19:01:51.897680810 +0100
-+++ gnome-python-extras-2.25.3/gdl/Makefile.in	2009-03-09 19:03:40.637674929 +0100
+--- gnome-python-extras-2.25.3.orig/gdl/Makefile.in	2009-03-10 14:15:05.380949713 +0100
++++ gnome-python-extras-2.25.3/gdl/Makefile.in	2009-03-10 14:29:43.216946606 +0100
 @@ -149,6 +149,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27618,8 +27644,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 19:01:51.873679295 +0100
-+++ gnome-python-extras-2.25.3/gksu/Makefile.in	2009-03-09 19:03:40.637674929 +0100
+--- gnome-python-extras-2.25.3.orig/gksu/Makefile.in	2009-03-10 14:15:05.356949176 +0100
++++ gnome-python-extras-2.25.3/gksu/Makefile.in	2009-03-10 14:29:43.364946491 +0100
 @@ -164,6 +164,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27668,8 +27694,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 19:01:51.849679248 +0100
-+++ gnome-python-extras-2.25.3/gksu2/Makefile.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/gksu2/Makefile.in	2009-03-10 14:15:05.312949659 +0100
++++ gnome-python-extras-2.25.3/gksu2/Makefile.in	2009-03-10 14:29:43.500946597 +0100
 @@ -155,6 +155,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27718,8 +27744,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 19:01:51.825674800 +0100
-+++ gnome-python-extras-2.25.3/gtkhtml2/Makefile.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/gtkhtml2/Makefile.in	2009-03-10 14:15:05.288954012 +0100
++++ gnome-python-extras-2.25.3/gtkhtml2/Makefile.in	2009-03-10 14:29:43.628947014 +0100
 @@ -154,6 +154,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27768,8 +27794,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 19:01:51.801677197 +0100
-+++ gnome-python-extras-2.25.3/gtkmozembed/Makefile.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/gtkmozembed/Makefile.in	2009-03-10 14:15:05.252954185 +0100
++++ gnome-python-extras-2.25.3/gtkmozembed/Makefile.in	2009-03-10 14:29:43.756946452 +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 +27925,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 19:01:51.777677639 +0100
-+++ gnome-python-extras-2.25.3/gtkspell/Makefile.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/gtkspell/Makefile.in	2009-03-10 14:15:05.228953649 +0100
++++ gnome-python-extras-2.25.3/gtkspell/Makefile.in	2009-03-10 14:29:43.864946422 +0100
 @@ -147,6 +147,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27949,8 +27975,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 19:01:51.753676124 +0100
-+++ gnome-python-extras-2.25.3/tests/Makefile.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/tests/Makefile.in	2009-03-10 14:15:05.200949112 +0100
++++ gnome-python-extras-2.25.3/tests/Makefile.in	2009-03-10 14:29:43.944947232 +0100
 @@ -117,6 +117,7 @@ LIBS = @LIBS@
  LIBTOOL = @LIBTOOL@
  LN_S = @LN_S@
@@ -27999,8 +28025,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 19:01:51.729679499 +0100
-+++ gnome-python-extras-2.25.3/config.h.in	2009-03-09 19:03:40.641675996 +0100
+--- gnome-python-extras-2.25.3.orig/config.h.in	2009-03-10 14:15:05.160446618 +0100
++++ gnome-python-extras-2.25.3/config.h.in	2009-03-10 14:29:33.652448325 +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=18948&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/series (original)
+++ packages/unstable/gnome-python-extras/debian/patches/series Tue Mar 10 13:40:25 2009
@@ -1,3 +1,4 @@
 01_xul19.patch
 02_maintainer_mode.patch
+03_doc-build.patch
 70_autotools.patch




More information about the pkg-gnome-commits mailing list