r36851 - /desktop/experimental/pango1.0/debian/control

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Mar 2 18:27:25 UTC 2013


Author: pochu
Date: Sat Mar  2 18:27:24 2013
New Revision: 36851

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36851
Log:
update control file

Modified:
    desktop/experimental/pango1.0/debian/control

Modified: desktop/experimental/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control?rev=36851&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control [utf-8] Sat Mar  2 18:27:24 2013
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3),
                cdbs (>= 0.4.93),
                gnome-pkg-tools (>= 0.11),
@@ -32,6 +32,33 @@
 XS-Testsuite: autopkgtest
 
 Package: libpango1.0-0
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libpango-1.0-0,
+         libpangocairo-1.0-0,
+         libpangoxft-1.0-0,
+         libpangoft2-1.0-0
+Provides: pango1.0-multiarch-modver-1.8.0
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This is a transitional package.
+
+Package: libpango-1.0-0
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
@@ -61,6 +88,72 @@
  .
  This package contains the shared libraries.
 
+Package: libpangocairo-1.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the shared libraries.
+
+Package: libpangoxft-1.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the shared libraries.
+
+Package: libpangoft2-1.0-0
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Layout and rendering of internationalized text
+ Pango is a library for layout and rendering of text, with an emphasis
+ on internationalization. Pango can be used anywhere that text layout is
+ needed. however, most of the work on Pango-1.0 was done using the GTK+
+ widget toolkit as a test platform. Pango forms the core of text and
+ font handling for GTK+-2.0.
+ .
+ Pango is designed to be modular; the core Pango layout can be used with
+ four different font backends:
+  - Core X windowing system fonts
+  - Client-side fonts on X using the Xft library
+  - Direct rendering of scalable fonts using the FreeType library
+  - Native fonts on Microsoft backends
+ .
+ This package contains the shared libraries.
+
 Package: libpango1.0-udeb
 XC-Package-Type: udeb
 Section: debian-installer
@@ -90,7 +183,10 @@
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libpango1.0-0 (= ${binary:Version}),
+         libpango-1.0-0 (= ${binary:Version}),
+         libpangocairo-1.0-0 (= ${binary:Version}),
+         libpangoft2-1.0-0 (= ${binary:Version}),
+         libpangoxft-1.0-0 (= ${binary:Version}),
          gir1.2-pango-1.0 (= ${binary:Version}),
          libglib2.0-dev (>= 2.34.0),
          libfreetype6-dev,
@@ -128,7 +224,10 @@
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
-         libpango1.0-0 (= ${binary:Version})
+         libpango-1.0-0 (= ${binary:Version}) |
+         libpangocairo-1.0-0 (= ${binary:Version}) |
+         libpangoft2-1.0-0 (= ${binary:Version}) |
+         libpangoxft-1.0-0 (= ${binary:Version})
 Description: Pango library and debugging symbols
  Pango is a library for layout and rendering of text, with an emphasis
  on internationalization. Pango can be used anywhere that text layout is




More information about the pkg-gnome-commits mailing list