r20074 - in /desktop/unstable/alacarte/debian: changelog control control.in preinst rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed May 20 22:10:33 UTC 2009


Author: joss
Date: Wed May 20 22:10:33 2009
New Revision: 20074

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20074
Log:
* New upstream release.
* Switch to python-support.
* preinst: remove old python-central modules.
* Update build-dependencies and dependencies according to the new 
  version.

Added:
    desktop/unstable/alacarte/debian/preinst
Modified:
    desktop/unstable/alacarte/debian/changelog
    desktop/unstable/alacarte/debian/control
    desktop/unstable/alacarte/debian/control.in
    desktop/unstable/alacarte/debian/rules

Modified: desktop/unstable/alacarte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/alacarte/debian/changelog?rev=20074&op=diff
==============================================================================
--- desktop/unstable/alacarte/debian/changelog (original)
+++ desktop/unstable/alacarte/debian/changelog Wed May 20 22:10:33 2009
@@ -1,3 +1,13 @@
+alacarte (0.12.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Switch to python-support.
+  * preinst: remove old python-central modules.
+  * Update build-dependencies and dependencies according to the new 
+    version.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 21 May 2009 00:08:48 +0200
+
 alacarte (0.11.10-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/alacarte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/alacarte/debian/control?rev=20074&op=diff
==============================================================================
--- desktop/unstable/alacarte/debian/control (original)
+++ desktop/unstable/alacarte/debian/control Wed May 20 22:10:33 2009
@@ -6,13 +6,13 @@
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
                debhelper (>= 5.0.37.1),
-               python-central (>= 0.5),
+               python-support (>= 0.7),
                python-dev (>= 2.4),
                gnome-pkg-tools
-Build-Depends-Indep: intltool (>= 0.4.0),
+Build-Depends-Indep: intltool (>= 0.40.0),
                      gettext,
                      libgnome-menu-dev (>= 2.22.2),
-                     python-gtk2 (>= 2.8.0),
+                     python-gtk2 (>= 2.13.0),
                      python-gobject (>= 2.15.1)
 XS-Python-Version: >= 2.4
 Standards-Version: 3.8.1
@@ -24,10 +24,8 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          python-gtk2 (>= 2.13.0),
-         python-glade2 (>= 2.8.0), 
          python-gmenu (>= 2.22.2),
          gnome-menus (>= 2.22.2),
-         python-gnome2 (>= 2.6),
          python-gobject (>= 2.15.1)
 Recommends: gnome-panel
 Replaces: smeg

Modified: desktop/unstable/alacarte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/alacarte/debian/control.in?rev=20074&op=diff
==============================================================================
--- desktop/unstable/alacarte/debian/control.in (original)
+++ desktop/unstable/alacarte/debian/control.in Wed May 20 22:10:33 2009
@@ -6,13 +6,13 @@
 Build-Depends: cdbs (>= 0.4.41),
                autotools-dev,
                debhelper (>= 5.0.37.1),
-               python-central (>= 0.5),
+               python-support (>= 0.7),
                python-dev (>= 2.4),
                gnome-pkg-tools
-Build-Depends-Indep: intltool (>= 0.4.0),
+Build-Depends-Indep: intltool (>= 0.40.0),
                      gettext,
                      libgnome-menu-dev (>= 2.22.2),
-                     python-gtk2 (>= 2.8.0),
+                     python-gtk2 (>= 2.13.0),
                      python-gobject (>= 2.15.1)
 XS-Python-Version: >= 2.4
 Standards-Version: 3.8.1
@@ -24,10 +24,8 @@
 Depends: ${python:Depends},
          ${misc:Depends},
          python-gtk2 (>= 2.13.0),
-         python-glade2 (>= 2.8.0), 
          python-gmenu (>= 2.22.2),
          gnome-menus (>= 2.22.2),
-         python-gnome2 (>= 2.6),
          python-gobject (>= 2.15.1)
 Recommends: gnome-panel
 Replaces: smeg

Added: desktop/unstable/alacarte/debian/preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/alacarte/debian/preinst?rev=20074&op=file
==============================================================================
--- desktop/unstable/alacarte/debian/preinst (added)
+++ desktop/unstable/alacarte/debian/preinst Wed May 20 22:10:33 2009
@@ -1,0 +1,8 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.12; then
+    pycentral pkgremove alacarte
+fi
+
+#DEBHELPER#

Modified: desktop/unstable/alacarte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/alacarte/debian/rules?rev=20074&op=diff
==============================================================================
--- desktop/unstable/alacarte/debian/rules (original)
+++ desktop/unstable/alacarte/debian/rules Wed May 20 22:10:33 2009
@@ -1,6 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pycentral
 DEB_INSTALL_MANPAGES_alacarte := debian/alacarte.1
 
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -12,4 +11,4 @@
 DEB_CONFIGURE_SCRIPT_ENV += PYTHON="/usr/bin/python"
 
 install/alacarte::
-	dh_pycentral
+	dh_pysupport




More information about the pkg-gnome-commits mailing list