tags 409319 + patch
tags 424532 + patch
tags 464725 + patch
thanks

Hi,

Attached is the diff for my libqwt 4.2.0-4.1 NMU.
diff -u libqwt-4.2.0/debian/changelog libqwt-4.2.0/debian/changelog
--- libqwt-4.2.0/debian/changelog
+++ libqwt-4.2.0/debian/changelog
@@ -1,3 +1,21 @@
+libqwt (4.2.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - added removal of binary files left behind (Closes: #424532)
+    - added examples installation (Closes: #409319)
+    - does not ignore make clean errors anymore
+  * debian/control
+    - bump Standards-Version to 3.7.3
+    - removed dependencies on libqt3-compat-headers (Closes: #464725)
+    - moved Homepage field to source stanza
+    - added ${shlibs:Depends} to libqwt-dev
+    - used ${binary:Version} for intra-packages dependency
+  * debian/libqwt-doc.doc-base
+    - updated section
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Mon, 07 Apr 2008 00:12:53 +0200
+
 libqwt (4.2.0-4) unstable; urgency=low
 
   * debian/copyright: refer to /usr/share/common-licenses/LGPL instead of
diff -u libqwt-4.2.0/debian/control libqwt-4.2.0/debian/control
--- libqwt-4.2.0/debian/control
+++ libqwt-4.2.0/debian/control
@@ -2,13 +2,14 @@
 Section: libs
 Priority: optional
 Maintainer: Brian Nelson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev (>= 3:3.3.4-4), libqt3-compat-headers
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 4.0.0), libqt3-mt-dev (>= 3:3.3.4-4)
+Standards-Version: 3.7.3
+Homepage: http://qwt.sourceforge.net
 
 Package: libqwt-dev
 Section: libdevel
 Architecture: any
-Depends: libqwt4c2 (= ${Source-Version}), libqt3-mt-dev, libqt3-compat-headers
+Depends: ${shlibs:Depends}, libqwt4c2 (= ${binary:Version}), libqt3-mt-dev
 Suggests: libqwt-doc
 Description: Qt widgets library for technical applications (development)
  The Qwt library contains Qt GUI Components and utility classes which
@@ -17,8 +18,6 @@
  of type double.
  .
  This package contains the Qwt development files.
- .
-  Homepage: http://qwt.sourceforge.net
 
 Package: libqwt4c2
 Section: libs
diff -u libqwt-4.2.0/debian/rules libqwt-4.2.0/debian/rules
--- libqwt-4.2.0/debian/rules
+++ libqwt-4.2.0/debian/rules
@@ -19,7 +19,9 @@
 	dh_testdir
 	rm -f build-stamp
 
-	-$(MAKE) distclean
+	 [ ! -f Makefile ] || $(MAKE) distclean
+
+	rm -f designer/obj/*.o designer/plugins/designer/libqwtplugin.so
 
 	dh_clean
 
@@ -48,6 +50,7 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
+	dh_installexamples examples/* -i
 	dh_installman -i
 	dh_installchangelogs CHANGES -i
 	dh_link -i
diff -u libqwt-4.2.0/debian/libqwt-doc.doc-base libqwt-4.2.0/debian/libqwt-doc.doc-base
--- libqwt-4.2.0/debian/libqwt-doc.doc-base
+++ libqwt-4.2.0/debian/libqwt-doc.doc-base
@@ -2,11 +2,11 @@
 Title: Qwt Toolkit Library 
 Author: Josef Wilgen <[EMAIL PROTECTED]> 
 Abstract: Doxygen developer documentation for the Qwt toolkit. 
-  The Qwt library contains GUI Components and utility classes which are 
-  primarily useful for programs with a technical background. Most of 
-  these widgets are used to control or display values, arrays, or ranges 
-  of type double.
-Section: Devel
+ The Qwt library contains GUI Components and utility classes which are 
+ primarily useful for programs with a technical background. Most of 
+ these widgets are used to control or display values, arrays, or ranges 
+ of type double.
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libqwt-doc/html/index.html

Reply via email to