[Python-modules-commits] r5913 - in packages/pywavelets/trunk/debian (5 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 8 19:34:22 UTC 2008


    Date: Tuesday, July 8, 2008 @ 19:34:21
  Author: piotr
Revision: 5913

* New upstream snapshot (LP: #186421)
  + 01_not_a_script patch removed (no longer needed)
* Standards-version bumped to 3.8.0
  + Homepage field added
* Python version stripped from Egg name by pycentral (required version
  bumped to 0.6.1)
* python-wavelets dummy package removed (python-pywt is already in testing
  and Etch doesn't have it)
* Change license of my packaging efforts to BSD to match upstream

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

Modified: packages/pywavelets/trunk/debian/changelog
===================================================================
--- packages/pywavelets/trunk/debian/changelog	2008-07-08 19:06:30 UTC (rev 5912)
+++ packages/pywavelets/trunk/debian/changelog	2008-07-08 19:34:21 UTC (rev 5913)
@@ -1,9 +1,17 @@
-pywavelets (0.1.6-4) UNRELEASED; urgency=low
+pywavelets (0.1.7~svn97-1) UNRELEASED; urgency=medium
 
-  * Homepage field added
+  * New upstream snapshot (LP: #186421)
+    + 01_not_a_script patch removed (no longer needed)
+  * Standards-version bumped to 3.8.0
+    + Homepage field added
+  * Python version stripped from Egg name by pycentral (required version
+    bumped to 0.6.1)
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+  * python-wavelets dummy package removed (python-pywt is already in testing
+    and Etch doesn't have it)
+  * Change license of my packaging efforts to BSD to match upstream
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:21 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 08 Jul 2008 20:38:09 +0200
 
 pywavelets (0.1.6-3) unstable; urgency=low
 

Modified: packages/pywavelets/trunk/debian/control
===================================================================
--- packages/pywavelets/trunk/debian/control	2008-07-08 19:06:30 UTC (rev 5912)
+++ packages/pywavelets/trunk/debian/control	2008-07-08 19:34:21 UTC (rev 5913)
@@ -3,16 +3,15 @@
 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)
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-11), python-all-dev, python-central (>= 0.6.1),
+ python-setuptools (>= 0.6b3-1~), python-numpy (>= 1:0.9.8-2)
+Standards-Version: 3.8.0
 Homepage: http://www.pybytes.com/pywavelets/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywavelets/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/?op=log
 
 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}
@@ -22,11 +21,3 @@
  numerical harmonic analysis for numerous families of wavelets, including
  Haar, Daubechies, Symlet, Coiflet, biorthogonal wavelets in one and two
  dimensions.
-
-Package: python-wavelets
-Architecture: all
-Depends: python-pywt
-Description: transitional dummy package
- This is a dummy package to ease transition to new package name (python-pywt). 
- .
- It can be safely removed from your system.

Modified: packages/pywavelets/trunk/debian/copyright
===================================================================
--- packages/pywavelets/trunk/debian/copyright	2008-07-08 19:06:30 UTC (rev 5912)
+++ packages/pywavelets/trunk/debian/copyright	2008-07-08 19:34:21 UTC (rev 5913)
@@ -7,7 +7,7 @@
 
 Licence:
 
- Copyright (c) 2006 Filip Wasilewski <filipwasilewski at gmail.com>
+ Copyright (c) 2006-2008 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,8 +27,5 @@
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.
 
-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
-License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+The Debian packaging is (C) 2007-2008, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the same license as upstream sources.

Modified: packages/pywavelets/trunk/debian/rules
===================================================================
--- packages/pywavelets/trunk/debian/rules	2008-07-08 19:06:30 UTC (rev 5912)
+++ packages/pywavelets/trunk/debian/rules	2008-07-08 19:34:21 UTC (rev 5913)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 #export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
 
 PYVERS=$(shell pyversions -vr)
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
@@ -9,16 +8,16 @@
 PACKAGE_NAME=python-pywt
 MODULE_NAME=PyWavelets
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
-	-rm -rf build build-stamp build-ext-*
-	-rm -rf $(MODULE_NAME).egg-info
+	rm -rf build build-stamp build-ext-*
+	rm -rf $(MODULE_NAME).egg-info
 	find . -name '*\.py[co]' -delete
-	-rm install-stamp install-ext-*
+	rm -f install-stamp install-ext-*
 	dh_clean
 
-build: patch build-stamp
+build: build-stamp
 build-stamp: $(PYVERS:%=build-ext-%)
 	touch $@
 build-ext-%:
@@ -32,9 +31,6 @@
 	python$* setupegg.py install \
 		--root $(CURDIR)/debian/$(PACKAGE_NAME) \
 		--single-version-externally-managed
-	# share Egg dir (remove versions from dirname)
-	mv debian/$(PACKAGE_NAME)/usr/lib/python$*/site-packages/$(MODULE_NAME)-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
-	   debian/$(PACKAGE_NAME)/usr/lib/python$*/site-packages/$(MODULE_NAME)-${DEB_UPSTREAM_VERSION}.egg-info
 
 binary-indep:
 
@@ -56,4 +52,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: clean binary-indep binary-arch binary unpatch
+.PHONY: clean binary-indep binary-arch binary




More information about the Python-modules-commits mailing list