[Python-modules-commits] r2887 - in /packages/pyqwt5/trunk/debian: README.Debian changelog rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Sat Jul 28 19:20:49 UTC 2007


Author: gudjon-guest
Date: Sat Jul 28 19:20:49 2007
New Revision: 2887

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2887
Log:
Upgraded to version 5.0.1

Modified:
    packages/pyqwt5/trunk/debian/README.Debian
    packages/pyqwt5/trunk/debian/changelog
    packages/pyqwt5/trunk/debian/rules

Modified: packages/pyqwt5/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/README.Debian?rev=2887&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/README.Debian (original)
+++ packages/pyqwt5/trunk/debian/README.Debian Sat Jul 28 19:20:49 2007
@@ -1,5 +1,9 @@
-The documentation has been removed since the sources are not available.
+The documentation has been removed since it was created with the non-free 
+latex2html
 
-The files sip/qwt5qt3/.#QwtTypes.sip.1.5 and sip/qwt5qt4/.#QwtTypes.sip.1.5
-have also been removed since they are in the upstream sources by mistake.
+To try out the package, using the examples do the following:
+$ cp -a /usr/share/doc/python-qwt5-qt*/qt*examples .
+$ cd qt*examples
+$ python Grab.py
 
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 28 Jul 2007 12:57:00 +0200

Modified: packages/pyqwt5/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/changelog?rev=2887&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/changelog (original)
+++ packages/pyqwt5/trunk/debian/changelog Sat Jul 28 19:20:49 2007
@@ -1,3 +1,11 @@
+pyqwt5 (5.0.1.dfsg-1) unstable; urgency=low
+
+  * New upstream release
+  * Added the examples but to the /usr/share/doc/python-qwt5-qt* directories
+    in the absence of the documentation.
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 28 Jul 2007 15:46:34 +0200
+
 pyqwt5 (5.0.0.dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #413372)

Modified: packages/pyqwt5/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/rules?rev=2887&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/rules (original)
+++ packages/pyqwt5/trunk/debian/rules Sat Jul 28 19:20:49 2007
@@ -71,14 +71,18 @@
 			$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install);\
 		done;\
 	done
-	mkdir -p debian/tmp/usr/share/doc/python-qwt5-doc/html
+	for qtvers in ${QTS};\
+	do\
+		mkdir -p debian/tmp/usr/share/doc/python-qwt5-qt$$qtvers;\
+		cp -a qt$${qtvers}examples debian/tmp/usr/share/doc/python-qwt5-qt$$qtvers;\
+	done;\
 
 binary-indep: build install
 
 binary-arch: build install
 	dh_testdir -a
 	dh_testroot -a
-	dh_installchangelogs -a CHANGES-5.0.0
+	dh_installchangelogs -a CHANGES-5.0.1
 	dh_installdocs -a
 	dh_install -a --sourcedir=debian/tmp
 	dh_strip -a




More information about the Python-modules-commits mailing list