r23435 - in /desktop/unstable/gtksourceview2/debian: changelog control control.in libgtksourceview2.0-common.install rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Mar 29 10:19:10 UTC 2010


Author: pochu
Date: Mon Mar 29 10:19:09 2010
New Revision: 23435

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23435
Log:
* New upstream release.
* debian/rules:
  - Enable the Glade catalog.
  - Bump the shlibs version.
  - Stop calling dh_buildinfo.
* debian/libgtksourceview2.0-common.install:
  - Install the glade catalog.
* debian/control.in:
  - Update build dependencies.
  - Standards-Version is 3.8.4, no changes needed.

Modified:
    desktop/unstable/gtksourceview2/debian/changelog
    desktop/unstable/gtksourceview2/debian/control
    desktop/unstable/gtksourceview2/debian/control.in
    desktop/unstable/gtksourceview2/debian/libgtksourceview2.0-common.install
    desktop/unstable/gtksourceview2/debian/rules

Modified: desktop/unstable/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/changelog?rev=23435&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtksourceview2/debian/changelog [utf-8] Mon Mar 29 10:19:09 2010
@@ -1,3 +1,18 @@
+gtksourceview2 (2.10.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/rules:
+    - Enable the Glade catalog.
+    - Bump the shlibs version.
+    - Stop calling dh_buildinfo.
+  * debian/libgtksourceview2.0-common.install:
+    - Install the glade catalog.
+  * debian/control.in:
+    - Update build dependencies.
+    - Standards-Version is 3.8.4, no changes needed.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 29 Mar 2010 11:57:09 +0200
+
 gtksourceview2 (2.8.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control?rev=23435&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control [utf-8] (original)
+++ desktop/unstable/gtksourceview2/debian/control [utf-8] Mon Mar 29 10:19:09 2010
@@ -11,15 +11,16 @@
 Build-Depends: autotools-dev,
                cdbs,
                debhelper (>= 5),
-               dh-buildinfo,
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),
                libgtk2.0-dev (>= 2.12.0),
                libxml2-dev (>= 2.5),
-               intltool,
-               libglib2.0-dev (>= 2.16.0)
+               intltool (>= 0.40),
+               gtk-doc-tools (>= 1.11),
+               libglib2.0-dev (>= 2.16.0),
+               libgladeui-1-dev (>= 3.2)
 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gtksourceview2
 Homepage: http://projects.gnome.org/gtksourceview/

Modified: desktop/unstable/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control.in?rev=23435&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtksourceview2/debian/control.in [utf-8] Mon Mar 29 10:19:09 2010
@@ -6,15 +6,16 @@
 Build-Depends: autotools-dev,
                cdbs,
                debhelper (>= 5),
-               dh-buildinfo,
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),
                libgtk2.0-dev (>= 2.12.0),
                libxml2-dev (>= 2.5),
-               intltool,
-               libglib2.0-dev (>= 2.16.0)
+               intltool (>= 0.40),
+               gtk-doc-tools (>= 1.11),
+               libglib2.0-dev (>= 2.16.0),
+               libgladeui-1-dev (>= 3.2)
 Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gtksourceview2
 Homepage: http://projects.gnome.org/gtksourceview/

Modified: desktop/unstable/gtksourceview2/debian/libgtksourceview2.0-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/libgtksourceview2.0-common.install?rev=23435&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/libgtksourceview2.0-common.install [utf-8] (original)
+++ desktop/unstable/gtksourceview2/debian/libgtksourceview2.0-common.install [utf-8] Mon Mar 29 10:19:09 2010
@@ -1,2 +1,3 @@
 debian/tmp/usr/share/gtksourceview-2.0
 debian/tmp/usr/share/locale
+debian/tmp/usr/share/glade3

Modified: desktop/unstable/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/rules?rev=23435&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/rules [utf-8] (original)
+++ desktop/unstable/gtksourceview2/debian/rules [utf-8] Mon Mar 29 10:19:09 2010
@@ -15,15 +15,11 @@
 GNOME_MODULE = gtksourceview
 
 # Compile options
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS +=	--enable-static		\
+				--enable-glade-catalog
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 # Debhelper Arguments
-DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.7.2)'
+DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 2.10.0)'
 
 DEB_MAKE_CHECK_TARGET := -C gtksourceview/language-specs check
-
-# Record build-time version information
-binary-post-install/libgtksourceview2.0-common::
-	dh_buildinfo -plibgtksourceview2.0-common
-




More information about the pkg-gnome-commits mailing list