r17110 - in /desktop/unstable/gdl/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Sep 26 15:47:45 UTC 2008


Author: lool
Date: Fri Sep 26 15:47:45 2008
New Revision: 17110

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

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

Modified: desktop/unstable/gdl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/changelog?rev=17110&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/changelog (original)
+++ desktop/unstable/gdl/debian/changelog Fri Sep 26 15:47:45 2008
@@ -3,6 +3,7 @@
   * Add GNOME team as uploaders; add control.in and includer uploaders.mk to
     generate uploaders list; bdep on gnome-pkg-tools (>= 0.10).
   * Wrap build-deps and deps to get cleaner patches.
+  * Add ${misc:Depends} and ${shlibs:Depends}.
 
  -- Loic Minier <lool at dooz.org>  Fri, 26 Sep 2008 17:42:20 +0200
 

Modified: desktop/unstable/gdl/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control?rev=17110&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control (original)
+++ desktop/unstable/gdl/debian/control Fri Sep 26 15:47:45 2008
@@ -16,7 +16,9 @@
 Package: libgdl-1-dev
 Section: libdevel
 Architecture: any
-Depends: libgdl-1-0 (= ${binary:Version})
+Depends: libgdl-1-0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: libgdl-dev
 Conflicts: libgdl-dev
 Description: GNOME DevTool libraries - development files
@@ -27,6 +29,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          libgdl-1-common (= ${source:Version})
 Description: GNOME DevTool libraries
  Provides a support library for development tools from the GNOME environment.
@@ -35,6 +38,7 @@
 Package: libgdl-1-common
 Section: gnome
 Architecture: all
+Depends: ${misc:Depends}
 Description: GNOME DevTool libraries - common files
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.
@@ -43,7 +47,8 @@
 Section: gnome
 Priority: extra
 Architecture: any
-Depends: libgdl-1-0 (= ${binary:Version})
+Depends: libgdl-1-0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: GNOME DevTool libraries - debug files
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.

Modified: desktop/unstable/gdl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdl/debian/control.in?rev=17110&op=diff
==============================================================================
--- desktop/unstable/gdl/debian/control.in (original)
+++ desktop/unstable/gdl/debian/control.in Fri Sep 26 15:47:45 2008
@@ -16,7 +16,9 @@
 Package: libgdl-1-dev
 Section: libdevel
 Architecture: any
-Depends: libgdl-1-0 (= ${binary:Version})
+Depends: libgdl-1-0 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: libgdl-dev
 Conflicts: libgdl-dev
 Description: GNOME DevTool libraries - development files
@@ -27,6 +29,7 @@
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          libgdl-1-common (= ${source:Version})
 Description: GNOME DevTool libraries
  Provides a support library for development tools from the GNOME environment.
@@ -35,6 +38,7 @@
 Package: libgdl-1-common
 Section: gnome
 Architecture: all
+Depends: ${misc:Depends}
 Description: GNOME DevTool libraries - common files
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.
@@ -43,7 +47,8 @@
 Section: gnome
 Priority: extra
 Architecture: any
-Depends: libgdl-1-0 (= ${binary:Version})
+Depends: libgdl-1-0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: GNOME DevTool libraries - debug files
  Provides a support library for development tools from the GNOME environment.
  Including symbol browser, dock and editor components.




More information about the pkg-gnome-commits mailing list