rev 8542 - trunk/packages/wv2/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed Dec 26 07:33:44 UTC 2007


Author: ana
Date: 2007-12-26 07:33:43 +0000 (Wed, 26 Dec 2007)
New Revision: 8542

Modified:
   trunk/packages/wv2/debian/changelog
   trunk/packages/wv2/debian/control
   trunk/packages/wv2/debian/rules
Log:
Replace  ${source:Version}) with (= ${binary:Version}) to make package binNMUable.
Make lintian happy too.



Modified: trunk/packages/wv2/debian/changelog
===================================================================
--- trunk/packages/wv2/debian/changelog	2007-12-26 07:29:25 UTC (rev 8541)
+++ trunk/packages/wv2/debian/changelog	2007-12-26 07:33:43 UTC (rev 8542)
@@ -5,6 +5,8 @@
   * Move patch system to quilt.
   * Add gcc_4.3_fixes to fix problems with GCC 4.3. This patch adds a missing
     include and hack away the #warning stuff.  (Closes: #441614)
+  * Replace  ${source:Version}) with (= ${binary:Version}) to make package 
+    binNMUable.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Wed, 26 Dec 2007 08:32:36 +0100
 

Modified: trunk/packages/wv2/debian/control
===================================================================
--- trunk/packages/wv2/debian/control	2007-12-26 07:29:25 UTC (rev 8541)
+++ trunk/packages/wv2/debian/control	2007-12-26 07:33:43 UTC (rev 8542)
@@ -20,7 +20,7 @@
 Package: libwv2-dev
 Architecture: any
 Section: libdevel
-Depends: libwv2-1c2 (= ${source:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libstdc++-dev, libxml2-dev
+Depends: libwv2-1c2 (= ${binary:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libstdc++-dev, libxml2-dev
 Description: development files for Microsoft Word access library
  The wv2 library allows access to Microsoft Word documents, for the
  purpose of converting them to other formats.  This library is intended

Modified: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2007-12-26 07:29:25 UTC (rev 8541)
+++ trunk/packages/wv2/debian/rules	2007-12-26 07:33:43 UTC (rev 8542)
@@ -47,7 +47,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp patch-stamp
 	$(MAKE) -f /usr/share/quilt/quilt.make unpatch
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean
 




More information about the pkg-kde-commits mailing list