[Pkg-utopia-commits] r2705 - in /packages/unstable/libnl/debian: changelog control

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jan 6 13:57:05 UTC 2009


Author: biebl
Date: Tue Jan  6 13:57:04 2009
New Revision: 2705

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2705
Log:
* debian/control 
  - Add ${misc:Depends} to all binary packages.

Modified:
    packages/unstable/libnl/debian/changelog
    packages/unstable/libnl/debian/control

Modified: packages/unstable/libnl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/changelog?rev=2705&op=diff
==============================================================================
--- packages/unstable/libnl/debian/changelog (original)
+++ packages/unstable/libnl/debian/changelog Tue Jan  6 13:57:04 2009
@@ -1,3 +1,10 @@
+libnl (1.1-4) UNRELEASED; urgency=low
+
+  * debian/control 
+    - Add ${misc:Depends} to all binary packages.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 06 Jan 2009 14:53:45 +0100
+
 libnl (1.1-3) unstable; urgency=low
 
   * debian/control

Modified: packages/unstable/libnl/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/libnl/debian/control?rev=2705&op=diff
==============================================================================
--- packages/unstable/libnl/debian/control (original)
+++ packages/unstable/libnl/debian/control Tue Jan  6 13:57:04 2009
@@ -22,7 +22,7 @@
 Package: libnl-dev
 Architecture: any
 Section: libdevel
-Depends: libnl1 (= ${binary:Version})
+Depends: libnl1 (= ${binary:Version}), ${misc:Depends}
 Suggests: libnl-doc
 Description: development library and headers for libnl
  This is a library for applications dealing with netlink sockets. 
@@ -35,6 +35,7 @@
 Package: libnl-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Suggests: doc-base
 Description: API documentation for libnl
  This is a library for applications dealing with netlink sockets. 




More information about the Pkg-utopia-commits mailing list