r13546 - in /desktop/unstable/scrollkeeper/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Nov 23 14:44:22 UTC 2007


Author: lool
Date: Fri Nov 23 14:44:21 2007
New Revision: 13546

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13546
Log:
* Add more ${misc:Depends}.

Modified:
    desktop/unstable/scrollkeeper/debian/changelog
    desktop/unstable/scrollkeeper/debian/control
    desktop/unstable/scrollkeeper/debian/control.in

Modified: desktop/unstable/scrollkeeper/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/changelog?rev=13546&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/changelog (original)
+++ desktop/unstable/scrollkeeper/debian/changelog Fri Nov 23 14:44:21 2007
@@ -10,8 +10,9 @@
 
   [ Loic Minier ]
   * Wrap build-deps and deps.
-
- -- Loic Minier <lool at dooz.org>  Fri, 23 Nov 2007 15:43:38 +0100
+  * Add more ${misc:Depends}.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 23 Nov 2007 15:44:07 +0100
 
 scrollkeeper (0.3.14-14) unstable; urgency=low
 

Modified: desktop/unstable/scrollkeeper/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control?rev=13546&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control (original)
+++ desktop/unstable/scrollkeeper/debian/control Fri Nov 23 14:44:21 2007
@@ -2,7 +2,7 @@
 Section: doc
 Priority: optional
 Maintainer: Bradley Smith <brad at brad-smith.co.uk>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2
 Build-Depends: cdbs,
                debhelper (>= 5),
@@ -19,7 +19,8 @@
 Package: libscrollkeeper0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Replaces: scrollkeeper (<= 0.1.4-4)
 Description: Library to load .omf files (runtime files)
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open
@@ -34,6 +35,7 @@
 Architecture: any
 Section: libdevel
 Depends: libscrollkeeper0 (= ${binary:Version}),
+         ${misc:Depends},
          libxml2-dev,
          libxslt1-dev
 Description: Library to load .omf files (development files)

Modified: desktop/unstable/scrollkeeper/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/scrollkeeper/debian/control.in?rev=13546&op=diff
==============================================================================
--- desktop/unstable/scrollkeeper/debian/control.in (original)
+++ desktop/unstable/scrollkeeper/debian/control.in Fri Nov 23 14:44:21 2007
@@ -19,7 +19,8 @@
 Package: libscrollkeeper0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Replaces: scrollkeeper (<= 0.1.4-4)
 Description: Library to load .omf files (runtime files)
  It stores metadata specified by the http://www.ibiblio.org/osrt/omf/ (Open
@@ -34,6 +35,7 @@
 Architecture: any
 Section: libdevel
 Depends: libscrollkeeper0 (= ${binary:Version}),
+         ${misc:Depends},
          libxml2-dev,
          libxslt1-dev
 Description: Library to load .omf files (development files)




More information about the pkg-gnome-commits mailing list