[Python-apps-commits] r303 - in /packages/spe/trunk/debian: changelog control rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Nov 26 21:20:07 UTC 2007


Author: pochu-guest
Date: Mon Nov 26 21:20:06 2007
New Revision: 303

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=303
Log:
spe UNRELEASED, and some fixes from POX... thanks POX \o/

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

Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=303&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Mon Nov 26 21:20:06 2007
@@ -1,9 +1,10 @@
-spe (0.8.4b-1) unstable; urgency=low
+spe (0.8.4b-1) UNRELEASED; urgency=low
 
   [ Stefano Canepa ]
   * New upstream release
   * debian/control:
     - Added dpatch to Build-Depends.
+    - Added docbook-to-man to Build-Depends-Indep.
     - Added myself to Uploaders.
   * debian/rules:
     - Added dpatch magic.
@@ -18,6 +19,7 @@
     - New Maintainer, Python Applications Packaging Team.
       Closes: #379374.
     - Added myself to Uploaders.
+    - Section -> devel.
     - Remove python-central from build-depends. We don't need it anymore
       as we install spe now in /usr/share/spe.
     - Require debhelper >= 5.0.38 as required by policy.
@@ -60,7 +62,7 @@
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 25 Nov 2007 23:48:42 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Mon, 26 Nov 2007 22:19:02 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/control?rev=303&op=diff
==============================================================================
--- packages/spe/trunk/debian/control (original)
+++ packages/spe/trunk/debian/control Mon Nov 26 21:20:06 2007
@@ -1,11 +1,11 @@
 Source: spe
-Section: python
+Section: devel
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Canepa <sc at linux.it>, Emilio Pozuelo Monfort <pochu at ubuntu.com>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0.38), dpatch
-Build-Depends-Indep: python, python-central (>= 0.5.6)
+Build-Depends-Indep: python, python-central (>= 0.5.6), docbook-to-man
 XS-Python-Version: current
 Homepage: http://pythonide.stani.be/
 VCS-Svn: svn://svn.debian.org/python-apps/packages/spe/trunk/

Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=303&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Mon Nov 26 21:20:06 2007
@@ -41,7 +41,7 @@
 	chmod +x debian/spe/usr/share/spe/_spe/SPE.py
 
 # Build architecture-independent files here.
-binary-indep: build install
+binary-indep:
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs _spe/spe_changes.txt




More information about the Python-apps-commits mailing list