Codebase list lazr.restfulclient / 193c05b
debian/patches/no_deps.patch removed, it is no longer useful Luca Falavigna 14 years ago
5 changed file(s) with 6 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 - Do not download missing build-dependencies (Closes: #552949).
4 * debian/patches/no_deps.patch:
5 - Removed, it is no longer useful.
46 * debian/copyright:
57 - Update with new copyright informations.
68
7 -- Luca Falavigna <dktrkranz@debian.org> Tue, 03 Nov 2009 21:02:47 +0100
9 -- Luca Falavigna <dktrkranz@debian.org> Tue, 03 Nov 2009 21:20:20 +0100
810
911 lazr.restfulclient (0.9.3-1) unstable; urgency=low
1012
22 Priority: optional
33 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
44 Uploaders: Luca Falavigna <dktrkranz@debian.org>, James Westby <james.westby@ubuntu.com>
5 Build-Depends: debhelper (>= 7), python (>= 2.4), python-support, python-setuptools, quilt (>= 0.46-7)
5 Build-Depends: debhelper (>= 7), python (>= 2.4), python-support, python-setuptools
66 Standards-Version: 3.8.3
77 Homepage: https://launchpad.net/lazr.restfulclient
88 Vcs-Svn: svn://svn.debian.org/python-modules/packages/lazr.restfulclient/trunk/
+0
-15
debian/patches/no_deps.patch less more
0 Description: Do not look for build-time dependencies
1 Origin: Debian
2 Forwarded: not-needed
3
4 Index: lazr.restfulclient-0.9.3/setup.py
5 ===================================================================
6 --- lazr.restfulclient-0.9.3.orig/setup.py 2009-10-19 13:46:09.362251080 +0200
7 +++ lazr.restfulclient-0.9.3/setup.py 2009-10-19 13:48:13.154279100 +0200
8 @@ -74,6 +74,5 @@
9 docs=['Sphinx',
10 'z3c.recipe.sphinxdoc']
11 ),
12 - setup_requires=['eggtestinfo', 'setuptools_bzr'],
13 test_suite='lazr.restfulclient.tests',
14 )
+0
-1
debian/patches/series less more
0 no_deps.patch
00 #!/usr/bin/make -f
11
22 %:
3 dh --with quilt $@
3 dh $@
44
55 clean:
6 dh --with quilt $@
6 dh $@
77 rm -fr *.egg
88 find -name "*.pyc" -delete