[Python-modules-commits] r5591 - in packages/pyqwt5/trunk/debian (changelog control rules)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Tue Jun 10 13:39:21 UTC 2008
Date: Tuesday, June 10, 2008 @ 13:39:20
Author: gudjon-guest
Revision: 5591
New upstream release, ready for upload.
Modified:
packages/pyqwt5/trunk/debian/changelog
packages/pyqwt5/trunk/debian/control
packages/pyqwt5/trunk/debian/rules
Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog 2008-06-10 13:33:11 UTC (rev 5590)
+++ packages/pyqwt5/trunk/debian/changelog 2008-06-10 13:39:20 UTC (rev 5591)
@@ -1,3 +1,10 @@
+pyqwt5 (5.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump standards version to 3.8.0, no changes needed.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Tue, 10 Jun 2008 10:03:17 +0200
+
pyqwt5 (5.1~20080523cvs.dfsg-1) unstable; urgency=medium
[ Gudjon I. Gudjonsson ]
Modified: packages/pyqwt5/trunk/debian/control
===================================================================
--- packages/pyqwt5/trunk/debian/control 2008-06-10 13:33:11 UTC (rev 5590)
+++ packages/pyqwt5/trunk/debian/control 2008-06-10 13:39:20 UTC (rev 5591)
@@ -7,7 +7,7 @@
python-numpy (>= 1.0.2-2), sip4 (>= 4.7.1-1~), python-sip4-dev (>= 4.7.1-1~),
libqwt5-qt4-dev (>=5.0.1), python-qt4, python-qt4-dev (>=4.2),
libqwt5-qt3-dev (>=5.0.1), python-qt3, python-qt-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://pyqwt.sourceforge.net/
XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt5/trunk/
Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules 2008-06-10 13:33:11 UTC (rev 5590)
+++ packages/pyqwt5/trunk/debian/rules 2008-06-10 13:39:20 UTC (rev 5591)
@@ -10,7 +10,7 @@
QTS=3 4
#DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
-DEB_UPSTREAM_VERSION=5.0.1
+DEB_UPSTREAM_VERSION=5.1.0
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -78,7 +78,7 @@
binary-indep: build install
dh_testdir -i
dh_testroot -i
- dh_installchangelogs -i CHANGES-$(DEB_UPSTREAM_VERSION)
+ dh_installchangelogs -i ANNOUNCEMENT-$(DEB_UPSTREAM_VERSION)
dh_installdocs -i
dh_install -i --sourcedir=debian/tmp
dh_compress -i --exclude=.py --exclude=.resX
@@ -91,7 +91,7 @@
binary-arch: build install
dh_testdir -a
dh_testroot -a
- dh_installchangelogs -a CHANGES-$(DEB_UPSTREAM_VERSION)
+ dh_installchangelogs -a ANNOUNCEMENT-$(DEB_UPSTREAM_VERSION)
dh_installdocs -a
dh_install -a --sourcedir=debian/tmp
dh_strip -a
More information about the Python-modules-commits
mailing list