r24004 - in /desktop/unstable/pessulus/debian: changelog control control.in preinst rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Apr 24 21:49:38 UTC 2010


Author: pochu
Date: Sat Apr 24 21:49:38 2010
New Revision: 24004

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24004
Log:
* debian/rules,
  debian/preinst,
  debian/control.in:
  - Switch to python-support.

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

Modified: desktop/unstable/pessulus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/changelog?rev=24004&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/changelog [utf-8] (original)
+++ desktop/unstable/pessulus/debian/changelog [utf-8] Sat Apr 24 21:49:38 2010
@@ -1,3 +1,12 @@
+pessulus (2.30.0-2) UNRELEASED; urgency=low
+
+  * debian/rules,
+    debian/preinst,
+    debian/control.in:
+    - Switch to python-support.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 24 Apr 2010 23:26:07 +0200
+
 pessulus (2.30.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/unstable/pessulus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/control?rev=24004&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/control [utf-8] (original)
+++ desktop/unstable/pessulus/debian/control [utf-8] Sat Apr 24 21:49:38 2010
@@ -14,7 +14,7 @@
 Build-Depends-Indep: python,
                      gconf2,
                      intltool,
-                     python-central (>= 0.5.6)
+                     python-support
 Homepage: http://live.gnome.org/Pessulus
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.4

Modified: desktop/unstable/pessulus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/control.in?rev=24004&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/control.in [utf-8] (original)
+++ desktop/unstable/pessulus/debian/control.in [utf-8] Sat Apr 24 21:49:38 2010
@@ -9,7 +9,7 @@
 Build-Depends-Indep: python,
                      gconf2,
                      intltool,
-                     python-central (>= 0.5.6)
+                     python-support
 Homepage: http://live.gnome.org/Pessulus
 Standards-Version: 3.8.4
 XS-Python-Version: >= 2.4

Added: desktop/unstable/pessulus/debian/preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/preinst?rev=24004&op=file
==============================================================================
--- desktop/unstable/pessulus/debian/preinst (added)
+++ desktop/unstable/pessulus/debian/preinst [utf-8] Sat Apr 24 21:49:38 2010
@@ -1,0 +1,11 @@
+#!/bin/sh
+set -e
+
+# TODO: remove this file after releasing Squeeze
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt-nl 2.30.0-2
+then
+        pycentral pkgremove pessulus
+fi
+
+#DEBHELPER#

Modified: desktop/unstable/pessulus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pessulus/debian/rules?rev=24004&op=diff
==============================================================================
--- desktop/unstable/pessulus/debian/rules [utf-8] (original)
+++ desktop/unstable/pessulus/debian/rules [utf-8] Sat Apr 24 21:49:38 2010
@@ -10,5 +10,5 @@
 	cd po; intltool-update -p
 	# make files with shebang executable
 	egrep -rlZ '^#!(.*)python' debian/pessulus/usr/lib/python*/*-packages/Pessulus | xargs -0 chmod a+x --
-	dh_pycentral
+	dh_pysupport
 




More information about the pkg-gnome-commits mailing list