[Python-modules-commits] r2803 - in /packages/pyqwt5/trunk/debian: changelog control python-qwt5-doc.dirs python-qwt5-doc.install rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Mon Jul 23 11:23:37 UTC 2007


Author: gudjon-guest
Date: Mon Jul 23 11:23:36 2007
New Revision: 2803

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2803
Log:
The documentation has been removed since the source was not available and the non-free latex2html was used to generate it

Removed:
    packages/pyqwt5/trunk/debian/python-qwt5-doc.dirs
    packages/pyqwt5/trunk/debian/python-qwt5-doc.install
Modified:
    packages/pyqwt5/trunk/debian/changelog
    packages/pyqwt5/trunk/debian/control
    packages/pyqwt5/trunk/debian/rules

Modified: packages/pyqwt5/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/changelog?rev=2803&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/changelog (original)
+++ packages/pyqwt5/trunk/debian/changelog Mon Jul 23 11:23:36 2007
@@ -1,5 +1,5 @@
-pyqwt5 (5.0.0-1) unstable; urgency=low
+pyqwt5 (5.0.0.dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #413372)
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 23 Jun 2007 14:32:31 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Mon, 23 Jul 2007 13:21:37 +0200

Modified: packages/pyqwt5/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/control?rev=2803&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/control (original)
+++ packages/pyqwt5/trunk/debian/control Mon Jul 23 11:23:36 2007
@@ -45,16 +45,3 @@
  This version is compiled against Qt, version 4.
  .
   Homepage: http://pyqwt.sourceforge.net/
-
-Package: python-qwt5-doc
-Section: doc
-Architecture: all
-Description: Python version of the Qwt5 technical widget library
- PyQwt is a set of Python bindings for the Qwt C++ class library which extends
- the Qt framework with widgets for scientific and engineering applications.
- It provides a widget to plot 2-dimensional data and various widgets to
- display and control bounded or unbounded floating point values.
- .
- This package contains the documentation and examples for both Qt versions.
- .
-  Homepage: http://pyqwt.sourceforge.net/

Modified: packages/pyqwt5/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pyqwt5/trunk/debian/rules?rev=2803&op=diff
==============================================================================
--- packages/pyqwt5/trunk/debian/rules (original)
+++ packages/pyqwt5/trunk/debian/rules Mon Jul 23 11:23:36 2007
@@ -72,22 +72,8 @@
 		done;\
 	done
 	mkdir -p debian/tmp/usr/share/doc/python-qwt5-doc/html
-	cp -a Doc/html/pyqwt/* debian/tmp/usr/share/doc/python-qwt5-doc/html
-	cp -a qt3examples debian/tmp/usr/share/doc/python-qwt5-doc
-	cp -a qt4examples debian/tmp/usr/share/doc/python-qwt5-doc
 
 binary-indep: build install
-	dh_testdir -i
-	dh_testroot -i
-	dh_installchangelogs -i CHANGES-$(DEB_UPSTREAM_VERSION)
-	dh_installdocs -i
-	dh_install -i --sourcedir=debian/tmp
-	dh_compress -i --exclude=.py --exclude=.resX
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
 
 binary-arch: build install
 	dh_testdir -a




More information about the Python-modules-commits mailing list