[Python-modules-commits] r10321 - in packages/pyqwt5/trunk/debian (3 files)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sat Nov 7 11:53:50 UTC 2009


    Date: Saturday, November 7, 2009 @ 11:53:49
  Author: gudjon-guest
Revision: 10321

Version 5.2.1~cvs20091106 ready for upload

Added:
  packages/pyqwt5/trunk/debian/README.source
Modified:
  packages/pyqwt5/trunk/debian/changelog
  packages/pyqwt5/trunk/debian/rules

Added: packages/pyqwt5/trunk/debian/README.source
===================================================================
--- packages/pyqwt5/trunk/debian/README.source	                        (rev 0)
+++ packages/pyqwt5/trunk/debian/README.source	2009-11-07 11:53:49 UTC (rev 10321)
@@ -0,0 +1,4 @@
+The source can be downloaded with the get-orig-source target in the 
+debian/rules file.
+
+The dpatch system is used for applying patches before building.

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2009-11-07 11:47:21 UTC (rev 10320)
+++ packages/pyqwt5/trunk/debian/changelog	2009-11-07 11:53:49 UTC (rev 10321)
@@ -1,3 +1,11 @@
+pyqwt5 (5.2.1~cvs20091106-1) unstable; urgency=low
+
+  * New CVS version
+  * Fixes problems in qt3 port
+  * Add README.source
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 07 Nov 2009 12:51:03 +0100
+
 pyqwt5 (5.2.0+dfsg-2) unstable; urgency=low
 
   * Change sip4 dependencies to >=4.9

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2009-11-07 11:47:21 UTC (rev 10320)
+++ packages/pyqwt5/trunk/debian/rules	2009-11-07 11:53:49 UTC (rev 10321)
@@ -11,7 +11,8 @@
 
 py_qt_version = $(shell dpkg -s python-qt$(strip $(1)) | grep '^Version' | sed 's,Version: \(.*\)-[^-]*$$,\1,')
 
-DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\+dfsg.*,\1,p')
+#DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\+dfsg.*,\1,p')
+DEB_UPSTREAM_VERSION=5.2.0
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list