[med-svn] r16531 - trunk/packages/pyqi/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Mar 27 21:06:41 UTC 2014
Author: tille
Date: 2014-03-27 21:06:41 +0000 (Thu, 27 Mar 2014)
New Revision: 16531
Modified:
trunk/packages/pyqi/trunk/debian/changelog
trunk/packages/pyqi/trunk/debian/control
trunk/packages/pyqi/trunk/debian/copyright
trunk/packages/pyqi/trunk/debian/rules
trunk/packages/pyqi/trunk/debian/watch
Log:
Need to remove binary chunks from automatic doc generation
Modified: trunk/packages/pyqi/trunk/debian/changelog
===================================================================
--- trunk/packages/pyqi/trunk/debian/changelog 2014-03-27 20:37:40 UTC (rev 16530)
+++ trunk/packages/pyqi/trunk/debian/changelog 2014-03-27 21:06:41 UTC (rev 16531)
@@ -1,4 +1,4 @@
-pyqi (0.3.1-1) UNRELEASED; urgency=medium
+pyqi (0.3.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
* Fixed watch file
Modified: trunk/packages/pyqi/trunk/debian/control
===================================================================
--- trunk/packages/pyqi/trunk/debian/control 2014-03-27 20:37:40 UTC (rev 16530)
+++ trunk/packages/pyqi/trunk/debian/control 2014-03-27 21:06:41 UTC (rev 16531)
@@ -4,9 +4,10 @@
Tim Booth <tbooth at ceh.ac.uk>
Section: python
Priority: optional
-Build-Depends: python,
+Build-Depends: debhelper (>= 9),
+ python,
python-sphinx,
- debhelper (>= 9)
+ python-setuptools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pyqi/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pyqi/trunk/
Modified: trunk/packages/pyqi/trunk/debian/copyright
===================================================================
--- trunk/packages/pyqi/trunk/debian/copyright 2014-03-27 20:37:40 UTC (rev 16530)
+++ trunk/packages/pyqi/trunk/debian/copyright 2014-03-27 21:06:41 UTC (rev 16531)
@@ -2,6 +2,8 @@
Upstream-Name: pyqi
Upstream-Contact: BiPy Development Team <gregcaporaso at gmail.com>
Source: https://pypi.python.org/pypi/pyqi/
+Files-Excluded:
+ doc/_build
Files: *
Copyright: 2013 BiPy Development Team <gregcaporaso at gmail.com>
Modified: trunk/packages/pyqi/trunk/debian/rules
===================================================================
--- trunk/packages/pyqi/trunk/debian/rules 2014-03-27 20:37:40 UTC (rev 16530)
+++ trunk/packages/pyqi/trunk/debian/rules 2014-03-27 21:06:41 UTC (rev 16531)
@@ -13,3 +13,6 @@
dh_auto_clean
cd doc && make clean
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --repack --repack-compression xz --destdir=../tarballs
Modified: trunk/packages/pyqi/trunk/debian/watch
===================================================================
--- trunk/packages/pyqi/trunk/debian/watch 2014-03-27 20:37:40 UTC (rev 16530)
+++ trunk/packages/pyqi/trunk/debian/watch 2014-03-27 21:06:41 UTC (rev 16531)
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/p/pyqi/pyqi-([.\d]+)\.tar\.gz
+opts=dversionmangle=s/\+dfsg[0-9]*// \
+ https://pypi.python.org/packages/source/p/pyqi/pyqi-([.\d]+)\.tar\.gz
More information about the debian-med-commit
mailing list