[Python-modules-commits] r25710 - in packages/python-repoze.who/trunk/debian (5 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Aug 31 21:14:05 UTC 2013
Date: Saturday, August 31, 2013 @ 21:14:02
Author: piotr
Revision: 25710
[ Florian Zavatzki ]
* New upstream release
* debian/control:
- Add myself to Uploaders
- Add python-webob to Depends
* debian/rules: Change rules format
[ Piotr O?\197?\188arowski ]
* Do not install useless .pth files
Modified:
packages/python-repoze.who/trunk/debian/changelog
packages/python-repoze.who/trunk/debian/compat
packages/python-repoze.who/trunk/debian/control
packages/python-repoze.who/trunk/debian/docs
packages/python-repoze.who/trunk/debian/rules
Modified: packages/python-repoze.who/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who/trunk/debian/changelog 2013-08-31 21:05:36 UTC (rev 25709)
+++ packages/python-repoze.who/trunk/debian/changelog 2013-08-31 21:14:02 UTC (rev 25710)
@@ -1,4 +1,4 @@
-python-repoze.who (2.0~a4-1) UNRELEASED; urgency=low
+python-repoze.who (2.2-1) UNRELEASED; urgency=low
[ Bernhard Reiter ]
* New upstream release
@@ -15,8 +15,18 @@
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:21 +0200
+ [ Florian Zavatzki ]
+ * New upstream release
+ * debian/control:
+ - Add myself to Uploaders
+ - Add python-webob to Depends
+ * debian/rules: Change rules format
+ [ Piotr Ożarowski ]
+ * Do not install useless .pth files
+
+ -- Florian Zavatzki <fz at binsec.de> Sat, 03 Aug 2013 14:16:04 +0200
+
python-repoze.who (1.0.18-2) unstable; urgency=low
* Orphan package
Modified: packages/python-repoze.who/trunk/debian/compat
===================================================================
--- packages/python-repoze.who/trunk/debian/compat 2013-08-31 21:05:36 UTC (rev 25709)
+++ packages/python-repoze.who/trunk/debian/compat 2013-08-31 21:14:02 UTC (rev 25710)
@@ -1 +1 @@
-7
+8
Modified: packages/python-repoze.who/trunk/debian/control
===================================================================
--- packages/python-repoze.who/trunk/debian/control 2013-08-31 21:05:36 UTC (rev 25709)
+++ packages/python-repoze.who/trunk/debian/control 2013-08-31 21:14:02 UTC (rev 25710)
@@ -3,18 +3,19 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders:
- Bernhard Reiter <ockham at raz.or.at>
+ Bernhard Reiter <ockham at raz.or.at>,
+ Florian Zavatzki <fz at binsec.de>
Build-Depends:
- debhelper (>= 7),
- cdbs,
+ debhelper (>= 8),
python,
python-support,
python-setuptools,
- python-sphinx,
+ python-sphinx (>= 1.0.7+dfsg),
python-zope.interface,
python-paste,
+ python-webob,
python-repoze.sphinx.autointerface
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
Homepage: http://www.repoze.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.who/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.who/trunk/
@@ -26,7 +27,9 @@
${python:Depends},
python-zope.interface,
python-pkg-resources,
- python-paste
+ python-webob,
+ python-paste,
+ python-sphinx,
Suggests:
python-psycopg2,
libjs-jquery
Modified: packages/python-repoze.who/trunk/debian/docs
===================================================================
--- packages/python-repoze.who/trunk/debian/docs 2013-08-31 21:05:36 UTC (rev 25709)
+++ packages/python-repoze.who/trunk/debian/docs 2013-08-31 21:14:02 UTC (rev 25710)
@@ -1,3 +1,3 @@
-README.txt
+README.rst
TODO.txt
docs/.build/html/
Modified: packages/python-repoze.who/trunk/debian/rules
===================================================================
--- packages/python-repoze.who/trunk/debian/rules 2013-08-31 21:05:36 UTC (rev 25709)
+++ packages/python-repoze.who/trunk/debian/rules 2013-08-31 21:14:02 UTC (rev 25710)
@@ -1,20 +1,20 @@
#!/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
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
-PKG = python-repoze.who
-DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
-DEB_COMPRESS_EXCLUDE += .js
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-build/$(PKG)::
+%:
+ dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
$(MAKE) -C docs/ html
- dh_link /usr/share/javascript/jquery/jquery.js \
- /usr/share/doc/python-repoze.who/html/_static/jquery.js
-cleanbuilddir/$(PKG)::
- $(MAKE) -C docs/ clean
-
-install/$(PKG)::
- find $(CURDIR)/debian/$(PKG) -name requires.txt -delete
- find $(CURDIR)/debian/$(PKG) -name '*.pth' -delete
+override_dh_auto_install:
+ dh_auto_install
+ find debian/ -name '*.pth' -delete
\ No newline at end of file
More information about the Python-modules-commits
mailing list