r21948 - in /packages/unstable/gobject-introspection/debian: changelog control control.in gobject-introspection.install rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 17 13:54:49 UTC 2009


Author: joss
Date: Sat Oct 17 13:54:49 2009
New Revision: 21948

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21948
Log:
* Remove obsolete statement regarding a dropped package.
* Switch to python-support, the dependencies created by python-central 
  are broken.

Modified:
    packages/unstable/gobject-introspection/debian/changelog
    packages/unstable/gobject-introspection/debian/control
    packages/unstable/gobject-introspection/debian/control.in
    packages/unstable/gobject-introspection/debian/gobject-introspection.install
    packages/unstable/gobject-introspection/debian/rules

Modified: packages/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/changelog?rev=21948&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/changelog [utf-8] Sat Oct 17 13:54:49 2009
@@ -1,3 +1,11 @@
+gobject-introspection (0.6.5-3) UNRELEASED; urgency=low
+
+  * Remove obsolete statement regarding a dropped package.
+  * Switch to python-support, the dependencies created by python-central 
+    are broken.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 17 Oct 2009 15:26:49 +0200
+
 gobject-introspection (0.6.5-2) unstable; urgency=low
 
   * 02_home_permissions.patch: new patch. Do not crash when $HOME is not 

Modified: packages/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control?rev=21948&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/control [utf-8] Sat Oct 17 13:54:49 2009
@@ -2,19 +2,19 @@
 Section: devel
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, Josselin Mouette <joss at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs,
                gnome-pkg-tools (>= 0.10),
                python-dev (>= 2.5),
-               python-central,
+               python-support,
                pkg-config,
                flex,
                bison,
                libglib2.0-dev (>= 2.16.0),
                libffi-dev,
                libtool
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 XS-Python-Version: >= 2.5
 Homepage: http://live.gnome.org/GObjectIntrospection
 
@@ -63,7 +63,6 @@
          ${python:Depends},
          libgirepository1.0-0 (= ${binary:Version})
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Generate interface introspection data for GObject libraries
  GObject Introspection is a project for providing machine readable
  introspection data of the API of C libraries. This introspection

Modified: packages/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/control.in?rev=21948&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/control.in [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/control.in [utf-8] Sat Oct 17 13:54:49 2009
@@ -7,7 +7,7 @@
                cdbs,
                gnome-pkg-tools (>= 0.10),
                python-dev (>= 2.5),
-               python-central,
+               python-support,
                pkg-config,
                flex,
                bison,
@@ -63,7 +63,6 @@
          ${python:Depends},
          libgirepository1.0-0 (= ${binary:Version})
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Generate interface introspection data for GObject libraries
  GObject Introspection is a project for providing machine readable
  introspection data of the API of C libraries. This introspection

Modified: packages/unstable/gobject-introspection/debian/gobject-introspection.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/gobject-introspection.install?rev=21948&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/gobject-introspection.install [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/gobject-introspection.install [utf-8] Sat Oct 17 13:54:49 2009
@@ -1,3 +1,4 @@
 debian/tmp/usr/bin
 debian/tmp/usr/share/man
-debian/tmp/usr/lib/gobject-introspection
+debian/tmp/usr/lib/gobject-introspection/giscanner/*.py
+debian/tmp/usr/lib/gobject-introspection/giscanner/*.so

Modified: packages/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gobject-introspection/debian/rules?rev=21948&op=diff
==============================================================================
--- packages/unstable/gobject-introspection/debian/rules [utf-8] (original)
+++ packages/unstable/gobject-introspection/debian/rules [utf-8] Sat Oct 17 13:54:49 2009
@@ -14,10 +14,7 @@
 DEB_DH_MAKESHLIBS_ARGS_$(libgirepositoryN) = -V '$(libgirepositoryN) (>= 0.6.5)'
 
 binary-install/gobject-introspection::
-	dh_pycentral -p$(cdbs_curpkg)
-
-binary-install/python-giscanner::
-	dh_pycentral -p$(cdbs_curpkg)
+	dh_pysupport -p$(cdbs_curpkg)
 
 clean::
 	rm -rf $(CURDIR)/.cache




More information about the pkg-gnome-commits mailing list