r22407 - in /desktop/unstable/gtk-doc/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Nov 20 19:32:53 UTC 2009


Author: pochu
Date: Fri Nov 20 19:32:52 2009
New Revision: 22407

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22407
Log:
* debian/control.in,
  debian/rules:
  - Switch to python-support.
  - Only build depend on python, python-dev is not needed.

Modified:
    desktop/unstable/gtk-doc/debian/changelog
    desktop/unstable/gtk-doc/debian/control
    desktop/unstable/gtk-doc/debian/control.in
    desktop/unstable/gtk-doc/debian/rules

Modified: desktop/unstable/gtk-doc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/changelog?rev=22407&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/changelog [utf-8] Fri Nov 20 19:32:52 2009
@@ -20,6 +20,10 @@
     - Move the lintian overrides to debian/gtk-doc-tools.lintian-overrides,
       and stop installing them manually in debian/rules. dh_lintian will
       do the job for us.
+  * debian/control.in,
+    debian/rules:
+    - Switch to python-support.
+    - Only build depend on python, python-dev is not needed.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 20 Nov 2009 18:56:12 +0100
 

Modified: desktop/unstable/gtk-doc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/control?rev=22407&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/control [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/control [utf-8] Fri Nov 20 19:32:52 2009
@@ -15,8 +15,8 @@
                      docbook-xml (>= 4.3),
                      docbook-xsl,
                      pkg-config (>= 0.19.0),
-                     python-dev (>= 2.3),
-                     python-central,
+                     python (>= 2.3),
+                     python-support,
                      gnome-doc-utils (>= 0.3.2),
                      scrollkeeper
 Build-Conflicts-Indep: openjade,
@@ -36,8 +36,6 @@
          gnome-common
 Conflicts: sgml2x (<< 1.0.0-2)
 Recommends: pkg-config (>= 0.19.0)
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: the GTK+ documentation tools
  These tools extract documentation embedded in GNOME source code, and
  produce pretty output via DocBook SGML.

Modified: desktop/unstable/gtk-doc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/control.in?rev=22407&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/control.in [utf-8] Fri Nov 20 19:32:52 2009
@@ -15,8 +15,8 @@
                      docbook-xml (>= 4.3),
                      docbook-xsl,
                      pkg-config (>= 0.19.0),
-                     python-dev (>= 2.3),
-                     python-central,
+                     python (>= 2.3),
+                     python-support,
                      gnome-doc-utils (>= 0.3.2),
                      scrollkeeper
 Build-Conflicts-Indep: openjade,
@@ -36,8 +36,6 @@
          gnome-common
 Conflicts: sgml2x (<< 1.0.0-2)
 Recommends: pkg-config (>= 0.19.0)
-Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: the GTK+ documentation tools
  These tools extract documentation embedded in GNOME source code, and
  produce pretty output via DocBook SGML.

Modified: desktop/unstable/gtk-doc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/rules?rev=22407&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/rules [utf-8] Fri Nov 20 19:32:52 2009
@@ -10,7 +10,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --with-dsssl-dir=/usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh --disable-scrollkeeper
 
 binary-install/gtk-doc-tools::
-	dh_pycentral -pgtk-doc-tools
+	dh_pysupport -pgtk-doc-tools
 
 binary-post-install/gtk-doc-tools::
 	# pouah!  don't ship generated files




More information about the pkg-gnome-commits mailing list