[Python-apps-commits] r2602 - in packages/emesene/trunk/debian (changelog control rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Mar 14 11:50:11 UTC 2009


    Date: Saturday, March 14, 2009 @ 11:50:10
  Author: pochu-guest
Revision: 2602

* Build-depend on python instead of python2.5, the latter was added
  when the default python version was 2.4 but we needed 2.5 to build
  the package. I should have added an alternate build-dependency on
  python (>= 2.5) though.
* Switch to python-support.

Modified:
  packages/emesene/trunk/debian/changelog
  packages/emesene/trunk/debian/control
  packages/emesene/trunk/debian/rules

Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog	2009-03-14 11:26:53 UTC (rev 2601)
+++ packages/emesene/trunk/debian/changelog	2009-03-14 11:50:10 UTC (rev 2602)
@@ -14,14 +14,16 @@
     - New patch from upstream r1578, fix file transfers with
       WLM2009 clients.
   * Standards-Version is 3.8.1, no changes needed.
-  * debian/rules: call 'setup.py clean -a' rather than 'rm -rf build',
-    the first does it and is more complete. CDBS should do this though,
-    see #519683.
   * debian/copyright:
     - Clean up whitespaces.
     - Add "Copyright" to the packaging copyright and update the years.
+  * Build-depend on python instead of python2.5, the latter was added
+    when the default python version was 2.4 but we needed 2.5 to build
+    the package. I should have added an alternate build-dependency on
+    python (>= 2.5) though.
+  * Switch to python-support.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 21 Dec 2008 18:13:09 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 14 Mar 2009 12:31:20 +0100
 
 emesene (1.0.1-2) unstable; urgency=low
 

Modified: packages/emesene/trunk/debian/control
===================================================================
--- packages/emesene/trunk/debian/control	2009-03-14 11:26:53 UTC (rev 2601)
+++ packages/emesene/trunk/debian/control	2009-03-14 11:50:10 UTC (rev 2602)
@@ -5,10 +5,9 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: cdbs (>= 0.4.49),
                debhelper (>= 5.0.51~),
-               python2.5
-Build-Depends-Indep: python-central (>= 0.5.6)
+               python
+Build-Depends-Indep: python-support
 Standards-Version: 3.8.1
-XS-Python-Version: >=2.5
 Homepage: http://www.emesene.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/emesene/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/emesene/trunk/
@@ -25,7 +24,6 @@
             python-sexy
 Suggests: python-dcop,
           python-gnome2-extras
-XB-Python-Version: ${python:Versions}
 Description: platform independent MSN Messenger client
  Emesene is a nice and simple MSN Messenger client. It tries to be similar
  to the official client, but with a simpler interface and a nicer look.

Modified: packages/emesene/trunk/debian/rules
===================================================================
--- packages/emesene/trunk/debian/rules	2009-03-14 11:26:53 UTC (rev 2601)
+++ packages/emesene/trunk/debian/rules	2009-03-14 11:50:10 UTC (rev 2602)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
-# -*- mode: makefile -*-
 
-DEB_PYTHON_SYSTEM = pycentral
+DEB_PYTHON_SYSTEM = pysupport
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
@@ -15,6 +14,3 @@
 binary-install/emesene::
 	dh_desktop -pemesene
 	dh_icons -pemesene
-
-clean::
-	setup.py clean -a




More information about the Python-apps-commits mailing list