r18934 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Mar 10 11:02:40 UTC 2009


Author: joss
Date: Tue Mar 10 11:02:40 2009
New Revision: 18934

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18934
Log:
* Explicitly enable docs.
* Build-depend on xsltproc and docbook-xml.
* Build-depend on python-gtk2-doc so that the cross-references are 
  computed correctly.

Modified:
    packages/unstable/gnome-python-extras/debian/changelog
    packages/unstable/gnome-python-extras/debian/control
    packages/unstable/gnome-python-extras/debian/control.in
    packages/unstable/gnome-python-extras/debian/rules

Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=18934&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Tue Mar 10 11:02:40 2009
@@ -12,6 +12,10 @@
     in the archive uses it anyway.
   * Also disable gksu 1.X which must die.
   * Add build-dependency on libglade2-dev because of #518970.
+  * Explicitly enable docs.
+  * Build-depend on xsltproc and docbook-xml.
+  * Build-depend on python-gtk2-doc so that the cross-references are 
+    computed correctly.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 08 Mar 2009 15:55:39 +0100
 

Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=18934&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control (original)
+++ packages/unstable/gnome-python-extras/debian/control Tue Mar 10 11:02:40 2009
@@ -22,7 +22,10 @@
                libgdl-1-dev (>= 0.7.1),
                libglade2-dev,
                python-all-dev (>= 2.3.5-11),
-               python-support (>= 0.7.1)
+               python-support (>= 0.7.1),
+               xsltproc,
+               docbook-xml,
+               python-gtk2-doc
 Standards-Version: 3.8.0
 
 Package: python-gnome2-extras

Modified: packages/unstable/gnome-python-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control.in?rev=18934&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in (original)
+++ packages/unstable/gnome-python-extras/debian/control.in Tue Mar 10 11:02:40 2009
@@ -22,7 +22,10 @@
                libgdl-1-dev (>= 0.7.1),
                libglade2-dev,
                python-all-dev (>= 2.3.5-11),
-               python-support (>= 0.7.1)
+               python-support (>= 0.7.1),
+               xsltproc,
+               docbook-xml,
+               python-gtk2-doc
 Standards-Version: 3.8.0
 
 Package: python-gnome2-extras

Modified: packages/unstable/gnome-python-extras/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/rules?rev=18934&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/rules (original)
+++ packages/unstable/gnome-python-extras/debian/rules Tue Mar 10 11:02:40 2009
@@ -44,7 +44,8 @@
 		--host=$(DEB_HOST_GNU_TYPE)	     \
 		--build=$(DEB_BUILD_GNU_TYPE)	   \
 		--prefix=/usr \
-		--with-gtkmozembed=xulrunner-1.9
+		--with-gtkmozembed=xulrunner-1.9   \
+		--enable-docs
 	touch $@
 
 build-%/build-stamp: build-%/configure-stamp




More information about the pkg-gnome-commits mailing list