[Python-apps-commits] r4141 - in packages/pypar2/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Nov 17 20:12:03 UTC 2009
Date: Tuesday, November 17, 2009 @ 20:12:02
Author: piotr
Revision: 4141
* Convert from python-central to python-support
* Standards-Version bumped to 3.8.3 (no changes needed
Modified:
packages/pypar2/trunk/debian/changelog
packages/pypar2/trunk/debian/control
packages/pypar2/trunk/debian/copyright
packages/pypar2/trunk/debian/rules
Modified: packages/pypar2/trunk/debian/changelog
===================================================================
--- packages/pypar2/trunk/debian/changelog 2009-11-17 04:31:35 UTC (rev 4140)
+++ packages/pypar2/trunk/debian/changelog 2009-11-17 20:12:02 UTC (rev 4141)
@@ -1,14 +1,17 @@
-pypar2 (1.4-5) UNRELEASED; urgency=low
+pypar2 (1.4-5) unstable; urgency=low
[ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
+ * Switch Vcs-Browser field to viewsvn
[ Ryan Kavanagh ]
- * Added a README.source, as required by Debian Policy Manual section 4.14
+ * Added a README.source
- -- Ryan Kavanagh <ryanakca at kubuntu.org> Sun, 15 Nov 2009 11:11:55 -0500
+ [ Piotr Ożarowski ]
+ * Convert from python-central to python-support
+ * Standards-Version bumped to 3.8.3 (no changes needed)
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 17 Nov 2009 20:36:26 +0100
+
pypar2 (1.4-4) unstable; urgency=low
* Add no_pyxml.patch - PrettyPrint() is available in PyXml only,
Modified: packages/pypar2/trunk/debian/control
===================================================================
--- packages/pypar2/trunk/debian/control 2009-11-17 04:31:35 UTC (rev 4140)
+++ packages/pypar2/trunk/debian/control 2009-11-17 20:12:02 UTC (rev 4141)
@@ -4,10 +4,10 @@
Maintainer: Piotr Ożarowski <piotr at debian.org>
Uploaders: Python Applications Team <python-apps-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), quilt (>= 0.40)
-Build-Depends-Indep: python-central (>= 0.5.6), python-dev (>= 2.3.5-11)
-Standards-Version: 3.7.3
+Build-Depends-Indep: python-support, python (>= 2.3.5-11)
+Standards-Version: 3.8.3
Homepage: http://pypar2.silent-blade.org/
-XS-Python-Version: current, >=2.4
+XS-Python-Version: >=2.4
Vcs-Svn: svn://svn.debian.org/python-apps/packages/pypar2/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pypar2/trunk/
Modified: packages/pypar2/trunk/debian/copyright
===================================================================
--- packages/pypar2/trunk/debian/copyright 2009-11-17 04:31:35 UTC (rev 4140)
+++ packages/pypar2/trunk/debian/copyright 2009-11-17 20:12:02 UTC (rev 4141)
@@ -24,5 +24,5 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-The Debian packaging is (C) 2006-2007, Piotr Ożarowski <piotr at debian.org> and
+The Debian packaging is © 2006-2009, Piotr Ożarowski <piotr at debian.org> and
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Modified: packages/pypar2/trunk/debian/rules
===================================================================
--- packages/pypar2/trunk/debian/rules 2009-11-17 04:31:35 UTC (rev 4140)
+++ packages/pypar2/trunk/debian/rules 2009-11-17 20:12:02 UTC (rev 4141)
@@ -14,9 +14,8 @@
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp
$(MAKE) clean
- dh_clean
+ dh_clean build-stamp
install: build
dh_testdir
@@ -34,7 +33,7 @@
dh_compress -i
dh_fixperms -i
chmod +x debian/pypar2/usr/share/pypar2/src/main.py
- dh_pycentral -i
+ dh_pysupport -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
@@ -44,4 +43,4 @@
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Python-apps-commits
mailing list