r21796 - in /desktop/unstable/pangomm/debian: changelog control control.in libpangomm-1.4-doc.doc-base.pangomm1.4-reference rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Mon Oct 5 06:19:53 UTC 2009


Author: manphiz-guest
Date: Mon Oct  5 06:19:51 2009
New Revision: 21796

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21796
Log:
* New upstream release.
  + Bump shlibs version to 2.26.0.
  + Bump build-depends libglibmm-2.4-dev >= 2.22.1-2 for gmmprocdir support,
    but leave depends unchanged, as new glibmm version is only needed for
    building documentation.
  + Adjust doc path according to new location in new release.
* Update Standard-Version to 3.8.3.  No changes needed.

Modified:
    desktop/unstable/pangomm/debian/changelog
    desktop/unstable/pangomm/debian/control
    desktop/unstable/pangomm/debian/control.in
    desktop/unstable/pangomm/debian/libpangomm-1.4-doc.doc-base.pangomm1.4-reference
    desktop/unstable/pangomm/debian/rules

Modified: desktop/unstable/pangomm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/changelog?rev=21796&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/changelog [utf-8] (original)
+++ desktop/unstable/pangomm/debian/changelog [utf-8] Mon Oct  5 06:19:51 2009
@@ -1,3 +1,15 @@
+pangomm (2.26.0-1) unstable; urgency=low
+
+  * New upstream release.
+    + Bump shlibs version to 2.26.0.
+    + Bump build-depends libglibmm-2.4-dev >= 2.22.1-2 for gmmprocdir support,
+      but leave depends unchanged, as new glibmm version is only needed for
+      building documentation.
+    + Adjust doc path according to new location in new release.
+  * Update Standard-Version to 3.8.3.  No changes needed.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 04 Oct 2009 23:06:10 -0700
+
 pangomm (2.24.0-3) unstable; urgency=high
 
   * Update debian/copyright to conform to latest DEP 5.

Modified: desktop/unstable/pangomm/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/control?rev=21796&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/control [utf-8] (original)
+++ desktop/unstable/pangomm/debian/control [utf-8] Mon Oct  5 06:19:51 2009
@@ -11,9 +11,9 @@
                debhelper (>= 6),
                gnome-pkg-tools (>= 0.11),
                libcairomm-1.0-dev (>= 1.2.2),
-               libglibmm-2.4-dev (>= 2.14.1),
+               libglibmm-2.4-dev (>= 2.22.1-2),
                libpango1.0-dev (>= 1.23.0)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://gtkmm.org
 
 Package: libpangomm-1.4-1

Modified: desktop/unstable/pangomm/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/control.in?rev=21796&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/control.in [utf-8] (original)
+++ desktop/unstable/pangomm/debian/control.in [utf-8] Mon Oct  5 06:19:51 2009
@@ -11,9 +11,9 @@
                debhelper (>= 6),
                gnome-pkg-tools (>= 0.11),
                libcairomm-1.0-dev (>= 1.2.2),
-               libglibmm-2.4-dev (>= 2.14.1),
+               libglibmm-2.4-dev (>= 2.22.1-2),
                libpango1.0-dev (>= 1.23.0)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://gtkmm.org
 
 Package: libpangomm-1.4-1

Modified: desktop/unstable/pangomm/debian/libpangomm-1.4-doc.doc-base.pangomm1.4-reference
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/libpangomm-1.4-doc.doc-base.pangomm1.4-reference?rev=21796&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/libpangomm-1.4-doc.doc-base.pangomm1.4-reference [utf-8] (original)
+++ desktop/unstable/pangomm/debian/libpangomm-1.4-doc.doc-base.pangomm1.4-reference [utf-8] Mon Oct  5 06:19:51 2009
@@ -5,6 +5,6 @@
 Section: Programming/C++
 
 Format: HTML
-Index: /usr/share/doc/pangomm-1.4/docs/reference/html/index.html
-Files: /usr/share/doc/pangomm-1.4/docs/reference/html/*.html
+Index: /usr/share/doc/pangomm-1.4/reference/html/index.html
+Files: /usr/share/doc/pangomm-1.4/reference/html/*.html
 

Modified: desktop/unstable/pangomm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pangomm/debian/rules?rev=21796&op=diff
==============================================================================
--- desktop/unstable/pangomm/debian/rules [utf-8] (original)
+++ desktop/unstable/pangomm/debian/rules [utf-8] Mon Oct  5 06:19:51 2009
@@ -10,7 +10,7 @@
 
 SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpangomm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
 DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpangomm-[[:digit:]\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
-SHVER := 2.24.0
+SHVER := 2.26.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 




More information about the pkg-gnome-commits mailing list