[Python-modules-commits] r9289 - in packages/pyqwt5/trunk/debian (changelog rules watch)

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sun Aug 9 08:24:39 UTC 2009


    Date: Sunday, August 9, 2009 @ 08:24:37
  Author: gudjon-guest
Revision: 9289

Version 5.2.0 ready for upload

Modified:
  packages/pyqwt5/trunk/debian/changelog
  packages/pyqwt5/trunk/debian/rules
  packages/pyqwt5/trunk/debian/watch

Modified: packages/pyqwt5/trunk/debian/changelog
===================================================================
--- packages/pyqwt5/trunk/debian/changelog	2009-08-09 00:31:38 UTC (rev 9288)
+++ packages/pyqwt5/trunk/debian/changelog	2009-08-09 08:24:37 UTC (rev 9289)
@@ -1,3 +1,12 @@
+pyqwt5 (5.2.0+dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * Remove export QTDIR from rules file
+  * Fix watch file. Upstream path changed
+  * DEB_UPSTREAM_VERSION not hardcoded anymore
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 08 Aug 2009 11:52:42 +0200
+
 pyqwt5 (5.1.1~cvs20090626+dfsg-2) unstable; urgency=low
 
   * Qwt has been upgraded to version 5.2, PyQwt needs rebuilding

Modified: packages/pyqwt5/trunk/debian/rules
===================================================================
--- packages/pyqwt5/trunk/debian/rules	2009-08-09 00:31:38 UTC (rev 9288)
+++ packages/pyqwt5/trunk/debian/rules	2009-08-09 08:24:37 UTC (rev 9289)
@@ -11,8 +11,7 @@
 
 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=5.1.0
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+)\+dfsg.*,\1,p')
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -30,7 +29,6 @@
 	do\
 		for qtvers in ${QTS};\
 		do\
-			export QTDIR=/usr/share/qt$$qtvers;\
 			mkdir -p build/py$$pyvers-qt$$qtvers;\
 			cp -Rl `ls . |grep -v build|grep -v debian` build/py$$pyvers-qt$$qtvers;\
 			(set -e; cd build/py$$pyvers-qt$$qtvers/configure;\
@@ -47,7 +45,6 @@
 	do\
 		for qtvers in ${QTS};\
 		do\
-			export QTDIR=/usr/share/qt$$qtvers;\
 			(set -e; cd build/py$$pyvers-qt$$qtvers/configure;\
 			$(MAKE));\
 		done;\

Modified: packages/pyqwt5/trunk/debian/watch
===================================================================
--- packages/pyqwt5/trunk/debian/watch	2009-08-09 00:31:38 UTC (rev 9288)
+++ packages/pyqwt5/trunk/debian/watch	2009-08-09 08:24:37 UTC (rev 9289)
@@ -1,2 +1,2 @@
 version=3
-opts=dversionmangle=s/\.dfsg$// http://qa.debian.org/watch/sf.php/pyqwt/PyQwt-(.*)\.tar\.gz debian uupdate
+opts=dversionmangle=s/\+dfsg$// http://qa.debian.org/watch/sf.php/pyqwt/pyqwt5/PyQwt-(.*)/PyQwt-(.*)\.tar\.gz debian uupdate




More information about the Python-modules-commits mailing list