r24001 - in /packages/unstable/glom/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Apr 24 21:20:09 UTC 2010


Author: pochu
Date: Sat Apr 24 21:20:08 2010
New Revision: 24001

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

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

Modified: packages/unstable/glom/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glom/debian/changelog?rev=24001&op=diff
==============================================================================
--- packages/unstable/glom/debian/changelog [utf-8] (original)
+++ packages/unstable/glom/debian/changelog [utf-8] Sat Apr 24 21:20:08 2010
@@ -1,5 +1,6 @@
 glom (1.6.15-1) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * Initial upload to Debian, based on Ubuntu package.
   * New upstream release.
   * Use machine-interpretable format for debian/copyright.
@@ -7,6 +8,9 @@
   * Update compat level to 6, hence debhelper >= 6 and cdbs >= 0.4.51.
   * Clean up dependencies.
   * Use gnome-pkg-tools to get GNOME Team uploaders.
+
+  [ Emilio Pozuelo Monfort ]
+  * Switch to python-support.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Thu, 24 Apr 2008 13:53:19 +0800
 

Modified: packages/unstable/glom/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glom/debian/control?rev=24001&op=diff
==============================================================================
--- packages/unstable/glom/debian/control [utf-8] (original)
+++ packages/unstable/glom/debian/control [utf-8] Sat Apr 24 21:20:08 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: glom
 Section: gnome
 Priority: optional
@@ -24,7 +29,7 @@
                libxslt1-dev (>= 1.1.10),
                python-all-dev (>= 2.4),
                postgresql-8.3,
-               python-central (>= 0.5),
+               python-support,
                python-gtk2-dev (>= 2.6.0),
                python-gnome2-extras-dev (>= 2.19.1),
                scrollkeeper

Modified: packages/unstable/glom/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glom/debian/control.in?rev=24001&op=diff
==============================================================================
--- packages/unstable/glom/debian/control.in [utf-8] (original)
+++ packages/unstable/glom/debian/control.in [utf-8] Sat Apr 24 21:20:08 2010
@@ -24,7 +24,7 @@
                libxslt1-dev (>= 1.1.10),
                python-all-dev (>= 2.4),
                postgresql-8.3,
-               python-central (>= 0.5),
+               python-support,
                python-gtk2-dev (>= 2.6.0),
                python-gnome2-extras-dev (>= 2.19.1),
                scrollkeeper

Modified: packages/unstable/glom/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/glom/debian/rules?rev=24001&op=diff
==============================================================================
--- packages/unstable/glom/debian/rules [utf-8] (original)
+++ packages/unstable/glom/debian/rules [utf-8] Sat Apr 24 21:20:08 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pycentral
+DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
@@ -40,4 +40,4 @@
 	rm -f glom-*.tar.gz.cdbs-config_list
 
 binary-install/glom::
-	dh_pycentral
+	dh_pysupport




More information about the pkg-gnome-commits mailing list