[Python-modules-commits] r29011 - in packages/python-repoze.what/trunk/debian (5 files)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Wed May 21 23:09:30 UTC 2014
Date: Wednesday, May 21, 2014 @ 23:09:29
Author: zigo
Revision: 29011
Commits latest changes in the packaging (release -3 and -4) that haven't been commited.
Added:
packages/python-repoze.what/trunk/debian/links
Modified:
packages/python-repoze.what/trunk/debian/changelog
packages/python-repoze.what/trunk/debian/compat
packages/python-repoze.what/trunk/debian/control
packages/python-repoze.what/trunk/debian/rules
Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog 2014-05-21 19:50:20 UTC (rev 29010)
+++ packages/python-repoze.what/trunk/debian/changelog 2014-05-21 23:09:29 UTC (rev 29011)
@@ -1,9 +1,19 @@
-python-repoze.what (1.0.9-3) UNRELEASED; urgency=low
+python-repoze.what (1.0.9-4) unstable; urgency=medium
- * Use canonical URIs for Vcs-* fields.
+ * QA upload.
+ * Bump debhelper to 9.
+ * Switch to dh_python2.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:20 +0200
+ -- Dimitri John Ledkov <xnox at ubuntu.com> Sun, 20 Apr 2014 14:05:01 +0100
+python-repoze.what (1.0.9-3) unstable; urgency=medium
+
+ * QA upload.
+ * Move call to dh_link in debian/rules to a proper debian/links file,
+ so that debhelper just does the right thing (Closes: #738384)
+
+ -- Jonathan Wiltshire <jmw at debian.org> Sun, 23 Mar 2014 16:56:38 +0000
+
python-repoze.what (1.0.9-2) unstable; urgency=low
* Orphan package.
Modified: packages/python-repoze.what/trunk/debian/compat
===================================================================
--- packages/python-repoze.what/trunk/debian/compat 2014-05-21 19:50:20 UTC (rev 29010)
+++ packages/python-repoze.what/trunk/debian/compat 2014-05-21 23:09:29 UTC (rev 29011)
@@ -1 +1 @@
-7
+9
Modified: packages/python-repoze.what/trunk/debian/control
===================================================================
--- packages/python-repoze.what/trunk/debian/control 2014-05-21 19:50:20 UTC (rev 29010)
+++ packages/python-repoze.what/trunk/debian/control 2014-05-21 23:09:29 UTC (rev 29011)
@@ -3,10 +3,10 @@
Priority: optional
Maintainer: Debian QA Group <packages at qa.debian.org>
Build-Depends:
- debhelper (>= 7),
- cdbs,
+ debhelper (>= 9),
+ cdbs (>= 0.4.90~),
python,
- python-support,
+ dh-python,
python-setuptools,
python-sphinx,
python-paste,
@@ -18,8 +18,8 @@
python-coverage
Standards-Version: 3.8.4
Homepage: http://www.repoze.org/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.what/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.what/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-repoze.what/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-repoze.what/trunk/
Package: python-repoze.what
Architecture: all
Added: packages/python-repoze.what/trunk/debian/links
===================================================================
--- packages/python-repoze.what/trunk/debian/links (rev 0)
+++ packages/python-repoze.what/trunk/debian/links 2014-05-21 23:09:29 UTC (rev 29011)
@@ -0,0 +1 @@
+/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-repoze.what/html/_static/jquery.js
Modified: packages/python-repoze.what/trunk/debian/rules
===================================================================
--- packages/python-repoze.what/trunk/debian/rules 2014-05-21 19:50:20 UTC (rev 29010)
+++ packages/python-repoze.what/trunk/debian/rules 2014-05-21 23:09:29 UTC (rev 29011)
@@ -1,5 +1,4 @@
#!/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
@@ -9,7 +8,5 @@
build/$(PKG)::
$(MAKE) -C docs/ html
- dh_link /usr/share/javascript/jquery/jquery.js \
- /usr/share/doc/python-repoze.what/html/_static/jquery.js
cleanbuilddir/$(PKG)::
$(MAKE) -C docs/ clean
More information about the Python-modules-commits
mailing list