[Python-apps-team] Bug#617068: Debdiff

Ryan Kavanagh ryanakca at kubuntu.org
Fri Nov 18 19:24:22 UTC 2011


Hi,

This has been fixed in the PAPT SVN, see the attached debdiff, also
available from the package's SVN browser[0], for details.

Kind regards,
Ryan

[0] http://anonscm.debian.org/viewvc/python-apps?view=revision&revision=7814
-------------- next part --------------
Index: debian/control
===================================================================
--- debian/control	(revisión: 7804)
+++ debian/control	(copia de trabajo)
@@ -3,12 +3,10 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Stefano Canepa <sc at linux.it>, Stani M <spe.stani.be at gmail.com>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 5.0.51),
-               python
-Build-Depends-Indep: python-central (>= 0.5.6),
-                     docbook-to-man
-XS-Python-Version: all
+               python (>= 2.6.6-3~)
+Build-Depends-Indep: docbook-to-man
 Homepage: http://pythonide.stani.be/
 VCS-Svn: svn://svn.debian.org/python-apps/packages/spe/trunk/
 VCS-Browser: http://svn.debian.org/viewsvn/python-apps/packages/spe/
@@ -24,7 +22,6 @@
          pychecker (>= 0.8.17-5)
 Recommends: wx2.8-doc
 Suggests: blender (>= 2.35), python-doc, python-wxtools
-XB-Python-Version: ${python:Versions}
 Description: Stani's Python Editor
  Spe is a Python IDE with auto-indentation, auto completion, call
  tips, syntax coloring, syntax highlighting, UML viewer, class
Index: debian/changelog
===================================================================
--- debian/changelog	(revisión: 7804)
+++ debian/changelog	(copia de trabajo)
@@ -1,10 +1,20 @@
 spe (0.8.4.h-3) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control:
     - Remove myself from Uploaders.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 13 Mar 2011 20:28:48 +0000
+  [ Ryan Kavanagh ]
+  * Switch from dh_pycentral to dh_python2 (Closes: #617068)
+    - Bump python build-depends version to (>= 2.6.6-3~)
+    - Drop build-depends on python-cnetral
+    - Remove X{S,B}-Python-Version lines
+    - Update debian/rules accordingly
+  * Bump standards version to 3.9.2, no changes required
+  * Added missing build-arch and build-indep targets to rules
 
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Fri, 18 Nov 2011 10:48:59 -0500
+
 spe (0.8.4.h-2) unstable; urgency=low
 
   * debian/control:
Index: debian/rules
===================================================================
--- debian/rules	(revisión: 7804)
+++ debian/rules	(copia de trabajo)
@@ -9,8 +9,12 @@
 %.1: %.sgml
 	docbook-to-man $< > $@
 
-build: $(MANPAGES)
+build: build-arch build-indep
 
+build-arch: build-stamp
+build-indep: build-stamp $(MANPAGES)
+build-stamp:
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -45,7 +49,7 @@
 	dh_icons
 	dh_compress -X.pdf -X.rtf -X.py
 	dh_fixperms
-	dh_pycentral
+	dh_python2
 	dh_installdeb
 	dh_gencontrol
 	dh_md5sums
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1876 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-apps-team/attachments/20111118/ba3d7c12/attachment.pgp>


More information about the Python-apps-team mailing list