r24000 - in /packages/unstable/gtask/debian: changelog control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Apr 24 21:17:59 UTC 2010


Author: pochu
Date: Sat Apr 24 21:17:59 2010
New Revision: 24000

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24000
Log:
Switch to python-support.

Modified:
    packages/unstable/gtask/debian/changelog
    packages/unstable/gtask/debian/control.in
    packages/unstable/gtask/debian/rules

Modified: packages/unstable/gtask/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/changelog?rev=24000&op=diff
==============================================================================
--- packages/unstable/gtask/debian/changelog [utf-8] (original)
+++ packages/unstable/gtask/debian/changelog [utf-8] Sat Apr 24 21:17:59 2010
@@ -7,6 +7,7 @@
     debian/rules:
     - Switch to CDBS' python-autotools.mk. Also build depend on
       python-all-dev, this automagically gets us Python 2.6 extensions.
+    - Switch to python-support.
   * debian/control.in,
     debian/patches/99_ltmain_as-needed.patch,
     debian/patches/series,

Modified: packages/unstable/gtask/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/control.in?rev=24000&op=diff
==============================================================================
--- packages/unstable/gtask/debian/control.in [utf-8] (original)
+++ packages/unstable/gtask/debian/control.in [utf-8] Sat Apr 24 21:17:59 2010
@@ -13,7 +13,7 @@
                python-all-dev (>= 2.2),
                python-gtk2-dev,
                python-gobject-dev,
-               python-central,
+               python-support,
                dpkg-dev (>= 1.14.13)
 Standards-Version: 3.8.4
 Homepage: http://github.com/chergert/gtask/wikis

Modified: packages/unstable/gtask/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/rules?rev=24000&op=diff
==============================================================================
--- packages/unstable/gtask/debian/rules [utf-8] (original)
+++ packages/unstable/gtask/debian/rules [utf-8] Sat Apr 24 21:17:59 2010
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_BUILDDIR = debian/build
-DEB_PYTHON_SYSTEM = pycentral
+DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-autotools.mk




More information about the pkg-gnome-commits mailing list