[Python-modules-commits] r8871 - in packages/pyqwt3d/trunk/debian (5 files)
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Fri Jun 26 14:21:06 UTC 2009
Date: Friday, June 26, 2009 @ 14:21:03
Author: gudjon-guest
Revision: 8871
Version 0.1.7~cvs20090625-1 ready for upload.
Added:
packages/pyqwt3d/trunk/debian/README.Source
Modified:
packages/pyqwt3d/trunk/debian/changelog
packages/pyqwt3d/trunk/debian/control
packages/pyqwt3d/trunk/debian/patches/00list
packages/pyqwt3d/trunk/debian/rules
Added: packages/pyqwt3d/trunk/debian/README.Source
===================================================================
--- packages/pyqwt3d/trunk/debian/README.Source (rev 0)
+++ packages/pyqwt3d/trunk/debian/README.Source 2009-06-26 14:21:03 UTC (rev 8871)
@@ -0,0 +1,12 @@
+When a CVS version is downloaded the following commands are used:
+
+cvs -d:pserver:anonymous at pyqwt.cvs.sourceforge.net:/cvsroot/pyqwt login
+cvs -z3 -d:pserver:anonymous at pyqwt.cvs.sourceforge.net:/cvsroot/pyqwt co -P pyqwt3d
+
+VERSION=X.Y.Z~cvsYYYYMMDD
+cp -a pyqwt3d pyqwt3d-${VERSION}
+cd pyqwt3d-${VERSION}
+rm -rf $(find . -name CVS)
+rm -f $(find . -name .cvsignore)
+cd ..
+tar czf pyqwt3d_${VERSION}.orig.tar.gz pyqwt3d-${VERSION}
Modified: packages/pyqwt3d/trunk/debian/changelog
===================================================================
--- packages/pyqwt3d/trunk/debian/changelog 2009-06-26 11:38:48 UTC (rev 8870)
+++ packages/pyqwt3d/trunk/debian/changelog 2009-06-26 14:21:03 UTC (rev 8871)
@@ -1,3 +1,15 @@
+pyqwt3d (0.1.7~cvs20090625-1) unstable; urgency=low
+
+ * New CVS version
+ * Bump Standards-Version to 3.8.2 (no changes needed)
+ * Builds from source (Closes: #527662)
+ * Add patch 03_fix_const_char
+ * Upgrade build dependencies to sip4 (4.8.1)
+ * Add README.Source
+ * Hardcode DEB_UPSTREAM_VERSION, change in next release
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Fri, 26 Jun 2009 16:03:58 +0200
+
pyqwt3d (0.1.6-3) UNRELEASED; urgency=low
[ Sandro Tosi ]
Modified: packages/pyqwt3d/trunk/debian/control
===================================================================
--- packages/pyqwt3d/trunk/debian/control 2009-06-26 11:38:48 UTC (rev 8870)
+++ packages/pyqwt3d/trunk/debian/control 2009-06-26 14:21:03 UTC (rev 8871)
@@ -4,12 +4,12 @@
Maintainer: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), python-all-dev (>= 2.4.4-2), dpatch,
- sip4 (>= 4.6), python-sip4-dev (>= 4.7.1), python-numpy (>= 1.0.2), python-support (>= 0.7.1),
- python-qt-dev, python-qt3-gl (>= 3.17.2), libqt4-opengl-dev,
- python-qt4-dev (>=4.2), python-qt4 (>= 4.2), python-qt4-gl (>= 4.2),
+ sip4 (>= 4.8.1), python-sip4-dev (>= 4.8.1), python-numpy (>= 1.0.2), python-support (>= 0.7.1),
+ python-qt-dev, python-qt3-gl (>= 3.18.1), libqt4-opengl-dev,
+ python-qt4-dev (>=4.5.1), python-qt4 (>= 4.5.1), python-qt4-gl (>= 4.5.1),
libqwtplot3d-qt3-dev (>= 0.2.7+svn191), libqwtplot3d-qt4-dev (>= 0.2.7+svn191)
Homepage: http://pyqwt.sourceforge.net/
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyqwt3d/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyqwt3d/trunk/
Modified: packages/pyqwt3d/trunk/debian/patches/00list
===================================================================
--- packages/pyqwt3d/trunk/debian/patches/00list 2009-06-26 11:38:48 UTC (rev 8870)
+++ packages/pyqwt3d/trunk/debian/patches/00list 2009-06-26 14:21:03 UTC (rev 8871)
@@ -1,2 +1,3 @@
01_configure
02_ezplot
+03_fix_const_char
Modified: packages/pyqwt3d/trunk/debian/rules
===================================================================
--- packages/pyqwt3d/trunk/debian/rules 2009-06-26 11:38:48 UTC (rev 8870)
+++ packages/pyqwt3d/trunk/debian/rules 2009-06-26 14:21:03 UTC (rev 8871)
@@ -12,7 +12,8 @@
py_qt_version = $(shell dpkg -s python-qt$(strip $(1))-gl | grep '^Version' | sed 's,Version: \(.*\)-[^-]*$$,\1,')
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+#DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+DEB_UPSTREAM_VERSION=0.1.7
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list