r41049 - in /desktop/unstable/json-glib/debian: changelog compat control control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Mar 25 20:28:26 UTC 2014


Author: ah
Date: Tue Mar 25 20:28:26 2014
New Revision: 41049

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41049
Log:
* Drop sledge-hammer and bump dh compat to 9
  - This fixes the -dbg vs multiarch issues
  Thanks to Julien Cristau for the hint.

Modified:
    desktop/unstable/json-glib/debian/changelog
    desktop/unstable/json-glib/debian/compat
    desktop/unstable/json-glib/debian/control
    desktop/unstable/json-glib/debian/control.in
    desktop/unstable/json-glib/debian/rules

Modified: desktop/unstable/json-glib/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/changelog?rev=41049&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/changelog	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/changelog	[utf-8] Tue Mar 25 20:28:26 2014
@@ -1,3 +1,11 @@
+json-glib (1.0.0-2) UNRELEASED; urgency=medium
+
+  * Drop sledge-hammer and bump dh compat to 9
+    - This fixes the -dbg vs multiarch issues
+    Thanks to Julien Cristau for the hint.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 25 Mar 2014 18:08:31 +0100
+
 json-glib (1.0.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/json-glib/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/compat?rev=41049&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/compat	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/compat	[utf-8] Tue Mar 25 20:28:26 2014
@@ -1 +1 @@
-8
+9

Modified: desktop/unstable/json-glib/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control?rev=41049&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control	[utf-8] Tue Mar 25 20:28:26 2014
@@ -7,17 +7,19 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 8.1.3),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>
+Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93~),
                dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,
                libglib2.0-dev (>= 2.37.6),
-               gtk-doc-tools,
+               gtk-doc-tools (>= 1.20),
                gir1.2-glib-2.0 (>= 0.9.12),
                libgirepository1.0-dev (>= 0.9.12),
-               gobject-introspection (>= 0.9.12-4~)
-Standards-Version: 3.9.4
+               gobject-introspection (>= 0.9.12-4~),
+               xsltproc,
+               libxml2-utils
+Standards-Version: 3.9.5
 Homepage: https://wiki.gnome.org/JsonGlib
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/json-glib
 Vcs-Browser: http://anonscm.debian.org/viewpkg-gnome/desktop/unstable/json-glib
@@ -109,3 +111,19 @@
  .
  It can be used by packages using the GIRepository format to generate
  dynamic bindings.
+
+Package: json-glib-tools
+Section: devel
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Multi-Arch: foreign
+Description: GLib JSON manipulation library (tools)
+ JSON-GLib is a library for parsing, generating and manipulating JavaScript
+ Object Notation (JSON) data streams using the GLib type system. It allows
+ manipulating JSON data types with a Document Object Model API. It also
+ allows serializing and deserializing simple or complex GObjects to and
+ from JSON data types.
+ .
+ This package contains the json-glib-format and json-glib-validate
+ tools.
+

Modified: desktop/unstable/json-glib/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/control.in?rev=41049&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/control.in	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/control.in	[utf-8] Tue Mar 25 20:28:26 2014
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 8.1.3),
+Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93~),
                dpkg-dev (>= 1.16.1~),
                gnome-pkg-tools,

Modified: desktop/unstable/json-glib/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/json-glib/debian/rules?rev=41049&op=diff
==============================================================================
--- desktop/unstable/json-glib/debian/rules	[utf-8] (original)
+++ desktop/unstable/json-glib/debian/rules	[utf-8] Tue Mar 25 20:28:26 2014
@@ -18,5 +18,3 @@
 DEB_MAKE_CHECK_TARGET = check
 
 common-binary-predeb-arch:: list-missing
-	# arch-unique paths needs to be used in a multiarch same package.
-	rm -rf $(CURDIR)/debian/libjson-glib-1.0-0-dbg/usr/lib/debug/usr/bin/




More information about the pkg-gnome-commits mailing list