r1245 - in /experimental/gtkhtml3.14/debian: changelog control libgtkhtml-editor0.shlibs rules watch

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Wed Jun 24 19:46:40 UTC 2009


Author: corsac
Date: Wed Jun 24 19:46:39 2009
New Revision: 1245

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1245
Log:
* New upstream development release.
* debian/watch:
  - update to match development versioning scheme.
* debian/control:
  - drop bonobo from build-deps.
  - update standards version to 3.8.2.
* debian/rules:
  - update filename in chrpath call.
  - take REVISION, AGE, CURRENT from configure.ac.
* debian/libgtkhtml-editor0.shlibs updated for 3.27 branch.

Modified:
    experimental/gtkhtml3.14/debian/changelog
    experimental/gtkhtml3.14/debian/control
    experimental/gtkhtml3.14/debian/libgtkhtml-editor0.shlibs
    experimental/gtkhtml3.14/debian/rules
    experimental/gtkhtml3.14/debian/watch

Modified: experimental/gtkhtml3.14/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/changelog?rev=1245&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/changelog (original)
+++ experimental/gtkhtml3.14/debian/changelog Wed Jun 24 19:46:39 2009
@@ -1,3 +1,18 @@
+gtkhtml3.14 (3.27.3-1) UNRELEASED; urgency=low
+
+  * New upstream development release.
+  * debian/watch:
+    - update to match development versioning scheme.
+  * debian/control:
+    - drop bonobo from build-deps.
+    - update standards version to 3.8.2.
+  * debian/rules:
+    - update filename in chrpath call.
+    - take REVISION, AGE, CURRENT from configure.ac.
+  * debian/libgtkhtml-editor0.shlibs updated for 3.27 branch.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 24 Jun 2009 14:33:24 +0200
+
 gtkhtml3.14 (3.26.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: experimental/gtkhtml3.14/debian/control
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/control?rev=1245&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/control (original)
+++ experimental/gtkhtml3.14/debian/control Wed Jun 24 19:46:39 2009
@@ -7,7 +7,7 @@
            Oystein Gisnas <oystein at gisnas.net>,
            Pedro Fragoso <ember at ubuntu.com>,
            Yves-Alexis Perez <corsac at debian.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Dm-Upload-Allowed: yes
 Homepage: http://www.gnome.org/projects/evolution/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-evolution/unstable/gtkhtml3.14
@@ -22,10 +22,8 @@
                libgnomeui-dev (>= 2.0.0),
                libglade2-dev (>= 2.0.0),
                libpango1.0-dev (>= 1.5),
-               libbonoboui2-dev (>= 2.2.4),
                liborbit2-dev,
                libsoup2.4-dev,
-               libbonobo2-dev (>= 2.20.3),
                libgtk2.0-dev (>= 2.12.0),
                gnome-icon-theme (>= 1.2.0),
                gnome-pkg-tools,

Modified: experimental/gtkhtml3.14/debian/libgtkhtml-editor0.shlibs
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/libgtkhtml-editor0.shlibs?rev=1245&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/libgtkhtml-editor0.shlibs (original)
+++ experimental/gtkhtml3.14/debian/libgtkhtml-editor0.shlibs Wed Jun 24 19:46:39 2009
@@ -1,1 +1,1 @@
-libgtkhtml-editor 0 libgtkhtml-editor0 (>= 3.26), libgtkhtml-editor0 (<< 3.27)
+libgtkhtml-editor 0 libgtkhtml-editor0 (>= 3.27), libgtkhtml-editor0 (<< 3.28)

Modified: experimental/gtkhtml3.14/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/rules?rev=1245&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/rules (original)
+++ experimental/gtkhtml3.14/debian/rules Wed Jun 24 19:46:39 2009
@@ -8,8 +8,9 @@
 
 GNOME_MODULE := gtkhtml
 
-CURRENT   := $(shell sed -n 's/^GTKHTML_CURRENT=//p' configure.in)
-AGE       := $(shell sed -n 's/^GTKHTML_AGE=//p' configure.in)
+CURRENT   := $(shell sed -n 's/^GTKHTML_CURRENT=//p' configure.ac)
+AGE       := $(shell sed -n 's/^GTKHTML_AGE=//p' configure.ac)
+REVISION  := $(shell sed -n 's/^GTKHTML_REVISION=//p' configure.ac)
 SOVERSION := $(shell expr $(CURRENT) - $(AGE))
 API_VER   := 3.14
 
@@ -27,7 +28,7 @@
 
 binary-post-install/libgtkhtml$(API_VER)-19::
 	chrpath -d -k \
-	$(CURDIR)/debian/libgtkhtml$(API_VER)-19/usr/lib/libgtkhtml-$(API_VER).so.19.1.0
+	$(CURDIR)/debian/libgtkhtml$(API_VER)-19/usr/lib/libgtkhtml-$(API_VER).so.$(SOVERSION).$(AGE).$(REVISION)
 
 binary-post-install/libgtkhtml-editor0::
 	chrpath -d -k $(CURDIR)/debian/libgtkhtml-editor0/usr/lib/libgtkhtml-editor.so.0.0.0 

Modified: experimental/gtkhtml3.14/debian/watch
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/gtkhtml3.14/debian/watch?rev=1245&op=diff
==============================================================================
--- experimental/gtkhtml3.14/debian/watch (original)
+++ experimental/gtkhtml3.14/debian/watch Wed Jun 24 19:46:39 2009
@@ -1,2 +1,2 @@
 version=3
-http://ftp.gnome.org/pub/gnome/sources/gtkhtml/([\d\.]+)[02468]/gtkhtml-([\d\.]+)\.tar\.gz debian uupdate
+http://ftp.gnome.org/pub/gnome/sources/gtkhtml/([\d\.]+)[13579]/gtkhtml-([\d\.]+)\.tar\.gz debian uupdate




More information about the pkg-evolution-commits mailing list