[Python-modules-commits] r12310 - in packages/pywavelets/trunk/debian (6 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Sat Mar 20 20:32:34 UTC 2010
Date: Saturday, March 20, 2010 @ 20:32:33
Author: piotr
Revision: 12310
* New upstream release
* Rebuild documentation at build time
- python-sphinx added to build dependencies
* Standards-version bumped to 3.8.4 (no changes needed)
Modified:
packages/pywavelets/trunk/debian/changelog
packages/pywavelets/trunk/debian/control
packages/pywavelets/trunk/debian/copyright
packages/pywavelets/trunk/debian/docs
packages/pywavelets/trunk/debian/rules
packages/pywavelets/trunk/debian/watch
Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/changelog 2010-03-20 20:32:33 UTC (rev 12310)
@@ -1,3 +1,12 @@
+pywavelets (0.2.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Rebuild documentation at build time
+ - python-sphinx added to build dependencies
+ * Standards-version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 20 Mar 2010 21:05:17 +0100
+
pywavelets (0.1.7~svn139-1) unstable; urgency=low
[ Sandro Tosi ]
Modified: packages/pywavelets/trunk/debian/control
===================================================================
--- packages/pywavelets/trunk/debian/control 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/control 2010-03-20 20:32:33 UTC (rev 12310)
@@ -4,8 +4,8 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 5.0.38), python-all-dev, python-support,
- python-setuptools (>= 0.6b3-1~), python-numpy (>= 1:0.9.8-2), cython
-Standards-Version: 3.8.3
+ python-setuptools (>= 0.6b3-1~), python-numpy (>= 1:0.9.8-2), cython, python-sphinx
+Standards-Version: 3.8.4
Homepage: http://www.pybytes.com/pywavelets/
XS-Python-Version: >= 2.4
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywavelets/trunk/
@@ -13,7 +13,7 @@
Package: python-pywt
Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy (>= 1:0.9.8-2)
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-numpy (>= 1:0.9.8-2)
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Suggests: libjs-jquery
Modified: packages/pywavelets/trunk/debian/copyright
===================================================================
--- packages/pywavelets/trunk/debian/copyright 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/copyright 2010-03-20 20:32:33 UTC (rev 12310)
@@ -7,7 +7,7 @@
Licence:
- Copyright (c) 2006-2008 Filip Wasilewski <filipwasilewski at gmail.com>
+ Copyright (c) 2006-2010 Filip Wasilewski <filipwasilewski at gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -27,5 +27,5 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-The Debian packaging is © 2007-2009, Piotr Ożarowski <piotr at debian.org> and
+The Debian packaging is © 2007-2010, Piotr Ożarowski <piotr at debian.org> and
is licensed under the same license as upstream sources.
Modified: packages/pywavelets/trunk/debian/docs
===================================================================
--- packages/pywavelets/trunk/debian/docs 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/docs 2010-03-20 20:32:33 UTC (rev 12310)
@@ -1,3 +1,3 @@
README.txt
THANKS.txt
-doc/_build/
+doc/build/html
Modified: packages/pywavelets/trunk/debian/rules
===================================================================
--- packages/pywavelets/trunk/debian/rules 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/rules 2010-03-20 20:32:33 UTC (rev 12310)
@@ -9,14 +9,19 @@
clean:
dh_testdir
dh_testroot
- rm -rf build
+ rm -rf build doc/build
rm -rf $(MODULE_NAME).egg-info
find . -name '*\.py[co]' -delete
dh_clean install-stamp install-ext-* build-stamp build-ext-*
build: build-stamp
-build-stamp: $(PYVERS:%=build-ext-%)
+build-stamp: build-docs $(PYVERS:%=build-ext-%)
touch $@
+
+build-docs:
+ make -C doc html
+ touch $@
+
build-ext-%:
dh_testdir
python$* setup.py build
@@ -35,8 +40,6 @@
dh_testroot
dh_installchangelogs CHANGES.txt
dh_installdocs
- mv $(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/python-pywt/_build \
- $(CURDIR)/debian/$(PACKAGE_NAME)/usr/share/doc/python-pywt/html
dh_link usr/share/doc/python-pastescript/docs /usr/share/doc/python-pywt/html/_static/jquery.js
dh_installexamples -a
dh_pysupport -a
Modified: packages/pywavelets/trunk/debian/watch
===================================================================
--- packages/pywavelets/trunk/debian/watch 2010-03-20 20:03:45 UTC (rev 12309)
+++ packages/pywavelets/trunk/debian/watch 2010-03-20 20:32:33 UTC (rev 12310)
@@ -1,2 +1,2 @@
version=3
-http://cheeseshop.python.org/packages/source/P/PyWavelets/PyWavelets-(.*)\.tar\.gz debian uupdate
+http://pypi.python.org/packages/source/P/PyWavelets/PyWavelets-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list