r50006 - in /desktop/unstable/baobab/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Sep 2 14:10:24 UTC 2016


Author: biebl
Date: Fri Sep  2 14:10:24 2016
New Revision: 50006

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50006
Log:
Add Build-Depends on appstram-util and re-enable dh-autoreconf.

Modified:
    desktop/unstable/baobab/debian/changelog
    desktop/unstable/baobab/debian/control
    desktop/unstable/baobab/debian/control.in
    desktop/unstable/baobab/debian/rules

Modified: desktop/unstable/baobab/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/changelog?rev=50006&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/changelog	[utf-8] (original)
+++ desktop/unstable/baobab/debian/changelog	[utf-8] Fri Sep  2 14:10:24 2016
@@ -1,5 +1,6 @@
 baobab (3.21.90-1) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * Team upload
   * New upstream beta release
   * debian/control.in:
@@ -9,6 +10,9 @@
   * Bump dh compat to 10
   * Enable all hardening flags
   * Delete vala stamps to rebuild generated source files
+
+  [ Michael Biebl ]
+  * Add Build-Depends on appstram-util and re-enable dh-autoreconf.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Fri, 26 Aug 2016 16:09:04 -0400
 

Modified: desktop/unstable/baobab/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/control?rev=50006&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/control	[utf-8] (original)
+++ desktop/unstable/baobab/debian/control	[utf-8] Fri Sep  2 14:10:24 2016
@@ -7,7 +7,7 @@
 Priority: optional
 Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
 XSBC-Original-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>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at ubuntu.com>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 9.20160403~),
                gnome-pkg-tools (>= 0.10),
                libglib2.0-dev (>= 2.40),
@@ -15,7 +15,7 @@
                yelp-tools,
                valac (>= 0.25.1),
                libgirepository1.0-dev,
-               gobject-introspection
+               gobject-introspection,
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Baobab
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/baobab

Modified: desktop/unstable/baobab/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/control.in?rev=50006&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/control.in	[utf-8] (original)
+++ desktop/unstable/baobab/debian/control.in	[utf-8] Fri Sep  2 14:10:24 2016
@@ -11,7 +11,8 @@
                yelp-tools,
                valac (>= 0.25.1),
                libgirepository1.0-dev,
-               gobject-introspection
+               gobject-introspection,
+               appstream-util
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Baobab
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/baobab

Modified: desktop/unstable/baobab/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/baobab/debian/rules?rev=50006&op=diff
==============================================================================
--- desktop/unstable/baobab/debian/rules	[utf-8] (original)
+++ desktop/unstable/baobab/debian/rules	[utf-8] Fri Sep  2 14:10:24 2016
@@ -9,5 +9,4 @@
 
 override_dh_autoreconf:
 	find . -name "*_vala.stamp" -delete
-# This fails the build as of 3.21.90
-#	dh_autoreconf --as-needed
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list