[Pkg-gtkpod-devel] r323 - in libgpod/trunk/debian: . patches

djpig at alioth.debian.org djpig at alioth.debian.org
Sat Jun 28 00:09:06 UTC 2008


Author: djpig
Date: 2008-06-28 00:09:05 +0000 (Sat, 28 Jun 2008)
New Revision: 323

Added:
   libgpod/trunk/debian/patches/25_xsltproc-nonet.dpatch
Modified:
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/control
   libgpod/trunk/debian/patches/00list
Log:
25_xsltproc-nonet: New patch to add a -nonet argument to
the xsltproc call. Which shows that a build-dependency
on docbook-xml was missing.


Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2008-06-27 23:29:58 UTC (rev 322)
+++ libgpod/trunk/debian/changelog	2008-06-28 00:09:05 UTC (rev 323)
@@ -9,6 +9,9 @@
     get it automatically via the Recommends of libgpod-common
     by libgpod3. Add a Suggests on the new package from the
     -dev packages. (Closes: #486382).
+  * 25_xsltproc-nonet: New patch to add a -nonet argument to
+    the xsltproc call. Which shows that a build-dependency
+    on docbook-xml was missing.
 
  -- Frank Lichtenheld <djpig at debian.org>  Sat, 28 Jun 2008 00:13:48 +0200
 

Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control	2008-06-27 23:29:58 UTC (rev 322)
+++ libgpod/trunk/debian/control	2008-06-28 00:09:05 UTC (rev 323)
@@ -7,7 +7,7 @@
  libglib2.0-dev (>= 2.8), libgtk2.0-dev,
  libhal-dev [!kfreebsd-i386 !kfreebsd-amd64], libsgutils1-dev,
  swig, python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5), python-mutagen, python-gobject-dev,
- xsltproc
+ xsltproc, docbook-xml
 Homepage: http://www.gtkpod.org/libgpod.html
 Standards-Version: 3.7.3
 XS-Python-Version: all

Modified: libgpod/trunk/debian/patches/00list
===================================================================
--- libgpod/trunk/debian/patches/00list	2008-06-27 23:29:58 UTC (rev 322)
+++ libgpod/trunk/debian/patches/00list	2008-06-28 00:09:05 UTC (rev 323)
@@ -1,3 +1,4 @@
 10_allow-autoreconf
 20_no-superfluous-ffi-dep
+25_xsltproc-nonet
 30_fix_photo_for_classic_and_nano_video.dpatch

Added: libgpod/trunk/debian/patches/25_xsltproc-nonet.dpatch
===================================================================
--- libgpod/trunk/debian/patches/25_xsltproc-nonet.dpatch	                        (rev 0)
+++ libgpod/trunk/debian/patches/25_xsltproc-nonet.dpatch	2008-06-28 00:09:05 UTC (rev 323)
@@ -0,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 25_xsltproc-nonet.dpatch by  <djpig at dirac.djpig.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Avoid that xsltproc tries to use an internet connection.
+## DP: Otherwise sometimes it does, sometimes it doesn't.
+
+ at DPATCH@
+diff -urNad trunk~/bindings/python/Makefile.am trunk/bindings/python/Makefile.am
+--- trunk~/bindings/python/Makefile.am	2007-11-26 22:36:04.000000000 +0100
++++ trunk/bindings/python/Makefile.am	2008-06-28 01:44:33.000000000 +0200
+@@ -48,7 +48,7 @@
+ 	cat $< > $@
+ 	-if test -x "`which xsltproc 2>/dev/null`"; then \
+ 	    for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
+-		xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
++		xsltproc -nonet $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
+ 	    done >> $@; \
+ 	fi
+ 
+diff -urNad trunk~/bindings/python/Makefile.in trunk/bindings/python/Makefile.in
+--- trunk~/bindings/python/Makefile.in	2007-11-26 22:36:04.000000000 +0100
++++ trunk/bindings/python/Makefile.in	2008-06-28 01:45:36.000000000 +0200
+@@ -784,7 +784,7 @@
+ @HAVE_PYTHON_TRUE@	cat $< > $@
+ @HAVE_PYTHON_TRUE@	-if test -x "`which xsltproc 2>/dev/null`"; then \
+ @HAVE_PYTHON_TRUE@	    for xml in $(top_srcdir)/docs/reference/xml/*.xml; do \
+- at HAVE_PYTHON_TRUE@		xsltproc $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
++ at HAVE_PYTHON_TRUE@		xsltproc -nonet $(srcdir)/gtkdoc-to-swig.xsl $$xml; \
+ @HAVE_PYTHON_TRUE@	    done >> $@; \
+ @HAVE_PYTHON_TRUE@	fi
+ 


Property changes on: libgpod/trunk/debian/patches/25_xsltproc-nonet.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-gtkpod-devel mailing list