[Python-modules-commits] r15657 - in packages/ipy/tags (7 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Mon Feb 14 13:55:18 UTC 2011
Date: Monday, February 14, 2011 @ 13:55:05
Author: bzed
Revision: 15657
[svn-buildpackage] Tagging ipy 1:0.72-1
Added:
packages/ipy/tags/1:0.72-1/
packages/ipy/tags/1:0.72-1/debian/changelog
(from rev 15656, packages/ipy/trunk/debian/changelog)
packages/ipy/tags/1:0.72-1/debian/control
(from rev 15652, packages/ipy/trunk/debian/control)
packages/ipy/tags/1:0.72-1/debian/rules
(from rev 15654, packages/ipy/trunk/debian/rules)
Deleted:
packages/ipy/tags/1:0.72-1/debian/changelog
packages/ipy/tags/1:0.72-1/debian/control
packages/ipy/tags/1:0.72-1/debian/rules
Deleted: packages/ipy/tags/1:0.72-1/debian/changelog
===================================================================
--- packages/ipy/trunk/debian/changelog 2011-02-14 13:40:00 UTC (rev 15650)
+++ packages/ipy/tags/1:0.72-1/debian/changelog 2011-02-14 13:55:05 UTC (rev 15657)
@@ -1,227 +0,0 @@
-ipy (1:0.71-1) UNRELEASED; urgency=low
-
- * New upstream bugfix release:
- * Use xrange() instead of range()
- * Use isinstance(x, int) instead of type(x) == types.IntType
- * Prepare support of Python3 (use integer division: x // y)
- * Fix IP(long) constructor: ensure that the address is not too large
- * Constructor raise a TypeError if the type is not int, long,
- str or unicode
- * 223.0.0.0/8 is now public (belongs to APNIC)
- * NOT WORKING YET - needs more code fixes: Adding support for Python3.
-
- -- Bernd Zeimetz <bzed at debian.org> Mon, 11 Oct 2010 10:14:30 +0200
-
-ipy (1:0.70-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Fri, 06 Nov 2009 14:15:48 +0100
-
-ipy (1:0.64-1) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- [ Bernd Zeimetz ]
- * New upstream version.
- * debian/pycompat:
- - Deleting file, not needed.
- * debian/control, debian/rules:
- - Use the new dh to build the package.
- - Run the new test suite, which is provided by upstream since this
- version instead of the buggy docstring test.
- - Bump Standards-Version to 3.8.3, no changes needed.
- * debian/clean:
- - Add file.
- * debian/compat:
- - Bump to level 7.
-
- -- Bernd Zeimetz <bzed at debian.org> Tue, 25 Aug 2009 18:01:19 +0200
-
-ipy (1:0.62-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Sun, 29 Jun 2008 17:42:09 +0200
-
-ipy (1:0.61-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Sun, 22 Jun 2008 03:04:50 +0200
-
-ipy (1:0.60-1) unstable; urgency=low
-
- * New upstream version.
- * debian/README.Debian-source:
- - Deleting file, not needed anymore.
-
- -- Bernd Zeimetz <bzed at debian.org> Tue, 27 May 2008 01:11:56 +0200
-
-ipy (1:0.56-1) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/control
- - uniforming Vcs-Browser field
-
- [ Morten Werner Forsbring ]
- * debian/control
- - changed my lastname
-
- [ Bernd Zeimetz ]
- * New upstream version.
- * debian/uscan-tarball-clean.sh:
- - Removing file, not needed anymore.
- * debian/watch:
- - Updating file as we don't need debian/uscan-tarball-clean.sh anymore,
- upstream's debian directory was removed by upstream.
-
- -- Bernd Zeimetz <bzed at debian.org> Fri, 15 Feb 2008 19:05:40 +0100
-
-ipy (1:0.55+1-1) unstable; urgency=low
-
- [ Sandro Tosi ]
- * debian/watch
- - Url simplification
-
- [ Bernd Zeimetz ]
- * New sourceful upload with a faked +1 version. The tarball does not contain
- upstream's debian directory anymore, which slipped the maintainers' eyes
- during the last uploads.
- * debian/control:
- - Updating my email address.
- - Bumping Standards-Version to 3.7.3, no changes needed.
- * debian/uscan-tarball-clean.sh, debian/watch:
- - Adding script for uscan to strip upstream's debian directory from the
- tarball.
- * debian/README.Debian-source:
- - Adding file, describing the reason for repackaging upstream's tarball.
-
- -- Bernd Zeimetz <bzed at debian.org> Wed, 26 Dec 2007 14:39:30 +0100
-
-ipy (1:0.55-1) unstable; urgency=low
-
- * New upstream version (Closes: #450580).
- * debian/control:
- - Added Vcs-Browser field.
- - Fixed lintian errors by adding python-all to Build-Depends and
- python-support to Build-Depends-Indep.
- - Rename XS-Vcs-Svn fields to Vcs-Svn (dpkg supports them now).
- - Adding myself to uploaders.
- - Adding ${misc:Depends} to Depends.
- - Removing cdbs from Build-Depends, not used anymore.
- - Adding python-docutils to Build-Depends-Indep to create IPy.html
- * debian/watch:
- - Updated file to check the new location at Python's cheeseshop.
- * debian/compat:
- - Bumping to level 5.
- * debian/copyright:
- - Updating file to reflect the content of the current upstream tarball.
- * debian/rules:
- - Rewriting file, removing cdbs, run tests during the build process.
- * debian/{docs, examples}:
- - Adding files.
- * debian/patches:
- - Removing unused directory.
- * debian/pyversions:
- - Even 2.2 is supported, updating file for those who like to do backports.
-
- -- Bernd Zeimetz <bernd at bzed.de> Thu, 08 Nov 2007 11:52:06 +0100
-
-ipy (1:0.52-2) unstable; urgency=low
-
- [ Piotr Ozarowski ]
- * Added XS-Vcs-Svn field
-
- [ Morten Werner Olsen ]
- * Only provides ${python:Provides} as we only want to provide packages
- for supported python versions. (Closes: #399934)
-
- -- Morten Werner Olsen <werner at debian.org> Mon, 27 Nov 2006 09:08:18 +0100
-
-ipy (1:0.52-1) unstable; urgency=medium
-
- * New upstream release.
- - Fixes unit tests which makes the package work with python2.3 and
- python2.5
- - Fix strCompressed() for IPv6 "ffff:ffff:ffff:ffff:ffff:f:f:fffc/127"
- * Setting urgency to medium as I want these bugfixes to enter etch.
- * Including the new COPYING file from upstream with license info.
-
- -- Morten Werner Olsen <werner at debian.org> Sun, 19 Nov 2006 17:21:55 +0100
-
-ipy (1:0.5-1) unstable; urgency=medium
-
- * New upstream release from new upstream maintainer. This version fixes
- all known bugs (take a look at upstream changelog for more info).
- * Setting urgency to medium as I want these bugfixed to enter etch.
- * Adding an epoch to version-number as 0.5 actually is newer than 0.42.
- * Removed 01-0_0_0_0_netmask.patch as it is fixed with new release.
- * Updated debian/copyright with info about new homepage and upstream
- maintainer.
- * Moved XS- and XB-Python-Version from debian/control to debian/pyversions.
- * Installing new upstream ChangeLog.
- * Bumped Standards-Version to 3.7.2 (no changes).
-
- -- Morten Werner Olsen <werner at debian.org> Thu, 2 Nov 2006 08:28:25 +0100
-
-ipy (0.42-7) unstable; urgency=low
-
- * Add missing Build-Depends-Indep. Closes: #374642
-
- -- Raphael Hertzog <hertzog at debian.org> Tue, 20 Jun 2006 18:07:06 +0200
-
-ipy (0.42-6) unstable; urgency=low
-
- * Updated for new Python policy. Closes: #373445
-
- -- Raphael Hertzog <hertzog at debian.org> Sun, 18 Jun 2006 00:18:16 +0200
-
-ipy (0.42-5) unstable; urgency=low
-
- * Now team maintaining the package within the Debian Python Modules Team
- (changing Maintainer address and adding myself as uploader).
- * Added patch to prevent failure with networks with netmask 0.0.0.0.
- (Closes: #358384)
- * Moving debhelper and cdbs to Build-Depends.
- * Started using python-support.
- - Making the python-ipy package depend on python-support and adding
- add Provides/Conflicts/Replaces on python2.3-ipy and python2.4-ipy.
- - Moving files from site-packages to python-support in debian/rules.
- - Adding python-support stuff in postinst and prerm.
-
- -- Morten Werner Olsen <werner at debian.org> Mon, 1 May 2006 14:23:25 +0200
-
-ipy (0.42-4) unstable; urgency=low
-
- * Updated maintainer address. :)
-
- -- Morten Werner Olsen <werner at debian.org> Tue, 14 Mar 2006 00:10:13 +0100
-
-ipy (0.42-3) unstable; urgency=low
-
- * Adding python to Build-Depends-Indep (thanks to Andreas Jochens for
- pointing this out). Closes: #325681
-
- -- Morten Werner Olsen <werner at skolelinux.no> Sun, 4 Sep 2005 11:31:48 +0200
-
-ipy (0.42-2) unstable; urgency=low
-
- * Added DEB_PYTHON_COMPILE_VERSION to debian/rules, as the cdbs' Python
- class uses 'python' as its default. Thanks to Blars Blarson for
- bugreport. (Closes: #320161)
- * Now debhelper gets to decide the Python-dependencies for python2.3-ipy
- and python2.4-ipy.
- * Changed all packages to Architecture: all. Thanks to Chris Lawrence for
- bugreport. (Closes: #320530)
-
- -- Morten Werner Olsen <werner at skolelinux.no> Fri, 29 Jul 2005 00:14:01 +0200
-
-ipy (0.42-1) unstable; urgency=low
-
- * Initial Release. (Closes: #311135)
-
- -- Morten Werner Olsen <werner at skolelinux.no> Thu, 14 Jul 2005 16:16:05 +0300
-
Copied: packages/ipy/tags/1:0.72-1/debian/changelog (from rev 15656, packages/ipy/trunk/debian/changelog)
===================================================================
--- packages/ipy/tags/1:0.72-1/debian/changelog (rev 0)
+++ packages/ipy/tags/1:0.72-1/debian/changelog 2011-02-14 13:55:05 UTC (rev 15657)
@@ -0,0 +1,219 @@
+ipy (1:0.72-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 14 Feb 2011 14:53:18 +0100
+
+ipy (1:0.70-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 06 Nov 2009 14:15:48 +0100
+
+ipy (1:0.64-1) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Bernd Zeimetz ]
+ * New upstream version.
+ * debian/pycompat:
+ - Deleting file, not needed.
+ * debian/control, debian/rules:
+ - Use the new dh to build the package.
+ - Run the new test suite, which is provided by upstream since this
+ version instead of the buggy docstring test.
+ - Bump Standards-Version to 3.8.3, no changes needed.
+ * debian/clean:
+ - Add file.
+ * debian/compat:
+ - Bump to level 7.
+
+ -- Bernd Zeimetz <bzed at debian.org> Tue, 25 Aug 2009 18:01:19 +0200
+
+ipy (1:0.62-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 29 Jun 2008 17:42:09 +0200
+
+ipy (1:0.61-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 22 Jun 2008 03:04:50 +0200
+
+ipy (1:0.60-1) unstable; urgency=low
+
+ * New upstream version.
+ * debian/README.Debian-source:
+ - Deleting file, not needed anymore.
+
+ -- Bernd Zeimetz <bzed at debian.org> Tue, 27 May 2008 01:11:56 +0200
+
+ipy (1:0.56-1) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+
+ [ Morten Werner Forsbring ]
+ * debian/control
+ - changed my lastname
+
+ [ Bernd Zeimetz ]
+ * New upstream version.
+ * debian/uscan-tarball-clean.sh:
+ - Removing file, not needed anymore.
+ * debian/watch:
+ - Updating file as we don't need debian/uscan-tarball-clean.sh anymore,
+ upstream's debian directory was removed by upstream.
+
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 15 Feb 2008 19:05:40 +0100
+
+ipy (1:0.55+1-1) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/watch
+ - Url simplification
+
+ [ Bernd Zeimetz ]
+ * New sourceful upload with a faked +1 version. The tarball does not contain
+ upstream's debian directory anymore, which slipped the maintainers' eyes
+ during the last uploads.
+ * debian/control:
+ - Updating my email address.
+ - Bumping Standards-Version to 3.7.3, no changes needed.
+ * debian/uscan-tarball-clean.sh, debian/watch:
+ - Adding script for uscan to strip upstream's debian directory from the
+ tarball.
+ * debian/README.Debian-source:
+ - Adding file, describing the reason for repackaging upstream's tarball.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 26 Dec 2007 14:39:30 +0100
+
+ipy (1:0.55-1) unstable; urgency=low
+
+ * New upstream version (Closes: #450580).
+ * debian/control:
+ - Added Vcs-Browser field.
+ - Fixed lintian errors by adding python-all to Build-Depends and
+ python-support to Build-Depends-Indep.
+ - Rename XS-Vcs-Svn fields to Vcs-Svn (dpkg supports them now).
+ - Adding myself to uploaders.
+ - Adding ${misc:Depends} to Depends.
+ - Removing cdbs from Build-Depends, not used anymore.
+ - Adding python-docutils to Build-Depends-Indep to create IPy.html
+ * debian/watch:
+ - Updated file to check the new location at Python's cheeseshop.
+ * debian/compat:
+ - Bumping to level 5.
+ * debian/copyright:
+ - Updating file to reflect the content of the current upstream tarball.
+ * debian/rules:
+ - Rewriting file, removing cdbs, run tests during the build process.
+ * debian/{docs, examples}:
+ - Adding files.
+ * debian/patches:
+ - Removing unused directory.
+ * debian/pyversions:
+ - Even 2.2 is supported, updating file for those who like to do backports.
+
+ -- Bernd Zeimetz <bernd at bzed.de> Thu, 08 Nov 2007 11:52:06 +0100
+
+ipy (1:0.52-2) unstable; urgency=low
+
+ [ Piotr Ozarowski ]
+ * Added XS-Vcs-Svn field
+
+ [ Morten Werner Olsen ]
+ * Only provides ${python:Provides} as we only want to provide packages
+ for supported python versions. (Closes: #399934)
+
+ -- Morten Werner Olsen <werner at debian.org> Mon, 27 Nov 2006 09:08:18 +0100
+
+ipy (1:0.52-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Fixes unit tests which makes the package work with python2.3 and
+ python2.5
+ - Fix strCompressed() for IPv6 "ffff:ffff:ffff:ffff:ffff:f:f:fffc/127"
+ * Setting urgency to medium as I want these bugfixes to enter etch.
+ * Including the new COPYING file from upstream with license info.
+
+ -- Morten Werner Olsen <werner at debian.org> Sun, 19 Nov 2006 17:21:55 +0100
+
+ipy (1:0.5-1) unstable; urgency=medium
+
+ * New upstream release from new upstream maintainer. This version fixes
+ all known bugs (take a look at upstream changelog for more info).
+ * Setting urgency to medium as I want these bugfixed to enter etch.
+ * Adding an epoch to version-number as 0.5 actually is newer than 0.42.
+ * Removed 01-0_0_0_0_netmask.patch as it is fixed with new release.
+ * Updated debian/copyright with info about new homepage and upstream
+ maintainer.
+ * Moved XS- and XB-Python-Version from debian/control to debian/pyversions.
+ * Installing new upstream ChangeLog.
+ * Bumped Standards-Version to 3.7.2 (no changes).
+
+ -- Morten Werner Olsen <werner at debian.org> Thu, 2 Nov 2006 08:28:25 +0100
+
+ipy (0.42-7) unstable; urgency=low
+
+ * Add missing Build-Depends-Indep. Closes: #374642
+
+ -- Raphael Hertzog <hertzog at debian.org> Tue, 20 Jun 2006 18:07:06 +0200
+
+ipy (0.42-6) unstable; urgency=low
+
+ * Updated for new Python policy. Closes: #373445
+
+ -- Raphael Hertzog <hertzog at debian.org> Sun, 18 Jun 2006 00:18:16 +0200
+
+ipy (0.42-5) unstable; urgency=low
+
+ * Now team maintaining the package within the Debian Python Modules Team
+ (changing Maintainer address and adding myself as uploader).
+ * Added patch to prevent failure with networks with netmask 0.0.0.0.
+ (Closes: #358384)
+ * Moving debhelper and cdbs to Build-Depends.
+ * Started using python-support.
+ - Making the python-ipy package depend on python-support and adding
+ add Provides/Conflicts/Replaces on python2.3-ipy and python2.4-ipy.
+ - Moving files from site-packages to python-support in debian/rules.
+ - Adding python-support stuff in postinst and prerm.
+
+ -- Morten Werner Olsen <werner at debian.org> Mon, 1 May 2006 14:23:25 +0200
+
+ipy (0.42-4) unstable; urgency=low
+
+ * Updated maintainer address. :)
+
+ -- Morten Werner Olsen <werner at debian.org> Tue, 14 Mar 2006 00:10:13 +0100
+
+ipy (0.42-3) unstable; urgency=low
+
+ * Adding python to Build-Depends-Indep (thanks to Andreas Jochens for
+ pointing this out). Closes: #325681
+
+ -- Morten Werner Olsen <werner at skolelinux.no> Sun, 4 Sep 2005 11:31:48 +0200
+
+ipy (0.42-2) unstable; urgency=low
+
+ * Added DEB_PYTHON_COMPILE_VERSION to debian/rules, as the cdbs' Python
+ class uses 'python' as its default. Thanks to Blars Blarson for
+ bugreport. (Closes: #320161)
+ * Now debhelper gets to decide the Python-dependencies for python2.3-ipy
+ and python2.4-ipy.
+ * Changed all packages to Architecture: all. Thanks to Chris Lawrence for
+ bugreport. (Closes: #320530)
+
+ -- Morten Werner Olsen <werner at skolelinux.no> Fri, 29 Jul 2005 00:14:01 +0200
+
+ipy (0.42-1) unstable; urgency=low
+
+ * Initial Release. (Closes: #311135)
+
+ -- Morten Werner Olsen <werner at skolelinux.no> Thu, 14 Jul 2005 16:16:05 +0300
+
Deleted: packages/ipy/tags/1:0.72-1/debian/control
===================================================================
--- packages/ipy/trunk/debian/control 2011-02-14 13:40:00 UTC (rev 15650)
+++ packages/ipy/tags/1:0.72-1/debian/control 2011-02-14 13:55:05 UTC (rev 15657)
@@ -1,33 +0,0 @@
-Source: ipy
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>, Morten Werner Forsbring <werner at debian.org>
-Build-Depends: debhelper (>= 7.3.5), python-all, python3-all
-Build-Depends-Indep: python-support (>= 0.7.1), python-docutils
-Standards-Version: 3.8.3
-Homepage: http://software.inl.fr/trac/trac.cgi/wiki/IPy
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipy/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ipy/trunk/
-
-Package: python-ipy
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Conflicts: python2.3-ipy, python2.4-ipy
-Replaces: python2.3-ipy, python2.4-ipy
-Description: Python module for handling IPv4 and IPv6 addresses and networks
- IPy is a Python module for handling IPv4 and IPv6 addresses and
- networks in a fashion similar to perl's Net::IP and friends. The IP
- class allows a comfortable parsing and handling for most notations in
- use for IPv4 and IPv6 addresses and networks.
-
-Package: python3-ipy
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: Python3 module for handling IPv4 and IPv6 addresses and networks
- IPy is a Python module for handling IPv4 and IPv6 addresses and
- networks in a fashion similar to perl's Net::IP and friends. The IP
- class allows a comfortable parsing and handling for most notations in
- use for IPv4 and IPv6 addresses and networks.
-
Copied: packages/ipy/tags/1:0.72-1/debian/control (from rev 15652, packages/ipy/trunk/debian/control)
===================================================================
--- packages/ipy/tags/1:0.72-1/debian/control (rev 0)
+++ packages/ipy/tags/1:0.72-1/debian/control 2011-02-14 13:55:05 UTC (rev 15657)
@@ -0,0 +1,23 @@
+Source: ipy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>, Morten Werner Forsbring <werner at debian.org>
+Build-Depends: debhelper (>= 7.3.5), python-all
+Build-Depends-Indep: python-support (>= 0.7.1), python-docutils
+Standards-Version: 3.8.3
+Homepage: http://software.inl.fr/trac/trac.cgi/wiki/IPy
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/ipy/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ipy/trunk/
+
+Package: python-ipy
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Conflicts: python2.3-ipy, python2.4-ipy
+Replaces: python2.3-ipy, python2.4-ipy
+Description: Python module for handling IPv4 and IPv6 addresses and networks
+ IPy is a Python module for handling IPv4 and IPv6 addresses and
+ networks in a fashion similar to perl's Net::IP and friends. The IP
+ class allows a comfortable parsing and handling for most notations in
+ use for IPv4 and IPv6 addresses and networks.
Deleted: packages/ipy/tags/1:0.72-1/debian/rules
===================================================================
--- packages/ipy/trunk/debian/rules 2011-02-14 13:40:00 UTC (rev 15650)
+++ packages/ipy/tags/1:0.72-1/debian/rules 2011-02-14 13:55:05 UTC (rev 15657)
@@ -1,30 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PYTHONS:=$(shell pyversions -vr && py3versions -vr)
-
-%:
- dh --with python3 $@
-
-IPy.html:
- rst2html README IPy.html
-
-binary: binary-indep
-binary-arch:
- # nothing to do here.
-binary-indep: $(PYTHONS:%=test/test-%-stamp) IPy.html
- dh --with python3 $@
-
-test/test-%-stamp:
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
- python$* test/test_IPy.py
- touch $@
-endif
-
-
-.PHONY: install get-orig-source binary binary-arch binary-indep
-
-get-orig-source:
- uscan --verbose --force-download
Copied: packages/ipy/tags/1:0.72-1/debian/rules (from rev 15654, packages/ipy/trunk/debian/rules)
===================================================================
--- packages/ipy/tags/1:0.72-1/debian/rules (rev 0)
+++ packages/ipy/tags/1:0.72-1/debian/rules 2011-02-14 13:55:05 UTC (rev 15657)
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PYTHONS:=$(shell pyversions -vr)
+
+%:
+ dh $@
+
+IPy.html:
+ rst2html README IPy.html
+
+binary: binary-indep
+binary-arch:
+ # nothing to do here.
+binary-indep: $(PYTHONS:%=test/test-%-stamp) IPy.html
+ dh $@
+
+test/test-%-stamp:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+ python$* test/test_IPy.py
+ touch $@
+endif
+
+
+.PHONY: install get-orig-source binary binary-arch binary-indep
+
+get-orig-source:
+ uscan --verbose --force-download
More information about the Python-modules-commits
mailing list