[Python-modules-commits] r20297 - in packages/python-repoze.tm2/trunk/debian (4 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sat Feb 4 12:49:46 UTC 2012
Date: Saturday, February 4, 2012 @ 12:49:43
Author: jandd
Revision: 20297
* New upstream version (Closes: #630704)
* Adopting package.
* debian/control:
- drop cdbs and python-support from Build-Depends
- bump required debhelper version to (>= 7.0.50~)
- use python (>= 2.6.5~) instead of python-dev in Build-Depends
- add version (>= 1.0.7+dfsg) to python-sphinx in Build-Depends
- bump Standards-Version to 3.9.2 (no changes needed)
- add ${sphinxdoc:Depends} to Depends
* debian/rules:
- use simplified dh rules using --with python2,sphinxdoc
* switch to source format 3.0 (quilt)
Modified:
packages/python-repoze.tm2/trunk/debian/changelog
packages/python-repoze.tm2/trunk/debian/control
packages/python-repoze.tm2/trunk/debian/rules
packages/python-repoze.tm2/trunk/debian/source/format
Modified: packages/python-repoze.tm2/trunk/debian/changelog
===================================================================
--- packages/python-repoze.tm2/trunk/debian/changelog 2012-02-04 02:16:48 UTC (rev 20296)
+++ packages/python-repoze.tm2/trunk/debian/changelog 2012-02-04 12:49:43 UTC (rev 20297)
@@ -1,3 +1,20 @@
+python-repoze.tm2 (1.0b2-1) UNRELEASED; urgency=low
+
+ * New upstream version (Closes: #630704)
+ * Adopting package.
+ * debian/control:
+ - drop cdbs and python-support from Build-Depends
+ - bump required debhelper version to (>= 7.0.50~)
+ - use python (>= 2.6.5~) instead of python-dev in Build-Depends
+ - add version (>= 1.0.7+dfsg) to python-sphinx in Build-Depends
+ - bump Standards-Version to 3.9.2 (no changes needed)
+ - add ${sphinxdoc:Depends} to Depends
+ * debian/rules:
+ - use simplified dh rules using --with python2,sphinxdoc
+ * switch to source format 3.0 (quilt)
+
+ -- Jan Dittberner <jandd at debian.org> Thu, 02 Feb 2012 12:51:27 +0100
+
python-repoze.tm2 (1.0a4-3) unstable; urgency=low
* Orphan package.
Modified: packages/python-repoze.tm2/trunk/debian/control
===================================================================
--- packages/python-repoze.tm2/trunk/debian/control 2012-02-04 02:16:48 UTC (rev 20296)
+++ packages/python-repoze.tm2/trunk/debian/control 2012-02-04 12:49:43 UTC (rev 20297)
@@ -1,16 +1,15 @@
Source: python-repoze.tm2
Section: python
-Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jan Dittberner <jandd at debian.org>
Build-Depends:
- debhelper (>= 7),
- cdbs,
- python-dev,
- python-support,
+ debhelper (>= 7.0.50~),
+ python,
python-setuptools,
- python-sphinx,
+ python-sphinx (>= 1.0.7+dfsg),
python-transaction
-Standards-Version: 3.8.2
+Standards-Version: 3.9.2
Homepage: http://www.repoze.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.tm2/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.tm2/trunk/
@@ -20,6 +19,7 @@
Depends:
${misc:Depends},
${python:Depends},
+ ${sphinxdoc:Depends},
python-transaction
Description: Zope-like transaction manager via WSGI middleware
repoze.tm2 is Python WSGI middleware which uses the ZODB (Zope
Modified: packages/python-repoze.tm2/trunk/debian/rules
===================================================================
--- packages/python-repoze.tm2/trunk/debian/rules 2012-02-04 02:16:48 UTC (rev 20296)
+++ packages/python-repoze.tm2/trunk/debian/rules 2012-02-04 12:49:43 UTC (rev 20297)
@@ -1,13 +1,16 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pysupport
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-PKG = python-repoze.tm2
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_COMPRESS_EXCLUDE += .js
+override_dh_auto_clean:
+ dh_clean
+ find . -type f -name '*.py[co]' -delete
+ $(MAKE) -C docs/ clean
-build/$(PKG)::
+override_dh_compress:
+ dh_compress -X .js
+
+override_dh_auto_install:
$(MAKE) -C docs/ html
-cleanbuilddir/$(PKG)::
- $(MAKE) -C docs/ clean
+ dh_auto_install
+
+%:
+ dh --with python2,sphinxdoc --buildsystem=python_distutils $@
Modified: packages/python-repoze.tm2/trunk/debian/source/format
===================================================================
--- packages/python-repoze.tm2/trunk/debian/source/format 2012-02-04 02:16:48 UTC (rev 20296)
+++ packages/python-repoze.tm2/trunk/debian/source/format 2012-02-04 12:49:43 UTC (rev 20297)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
\ No newline at end of file
More information about the Python-modules-commits
mailing list