r10311 - in /desktop/unstable/pango1.0/debian: changelog control control.in

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Apr 24 12:14:02 UTC 2007


Author: lool
Date: Tue Apr 24 12:14:02 2007
New Revision: 10311

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10311
Log:
* Let the udeb Provide on the special modver ABI tag.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/control
    desktop/unstable/pango1.0/debian/control.in

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=10311&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Tue Apr 24 12:14:02 2007
@@ -2,8 +2,9 @@
 
   * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
     archive_cmds which is probably dangerous with newer libtools.
-
- -- Loic Minier <lool at dooz.org>  Sat, 21 Apr 2007 08:57:04 +0200
+  * Let the udeb Provide on the special modver ABI tag.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 24 Apr 2007 14:13:31 +0200
 
 pango1.0 (1.16.2-2) unstable; urgency=low
 

Modified: desktop/unstable/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control?rev=10311&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control (original)
+++ desktop/unstable/pango1.0/debian/control Tue Apr 24 12:14:02 2007
@@ -27,6 +27,7 @@
 Section: libs
 Architecture: any
 Depends: libpango1.0-common (>= ${source:Version}),
+         ${misc:Depends},
          ${shlibs:Depends}
 Conflicts: pango-libthai
 Provides: pango1.0-modver-1.6.0
@@ -51,7 +52,9 @@
 Section: debian-installer
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+Provides: pango1.0-modver-1.6.0
 Description: Layout and rendering of internationalized text - minimal runtime
  This is a udeb, or a microdeb, for the debian-installer.
  .
@@ -72,7 +75,8 @@
 Package: libpango1.0-common
 Section: misc
 Architecture: all
-Depends: debconf | debconf-2.0,
+Depends: ${misc:Depends},
+         debconf | debconf-2.0,
          defoma (>= 0.11.1),
          fontconfig (>= 2.1.91)
 Recommends: x-ttcidfont-conf, libpango1.0-0
@@ -107,7 +111,8 @@
 Package: libpango1.0-dev
 Section: libdevel
 Architecture: any
-Depends: libpango1.0-0 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libpango1.0-0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.12.0),
          libfreetype6-dev (>= 2.1.3),
          libx11-dev,
@@ -143,7 +148,8 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libpango1.0-0 (= ${binary:Version})
+Depends: ${misc:Depends},
+         libpango1.0-0 (= ${binary:Version})
 Conflicts: libpango1.0-dbg
 Replaces: libpango1.0-dbg
 Description: The Pango library and debugging symbols
@@ -166,7 +172,8 @@
 Package: libpango1.0-doc
 Section: doc
 Architecture: all
-Depends: lynx | www-browser
+Depends: ${misc:Depends},
+         lynx | www-browser
 Replaces: libpango0-dev,
           libpango-doc
 Conflicts: libpango-doc

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=10311&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in (original)
+++ desktop/unstable/pango1.0/debian/control.in Tue Apr 24 12:14:02 2007
@@ -54,6 +54,7 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
+Provides: @PANGO_MODVER_DEP@
 Description: Layout and rendering of internationalized text - minimal runtime
  This is a udeb, or a microdeb, for the debian-installer.
  .




More information about the pkg-gnome-commits mailing list