[Python-modules-commits] r3265 - in /packages/pywavelets/trunk/debian: changelog control copyright rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Sep 17 21:11:11 UTC 2007


Author: piotr
Date: Mon Sep 17 21:11:11 2007
New Revision: 3265

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3265
Log:
* Rename binary package to python-pywt (to conform to the Debian Python Policy)
* find (see clean rule) works correctly in every build now (closes: #442715)
* Rebuild to add Python 2.5 extension
* Changed my address to piotr at debian.org

Modified:
    packages/pywavelets/trunk/debian/changelog
    packages/pywavelets/trunk/debian/control
    packages/pywavelets/trunk/debian/copyright
    packages/pywavelets/trunk/debian/rules

Modified: packages/pywavelets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/changelog?rev=3265&op=diff
==============================================================================
--- packages/pywavelets/trunk/debian/changelog (original)
+++ packages/pywavelets/trunk/debian/changelog Mon Sep 17 21:11:11 2007
@@ -1,3 +1,13 @@
+pywavelets (0.1.6-2) unstable; urgency=low
+
+  * Rename binary package to python-pywt
+    (to conform to the Debian Python Policy)
+  * find (see clean rule) works correctly in every build now (closes: #442715)
+  * Rebuild to add Python 2.5 extension
+  * Changed my address to piotr at debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org>  Mon, 17 Sep 2007 22:27:33 +0200
+
 pywavelets (0.1.6-1) unstable; urgency=low
 
   * Initial release (closes: #406557)

Modified: packages/pywavelets/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/control?rev=3265&op=diff
==============================================================================
--- packages/pywavelets/trunk/debian/control (original)
+++ packages/pywavelets/trunk/debian/control Mon Sep 17 21:11:11 2007
@@ -1,6 +1,6 @@
 Source: pywavelets
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 5.0.38), dpatch, python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-numpy (>= 1:0.9.8-2)
@@ -9,7 +9,9 @@
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywavelets/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/?op=log
 
-Package: python-wavelets
+Package: python-pywt
+Conflicts: python-wavelets (=0.1.6-1)
+Replaces: python-wavelets (=0.1.6-1)
 Architecture: any
 Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy (>= 1:0.9.8-2)
 XB-Python-Version: ${python:Versions}

Modified: packages/pywavelets/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/copyright?rev=3265&op=diff
==============================================================================
--- packages/pywavelets/trunk/debian/copyright (original)
+++ packages/pywavelets/trunk/debian/copyright Mon Sep 17 21:11:11 2007
@@ -1,4 +1,4 @@
-This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
 Thu, 11 Jan 2007 22:43:38 +0100.
 
 It was downloaded from: http://cheeseshop.python.org/pypi/PyWavelets/
@@ -27,7 +27,7 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
-The Debian packaging is (C) 2007, Piotr Ozarowski <ozarow at gmail.com> and
+The Debian packaging is (C) 2007, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the GPL.
 
 On Debian systems, the complete text of the GNU General Public

Modified: packages/pywavelets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/rules?rev=3265&op=diff
==============================================================================
--- packages/pywavelets/trunk/debian/rules (original)
+++ packages/pywavelets/trunk/debian/rules Mon Sep 17 21:11:11 2007
@@ -12,7 +12,7 @@
 	dh_testroot
 	-rm -rf build build-stamp build-ext-*
 	-rm -rf PyWavelets.egg-info
-	find . -name *\.py[co] -exec rm {} \;
+	find . -name '*\.py[co]' -delete
 	-rm install-stamp install-ext-*
 	dh_clean
 




More information about the Python-modules-commits mailing list