[Python-modules-commits] r1655 - in /packages/pywavelets/trunk/debian: ./ changelog compat control copyright docs examples patches/ patches/00list patches/01_not_a_script.dpatch rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Fri Jan 12 00:04:22 CET 2007


Author: pox-guest
Date: Fri Jan 12 00:04:22 2007
New Revision: 1655

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1655
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/pywavelets/trunk/debian/   (with props)
    packages/pywavelets/trunk/debian/changelog
    packages/pywavelets/trunk/debian/compat
    packages/pywavelets/trunk/debian/control
    packages/pywavelets/trunk/debian/copyright
    packages/pywavelets/trunk/debian/docs
    packages/pywavelets/trunk/debian/examples
    packages/pywavelets/trunk/debian/patches/
    packages/pywavelets/trunk/debian/patches/00list
    packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch   (with props)
    packages/pywavelets/trunk/debian/rules   (with props)
    packages/pywavelets/trunk/debian/watch

Propchange: packages/pywavelets/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/pywavelets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/changelog?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/changelog (added)
+++ packages/pywavelets/trunk/debian/changelog Fri Jan 12 00:04:22 2007
@@ -1,0 +1,5 @@
+pywavelets (0.1.6-1) unstable; urgency=low
+
+  * Initial release (closes: #406557)
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Thu, 11 Jan 2007 22:43:38 +0100

Added: packages/pywavelets/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/compat?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/compat (added)
+++ packages/pywavelets/trunk/debian/compat Fri Jan 12 00:04:22 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pywavelets/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/control?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/control (added)
+++ packages/pywavelets/trunk/debian/control Fri Jan 12 00:04:22 2007
@@ -1,0 +1,24 @@
+Source: pywavelets
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+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)
+Standards-Version: 3.7.2
+XS-Python-Version: >= 2.4
+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
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy (>= 0.9.8)
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: Discrete Wavelet Transform in Python
+ PyWavelets is a Python wavelet transforms module that can perform:
+  * Discrete Wavelet Transform (1D and 2D)
+  * Inverse Discrete Wavelet Transform (1D and 2D)
+  * Stationary Wavelet Transform
+  * Wavelet Packets decomposition and reconstruction
+ .
+  Homepage: http://www.pybytes.com/pywavelets/

Added: packages/pywavelets/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/copyright?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/copyright (added)
+++ packages/pywavelets/trunk/debian/copyright Fri Jan 12 00:04:22 2007
@@ -1,0 +1,34 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu, 11 Jan 2007 22:43:38 +0100.
+
+It was downloaded from: http://cheeseshop.python.org/pypi/PyWavelets/
+
+Upstream Author: Filip Wasilewski <filipwasilewski at gmail.com>
+
+Licence:
+
+ Copyright (c) 2006 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
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> 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.

Added: packages/pywavelets/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/docs?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/docs (added)
+++ packages/pywavelets/trunk/debian/docs Fri Jan 12 00:04:22 2007
@@ -1,0 +1,3 @@
+README.txt
+THANKS.txt
+doc/html/

Added: packages/pywavelets/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/examples?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/examples (added)
+++ packages/pywavelets/trunk/debian/examples Fri Jan 12 00:04:22 2007
@@ -1,0 +1,1 @@
+demo/*

Added: packages/pywavelets/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/patches/00list?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/patches/00list (added)
+++ packages/pywavelets/trunk/debian/patches/00list Fri Jan 12 00:04:22 2007
@@ -1,0 +1,1 @@
+01_not_a_script

Added: packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch (added)
+++ packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch Fri Jan 12 00:04:22 2007
@@ -1,0 +1,14 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_not_a_script.dpatch by Piotr Ożarowski <ozarow at gmail.com>
+##
+## DP: removes not needed hashbang
+
+ at DPATCH@
+diff -urNad PyWavelets-0.1.6~/pywt/wavelet_packets.py PyWavelets-0.1.6/pywt/wavelet_packets.py
+--- PyWavelets-0.1.6~/pywt/wavelet_packets.py	2006-12-02 15:54:33.000000000 +0100
++++ PyWavelets-0.1.6/pywt/wavelet_packets.py	2007-01-11 23:20:27.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+ 
+ # Copyright (c) 2006 Filip Wasilewski <filipwasilewski at gmail.com>

Propchange: packages/pywavelets/trunk/debian/patches/01_not_a_script.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pywavelets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/rules?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/rules (added)
+++ packages/pywavelets/trunk/debian/rules Fri Jan 12 00:04:22 2007
@@ -1,0 +1,49 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+include /usr/share/dpatch/dpatch.make
+
+PYVERS=$(shell pyversions -vr)
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	-rm -rf build build-stamp build-ext-*
+	find . -name *\.py[co] -exec rm {} \;
+	-rm install-stamp install-ext-*
+	dh_clean
+
+build: patch build-stamp
+build-stamp: $(PYVERS:%=build-ext-%)
+	touch $@
+build-ext-%:
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+install: install-stamp
+install-stamp: build-stamp $(PYVERS:%=install-ext-%)
+install-ext-%:
+	python$* setup.py install --root $(CURDIR)/debian/python-wavelets
+
+binary-indep:
+
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a CHANGES.txt
+	dh_installdocs -a
+	dh_installexamples -a
+	dh_pycentral -a
+	dh_strip -a
+	dh_compress -a -X.py
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: clean binary-indep binary-arch binary unpatch

Propchange: packages/pywavelets/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pywavelets/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pywavelets/trunk/debian/watch?rev=1655&op=file
==============================================================================
--- packages/pywavelets/trunk/debian/watch (added)
+++ packages/pywavelets/trunk/debian/watch Fri Jan 12 00:04:22 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/P/PyWavelets/PyWavelets-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list