[Python-modules-commits] r33887 - in packages/kid/trunk/debian (changelog control rules)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Wed Aug 19 19:21:26 UTC 2015
Date: Wednesday, August 19, 2015 @ 19:21:25
Author: stefanor
Revision: 33887
* Port from python-support to dh_python2. (Closes: #786053)
* Wrap-and-sort.
Modified:
packages/kid/trunk/debian/changelog
packages/kid/trunk/debian/control
packages/kid/trunk/debian/rules
Modified: packages/kid/trunk/debian/changelog
===================================================================
--- packages/kid/trunk/debian/changelog 2015-08-19 19:12:34 UTC (rev 33886)
+++ packages/kid/trunk/debian/changelog 2015-08-19 19:21:25 UTC (rev 33887)
@@ -1,7 +1,12 @@
kid (0.9.6-3) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
+ [ Stefano Rivera ]
+ * Port from python-support to dh_python2. (Closes: #786053)
+ * Wrap-and-sort.
+
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:06 +0200
kid (0.9.6-2.1) unstable; urgency=low
Modified: packages/kid/trunk/debian/control
===================================================================
--- packages/kid/trunk/debian/control 2015-08-19 19:12:34 UTC (rev 33886)
+++ packages/kid/trunk/debian/control 2015-08-19 19:21:25 UTC (rev 33887)
@@ -2,10 +2,15 @@
Section: python
Priority: optional
Maintainer: Ross Burton <ross at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.37.1), cdbs (>= 0.4.41), python-all (>= 2.5), python-support (>= 0.6.4)
-Build-Depends-Indep: python-setuptools (>= 0.6a9)
-XS-Python-Version: >= 2.5
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends:
+ cdbs (>= 0.4.41),
+ debhelper (>= 5.0.37.1),
+ dh-python,
+ python-all (>= 2.5),
+ python-setuptools (>= 0.6a9)
+X-Python-Version: >= 2.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kid/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kid/trunk/
Standards-Version: 3.8.3
@@ -13,7 +18,7 @@
Package: python-kid
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources
+Depends: python-pkg-resources, ${misc:Depends}, ${python:Depends}
Description: simple Pythonic template language for XML based vocabularies
Kid is a simple Pythonic template language for XML based vocabularies. It was
spawned as a result of a kinky love triangle between XSLT, TAL, and PHP. We
Modified: packages/kid/trunk/debian/rules
===================================================================
--- packages/kid/trunk/debian/rules 2015-08-19 19:12:34 UTC (rev 33886)
+++ packages/kid/trunk/debian/rules 2015-08-19 19:21:25 UTC (rev 33887)
@@ -1,7 +1,5 @@
#! /usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/python-distutils.mk
@@ -12,9 +10,7 @@
binary-post-install/python-kid::
# Remove scripts which are provided by python-kid and fix rights
find debian/python-kid -name 'run.py' -o -name 'compile.py' | xargs chmod 755
- -rm -rf debian/python-kid/usr/lib/
-
clean::
# Hack to work around "setup.py clean" creating pyc files
find . -name \*.pyc -print0 | xargs -r0 rm
More information about the Python-modules-commits
mailing list