- Timestamp:
- 12/26/10 01:07:01 (2 years ago)
- Location:
- pkg/raul/main/pango1.0/trunk/debian
- Files:
-
- 1 added
- 5 edited
-
changelog (modified) (1 diff)
-
control (modified) (5 diffs)
-
control.in (modified) (4 diffs)
-
gir1.2-pango-1.0.install.in (added)
-
libpango1.0-dev.install.in (modified) (1 diff)
-
rules (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/raul/main/pango1.0/trunk/debian/changelog
r6605 r7020 1 pango1.0 (1.28.1-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 1.28.1-1 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 02 Jul 2010 19:11:10 -0700 1 pango1.0 (1.28.3-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 1.28.3-3 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 25 Dec 2010 16:05:45 -0800 6 7 pango1.0 (1.28.3-3) experimental; urgency=low 8 9 [ Laurent Bigonville ] 10 * debian/control.in: 11 - Bump Standards-Version to 3.9.1 (no further changes) 12 - Add Vcs-Svn and Vcs-Browser fields 13 14 [ Emilio Pozuelo Monfort ] 15 * debian/control.in, 16 debian/rules: 17 + Remove the chrpath hack, it's been fixed in libtool. 18 * Update to the new gir policy: 19 - Rename gir1.0-pango-1.0 to gir1.2-pango-1.0. 20 - Bump the gobject-introspection build dependency. 21 - Build depend on gir1.2 packages. 22 23 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 11 Dec 2010 19:27:45 +0100 24 25 pango1.0 (1.28.3-2) experimental; urgency=low 26 27 * Add gir package, patch from Ubuntu. Closes: #565410. 28 * debian/rules: 29 + Include check-dist.mk to prevent accidental uploads to unstable. 30 31 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 22 Nov 2010 14:55:36 +0100 32 33 pango1.0 (1.28.3-1) unstable; urgency=low 34 35 * New upstream stable release. 36 + Fixes SIGFPE in opentype renderer. Closes: #598166. 37 38 -- Josselin Mouette <joss@debian.org> Tue, 19 Oct 2010 23:37:45 +0200 6 39 7 40 pango1.0 (1.28.1-1) unstable; urgency=low -
pkg/raul/main/pango1.0/trunk/debian/control
r6605 r7020 3 3 Priority: optional 4 4 Maintainer: Sebastien Bacher <seb128@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Sebastian Dröge <slomo@debian.org>5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org> 6 6 Build-Depends: debhelper (>= 5.0.22), 7 7 libfreetype6-dev (>= 2.1.7), … … 9 9 libxrender-dev (>= 1:0.9.0.2-2), 10 10 libxt-dev, 11 libglib2.0-dev (>= 2. 17.3),11 libglib2.0-dev (>= 2.27.0), 12 12 pkg-config, 13 13 defoma (>= 0.11.1), … … 22 22 dpkg-dev (>= 1.14.17), 23 23 libthai-dev (>= 0.1.9), 24 chrpath 24 gobject-introspection (>= 0.9.12-4~), 25 libgirepository1.0-dev (>= 0.9.5), 26 gir1.2-glib-2.0, 27 gir1.2-freedesktop 25 28 Build-Depends-Indep: libglib2.0-doc 26 Standards-Version: 3.8.4 29 Standards-Version: 3.9.1 30 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/pango1.0/ 31 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/pango1.0/ 27 32 28 33 Package: libpango1.0-0 … … 127 132 Recommends: debhelper 128 133 Replaces: libpango-dev, 129 libpango1.0-common (<< 1.14.5-1) 134 libpango1.0-common (<< 1.14.5-1), 135 gir-repository-dev, 136 gobject-introspection-repository 130 137 Conflicts: libpango-dev, 131 138 libpango1.0-common (<< 1.14.5-1) … … 198 205 /usr/share/doc/libpango1.0-doc/ . 199 206 207 Package: gir1.2-pango-1.0 208 Architecture: any 209 Depends: ${misc:Depends}, 210 ${shlibs:Depends}, 211 ${gir:Depends} 212 Replaces: gir1.0-gtk-2.0 (<< 2.22), 213 gobject-introspection-repository 214 Conflicts: gir1.0-pango-1.0 215 Description: Layout and rendering of internationalized text - gir bindings 216 Pango is a library for layout and rendering of text, with an emphasis 217 on internationalization. Pango can be used anywhere that text layout is 218 needed. however, most of the work on Pango-1.0 was done using the GTK+ 219 widget toolkit as a test platform. Pango forms the core of text and 220 font handling for GTK+-2.0. 221 . 222 Pango is designed to be modular; the core Pango layout can be used with 223 four different font backends: 224 - Core X windowing system fonts 225 - Client-side fonts on X using the Xft library 226 - Direct rendering of scalable fonts using the FreeType library 227 - Native fonts on Microsoft backends 228 . 229 This package can be used by other packages using the GIRepository format to 230 generate dynamic bindings. -
pkg/raul/main/pango1.0/trunk/debian/control.in
r6605 r7020 9 9 libxrender-dev (>= 1:0.9.0.2-2), 10 10 libxt-dev, 11 libglib2.0-dev (>= 2. 17.3),11 libglib2.0-dev (>= 2.27.0), 12 12 pkg-config, 13 13 defoma (>= 0.11.1), … … 22 22 dpkg-dev (>= 1.14.17), 23 23 libthai-dev (>= 0.1.9), 24 chrpath 24 gobject-introspection (>= 0.9.12-4~), 25 libgirepository1.0-dev (>= 0.9.5), 26 gir1.2-glib-2.0, 27 gir1.2-freedesktop 25 28 Build-Depends-Indep: libglib2.0-doc 26 Standards-Version: 3.8.4 29 Standards-Version: 3.9.1 30 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/pango1.0/ 31 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/pango1.0/ 27 32 28 33 Package: libpango1.0-@SONAME@ … … 127 132 Recommends: debhelper 128 133 Replaces: libpango-dev, 129 libpango1.0-common (<< 1.14.5-1) 134 libpango1.0-common (<< 1.14.5-1), 135 gir-repository-dev, 136 gobject-introspection-repository 130 137 Conflicts: libpango-dev, 131 138 libpango1.0-common (<< 1.14.5-1) … … 198 205 /usr/share/doc/libpango1.0-doc/ . 199 206 207 Package: gir1.2-pango-1.0 208 Architecture: any 209 Depends: ${misc:Depends}, 210 ${shlibs:Depends}, 211 ${gir:Depends} 212 Replaces: gir1.0-gtk-2.0 (<< 2.22), 213 gobject-introspection-repository 214 Conflicts: gir1.0-pango-1.0 215 Description: Layout and rendering of internationalized text - gir bindings 216 Pango is a library for layout and rendering of text, with an emphasis 217 on internationalization. Pango can be used anywhere that text layout is 218 needed. however, most of the work on Pango-1.0 was done using the GTK+ 219 widget toolkit as a test platform. Pango forms the core of text and 220 font handling for GTK+-2.0. 221 . 222 Pango is designed to be modular; the core Pango layout can be used with 223 four different font backends: 224 - Core X windowing system fonts 225 - Client-side fonts on X using the Xft library 226 - Direct rendering of scalable fonts using the FreeType library 227 - Native fonts on Microsoft backends 228 . 229 This package can be used by other packages using the GIRepository format to 230 generate dynamic bindings. -
pkg/raul/main/pango1.0/trunk/debian/libpango1.0-dev.install.in
r512 r7020 8 8 debian/install/shared/@LIBDIR@/*.so @LIBDIR@ 9 9 debian/install/shared/@LIBDIR@/pkgconfig/*.pc @LIBDIR@/pkgconfig 10 debian/install/shared/usr/share/gir-1.0 usr/share 10 11 debian/install/shared/usr/share/man usr/share 11 12 # from the static flavor -
pkg/raul/main/pango1.0/trunk/debian/rules
r6477 r7020 71 71 # package groups, used in rule dependencies and in cleanup 72 72 BINARY_INDEP_PKGS := $(DOC_PKG) $(COMMON_PKG) 73 BINARY_ARCH_PKGS := $(SHARED_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG) 73 BINARY_ARCH_PKGS := $(SHARED_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG) gir1.2-pango-1.0 74 74 ALL_PKGS := $(BINARY_INDEP_PKGS) $(BINARY_ARCH_PKGS) 75 75 … … 258 258 dh_testroot 259 259 dh_install -s 260 # remove the rpath in libs and modules since a spurious /usr/lib RPATH261 # appears on 64-bits arches which confuses dh_shlibdeps; the RPATH262 # isn't needed in the udeb anyway as libcairo's udeb ships libs in263 # /usr/lib; see #432258264 chrpath -d debian/$(UDEB_PKG)/$(LIBDIR)/*.so.* \265 debian/$(UDEB_PKG)/$(MODULES_PATH)/*.so266 260 # Remove the thai module to avoid extraneous dependencies 267 261 rm -f debian/$(UDEB_PKG)/$(MODULES_PATH)/pango-thai-lang.so … … 296 290 -V '$(SHARED_PKG) (>= $(SHVERSION))' \ 297 291 --add-udeb=$(UDEB_PKG) -- -c4 292 dh_girepository -pgir1.2-pango-1.0 298 293 dh_installdeb -s 299 294 # override shlibs for libraries from this source before computing
Note: See TracChangeset
for help on using the changeset viewer.


