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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Jul 1 08:37:19 UTC 2008


Author: slomo
Date: Tue Jul  1 08:37:18 2008
New Revision: 16409

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16409
Log:
* New upstream bugfix release:
  + Fixes crash with Linux-Libertine font (Closes: #488015, #488221, #488509).
* debian/rules:
  + Keep shlibs version at 1.20.3 as the API wasn't extended.
* debian/control.in:
  + Updated Standards-Version to 3.8.0, no additional changes needed.

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

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=16409&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Tue Jul  1 08:37:18 2008
@@ -1,8 +1,17 @@
-pango1.0 (1.20.3-3) UNRELEASED; urgency=low
-
+pango1.0 (1.20.4-1) unstable; urgency=low
+
+  [ Loic Minier ]
   * Set doc-base section to Programming.
 
- -- Loic Minier <lool at dooz.org>  Tue, 24 Jun 2008 23:04:01 +0200
+  [ Sebastian Dröge ]
+  * New upstream bugfix release:
+    + Fixes crash with Linux-Libertine font (Closes: #488015, #488221, #488509).
+  * debian/rules:
+    + Keep shlibs version at 1.20.3 as the API wasn't extended.
+  * debian/control.in:
+    + Updated Standards-Version to 3.8.0, no additional changes needed.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 01 Jul 2008 10:32:40 +0200
 
 pango1.0 (1.20.3-2) unstable; urgency=high
 

Modified: desktop/unstable/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control?rev=16409&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control (original)
+++ desktop/unstable/pango1.0/debian/control Tue Jul  1 08:37:18 2008
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.22),
                libfreetype6-dev (>= 2.1.7),
                libx11-dev (>= 2:1.0.0),
@@ -23,7 +23,7 @@
                dpkg-dev (>= 1.13.19),
                libthai-dev (>= 0.1.9),
                chrpath
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: libpango1.0-0
 Section: libs

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=16409&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in (original)
+++ desktop/unstable/pango1.0/debian/control.in Tue Jul  1 08:37:18 2008
@@ -23,7 +23,7 @@
                dpkg-dev (>= 1.13.19),
                libthai-dev (>= 0.1.9),
                chrpath
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: libpango1.0- at SONAME@
 Section: libs

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=16409&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Tue Jul  1 08:37:18 2008
@@ -32,6 +32,7 @@
 APIVER := 1.0
 SONAME := 0
 MODVER := 1.6.0
+SHVERSION := 1.20.3
 
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -268,7 +269,7 @@
 	dh_fixperms -s
 	dh_makeshlibs -p$(SHARED_PKG) \
 		-X$(MODULES_PATH) \
-		-V '$(SHARED_PKG) (>= $(VERSION))' \
+		-V '$(SHARED_PKG) (>= $(SHVERSION))' \
 		--add-udeb=$(UDEB_PKG)
 	dh_installdeb -s
 	# override shlibs for libraries from this source before computing




More information about the pkg-gnome-commits mailing list