[Python-modules-commits] r32610 - in packages/kiwi/trunk/debian (5 files)

jelmer at users.alioth.debian.org jelmer at users.alioth.debian.org
Wed May 6 23:07:55 UTC 2015


    Date: Wednesday, May 6, 2015 @ 23:07:54
  Author: jelmer
Revision: 32610

Migrate to dh_python2.

Modified:
  packages/kiwi/trunk/debian/changelog
  packages/kiwi/trunk/debian/control
  packages/kiwi/trunk/debian/rules
Deleted:
  packages/kiwi/trunk/debian/pycompat
  packages/kiwi/trunk/debian/pyversions

Modified: packages/kiwi/trunk/debian/changelog
===================================================================
--- packages/kiwi/trunk/debian/changelog	2015-05-06 23:01:11 UTC (rev 32609)
+++ packages/kiwi/trunk/debian/changelog	2015-05-06 23:07:54 UTC (rev 32610)
@@ -9,6 +9,7 @@
   * Drop empty patch 02_disable_pydoctor.patch.
   * Add patch 05_pydoctor_build_time.diff: Pass package change time to
     pydoctor, to create reproducible builds.
+  * Migrate to dh_python2.
 
  -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Wed, 06 May 2015 22:39:09 +0000
 

Modified: packages/kiwi/trunk/debian/control
===================================================================
--- packages/kiwi/trunk/debian/control	2015-05-06 23:01:11 UTC (rev 32609)
+++ packages/kiwi/trunk/debian/control	2015-05-06 23:07:54 UTC (rev 32610)
@@ -3,12 +3,13 @@
 Priority: optional
 Maintainer: Goedson Teixeira Paixao <goedson at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-all (>= 2.3.5-10), python-glade2 (>= 2.8.6), python-gtk2 (>= 2.8.2-3.1), python-support (>= 0.6.4), python-epydoc (>= 2.1-11), python-twisted-core (>= 2.4.0), xvfb, xfonts-base, python-pydoctor (>= 0.5+git20150410-1)
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5.0.37.2), python, python-setuptools (>= 0.6b3), dh-python
+Build-Depends-Indep: python-all (>= 2.6.6-3), python-glade2 (>= 2.8.6), python-gtk2 (>= 2.8.2-3.1), python-epydoc (>= 2.1-11), python-twisted-core (>= 2.4.0), xvfb, xfonts-base, python-pydoctor (>= 0.5+git20150410)
 Homepage: http://www.async.com.br/projects/kiwi/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kiwi/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kiwi/trunk/
 Standards-Version: 3.9.6
+X-Python-Version: >= 2.4
 
 Package: python-kiwi
 Architecture: all

Deleted: packages/kiwi/trunk/debian/pycompat
===================================================================
--- packages/kiwi/trunk/debian/pycompat	2015-05-06 23:01:11 UTC (rev 32609)
+++ packages/kiwi/trunk/debian/pycompat	2015-05-06 23:07:54 UTC (rev 32610)
@@ -1 +0,0 @@
-2

Deleted: packages/kiwi/trunk/debian/pyversions
===================================================================
--- packages/kiwi/trunk/debian/pyversions	2015-05-06 23:01:11 UTC (rev 32609)
+++ packages/kiwi/trunk/debian/pyversions	2015-05-06 23:07:54 UTC (rev 32610)
@@ -1 +0,0 @@
-2.4-

Modified: packages/kiwi/trunk/debian/rules
===================================================================
--- packages/kiwi/trunk/debian/rules	2015-05-06 23:01:11 UTC (rev 32609)
+++ packages/kiwi/trunk/debian/rules	2015-05-06 23:07:54 UTC (rev 32610)
@@ -1,14 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM := pysupport
-
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_COMPRESS_EXCLUDE += .py .glade .gladep
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-
 BUILD_DATE = $(shell dpkg-parsechangelog -S Date)
 
 build/python-kiwi::




More information about the Python-modules-commits mailing list