r25643 - in /desktop/experimental/pango1.0/debian: changelog control control.in gir1.0-pango-1.0.install.in libpango1.0-dev.install.in rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Mon Nov 22 00:25:10 UTC 2010
Author: pochu
Date: Mon Nov 22 00:25:10 2010
New Revision: 25643
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25643
Log:
Add gir package, patch from Ubuntu. Closes: #565410.
Added:
desktop/experimental/pango1.0/debian/gir1.0-pango-1.0.install.in
Modified:
desktop/experimental/pango1.0/debian/changelog
desktop/experimental/pango1.0/debian/control
desktop/experimental/pango1.0/debian/control.in
desktop/experimental/pango1.0/debian/libpango1.0-dev.install.in
desktop/experimental/pango1.0/debian/rules
Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=25643&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/changelog [utf-8] Mon Nov 22 00:25:10 2010
@@ -1,3 +1,9 @@
+pango1.0 (1.28.3-2) UNRELEASED; urgency=low
+
+ * Add gir package, patch from Ubuntu. Closes: #565410.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Sat, 20 Nov 2010 14:52:21 +0100
+
pango1.0 (1.28.3-1) unstable; urgency=low
* New upstream stable release.
Modified: desktop/experimental/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control?rev=25643&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control [utf-8] Mon Nov 22 00:25:10 2010
@@ -21,7 +21,11 @@
quilt,
dpkg-dev (>= 1.14.17),
libthai-dev (>= 0.1.9),
- chrpath
+ chrpath,
+ gobject-introspection,
+ libgirepository1.0-dev,
+ gir1.0-glib-2.0,
+ gir1.0-freedesktop
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 3.8.4
@@ -126,7 +130,9 @@
imagemagick
Recommends: debhelper
Replaces: libpango-dev,
- libpango1.0-common (<< 1.14.5-1)
+ libpango1.0-common (<< 1.14.5-1),
+ gir-repository-dev,
+ gobject-introspection-repository
Conflicts: libpango-dev,
libpango1.0-common (<< 1.14.5-1)
Description: Development files for the Pango
@@ -197,3 +203,26 @@
This package contains the HTML documentation for the Pango in
/usr/share/doc/libpango1.0-doc/ .
+Package: gir1.0-pango-1.0
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Replaces: gir1.0-gtk-2.0,
+ gobject-introspection-repository
+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 can be used by other packages using the GIRepository format to
+ generate dynamic bindings
Modified: desktop/experimental/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control.in?rev=25643&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control.in [utf-8] Mon Nov 22 00:25:10 2010
@@ -8,7 +8,7 @@
libx11-dev (>= 2:1.3.3-2),
libxrender-dev (>= 1:0.9.0.2-2),
libxt-dev,
- libglib2.0-dev (>= 2.17.3),
+ libglib2.0-dev (>= 2.27.0),
pkg-config,
defoma (>= 0.11.1),
libxft-dev (>= 2.1.14-2),
@@ -21,7 +21,11 @@
quilt,
dpkg-dev (>= 1.14.17),
libthai-dev (>= 0.1.9),
- chrpath
+ chrpath,
+ gobject-introspection (>= 0.9.5),
+ libgirepository1.0-dev (>= 0.9.5),
+ gir1.0-glib-2.0,
+ gir1.0-freedesktop
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 3.8.4
@@ -126,7 +130,9 @@
imagemagick
Recommends: debhelper
Replaces: libpango-dev,
- libpango1.0-common (<< 1.14.5-1)
+ libpango1.0-common (<< 1.14.5-1),
+ gir-repository-dev,
+ gobject-introspection-repository
Conflicts: libpango-dev,
libpango1.0-common (<< 1.14.5-1)
Description: Development files for the Pango
@@ -197,3 +203,26 @@
This package contains the HTML documentation for the Pango in
/usr/share/doc/libpango1.0-doc/ .
+Package: gir1.0-pango-1.0
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Replaces: gir1.0-gtk-2.0,
+ gobject-introspection-repository
+Description: Layout and rendering of internationalized text - gir bindings
+ 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 can be used by other packages using the GIRepository format to
+ generate dynamic bindings.
Added: desktop/experimental/pango1.0/debian/gir1.0-pango-1.0.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/gir1.0-pango-1.0.install.in?rev=25643&op=file
==============================================================================
--- desktop/experimental/pango1.0/debian/gir1.0-pango-1.0.install.in (added)
+++ desktop/experimental/pango1.0/debian/gir1.0-pango-1.0.install.in [utf-8] Mon Nov 22 00:25:10 2010
@@ -1,0 +1,1 @@
+debian/install/shared/usr/lib/girepository-1.0/ usr/lib/
Modified: desktop/experimental/pango1.0/debian/libpango1.0-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/libpango1.0-dev.install.in?rev=25643&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/libpango1.0-dev.install.in [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/libpango1.0-dev.install.in [utf-8] Mon Nov 22 00:25:10 2010
@@ -7,6 +7,7 @@
debian/install/shared/@LIBDIR@/*.la @LIBDIR@
debian/install/shared/@LIBDIR@/*.so @LIBDIR@
debian/install/shared/@LIBDIR@/pkgconfig/*.pc @LIBDIR@/pkgconfig
+debian/install/shared/usr/share/gir-1.0 usr/share
debian/install/shared/usr/share/man usr/share
# from the static flavor
debian/install/static/@LIBDIR@/*.a @LIBDIR@
Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=25643&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Mon Nov 22 00:25:10 2010
@@ -70,7 +70,7 @@
# package groups, used in rule dependencies and in cleanup
BINARY_INDEP_PKGS := $(DOC_PKG) $(COMMON_PKG)
-BINARY_ARCH_PKGS := $(SHARED_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG)
+BINARY_ARCH_PKGS := $(SHARED_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG) gir1.0-pango-1.0
ALL_PKGS := $(BINARY_INDEP_PKGS) $(BINARY_ARCH_PKGS)
# list of flavors we build; each gets a builddir, a configure pass (configure
@@ -295,6 +295,7 @@
-X$(MODULES_PATH) \
-V '$(SHARED_PKG) (>= $(SHVERSION))' \
--add-udeb=$(UDEB_PKG) -- -c4
+ dh_girepository -pgir1.0-pango-1.0
dh_installdeb -s
# override shlibs for libraries from this source before computing
# dependencies of packages generated from this source; we already have
More information about the pkg-gnome-commits
mailing list