rev 15946 - trunk/packages/wv2/debian

Pino Toscano pino-guest at alioth.debian.org
Fri Sep 18 14:43:50 UTC 2009


Author: pino-guest
Date: 2009-09-18 14:43:50 +0000 (Fri, 18 Sep 2009)
New Revision: 15946

Modified:
   trunk/packages/wv2/debian/changelog
   trunk/packages/wv2/debian/control
Log:
add ${misc:Depends} for debhelper


Modified: trunk/packages/wv2/debian/changelog
===================================================================
--- trunk/packages/wv2/debian/changelog	2009-09-18 14:42:17 UTC (rev 15945)
+++ trunk/packages/wv2/debian/changelog	2009-09-18 14:43:50 UTC (rev 15946)
@@ -7,8 +7,9 @@
   * Bump SONAME.
   * Switch to dh, and bump debhelper requirements & compatibility to 7.
   * wv2's build system is cmake now, so build-depend on it.
+  * Add dependency on ${misc:Depends}, given debhelper is used.
 
- -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 18 Sep 2009 16:35:50 +0200
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 18 Sep 2009 16:42:51 +0200
 
 wv2 (0.3.1.dfsg-1) unstable; urgency=low
 

Modified: trunk/packages/wv2/debian/control
===================================================================
--- trunk/packages/wv2/debian/control	2009-09-18 14:42:17 UTC (rev 15945)
+++ trunk/packages/wv2/debian/control	2009-09-18 14:43:50 UTC (rev 15946)
@@ -10,7 +10,7 @@
 Package: libwv2-3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libwv2-1
 Replaces: libwv2-1
 Description: a library for accessing Microsoft Word documents
@@ -21,7 +21,7 @@
 Package: libwv2-dev
 Architecture: any
 Section: libdevel
-Depends: libwv2-3 (= ${binary:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev
+Depends: libwv2-3 (= ${binary:Version}), libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, ${misc:Depends}
 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




More information about the pkg-kde-commits mailing list