r48959 - in /desktop/unstable/gnome-weather/debian: changelog compat control control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun May 29 01:00:55 UTC 2016


Author: jbicha-guest
Date: Sun May 29 01:00:52 2016
New Revision: 48959

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48959
Log:
* Switch from cdbs to dh
* Enable all hardening options
* Run autoreconf
* Build-depend on libxml2-utils
* Disable dogtail tests

Modified:
    desktop/unstable/gnome-weather/debian/changelog
    desktop/unstable/gnome-weather/debian/compat
    desktop/unstable/gnome-weather/debian/control
    desktop/unstable/gnome-weather/debian/control.in
    desktop/unstable/gnome-weather/debian/rules

Modified: desktop/unstable/gnome-weather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/changelog?rev=48959&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/changelog	[utf-8] Sun May 29 01:00:52 2016
@@ -1,3 +1,14 @@
+gnome-weather (3.20.1-2) UNRELEASED; urgency=medium
+
+  * Team upload
+  * Switch from cdbs to dh
+  * Enable all hardening options
+  * Run autoreconf
+  * Build-depend on libxml2-utils
+  * Disable dogtail tests
+
+ -- Jeremy Bicha <jbicha at linux.com>  Sat, 28 May 2016 20:17:09 -0400
+
 gnome-weather (3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-weather/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/compat?rev=48959&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/compat	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/compat	[utf-8] Sun May 29 01:00:52 2016
@@ -1,2 +1 @@
 9
-

Modified: desktop/unstable/gnome-weather/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/control?rev=48959&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/control	[utf-8] Sun May 29 01:00:52 2016
@@ -8,7 +8,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: dh-autoreconf,
-               cdbs (>= 0.4.41),
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.26),
@@ -21,7 +20,8 @@
                libgjs-dev (>= 1.39.91),
                libgtk-3-dev (>= 3.11.4),
                libgdk-pixbuf2.0-dev,
-               libgweather-3-dev (>= 3.17.2)
+               libgweather-3-dev (>= 3.17.2),
+               libxml2-utils
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Weather
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-weather

Modified: desktop/unstable/gnome-weather/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/control.in?rev=48959&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/control.in	[utf-8] Sun May 29 01:00:52 2016
@@ -4,7 +4,6 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: dh-autoreconf,
-               cdbs (>= 0.4.41),
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.26),
@@ -17,7 +16,8 @@
                libgjs-dev (>= 1.39.91),
                libgtk-3-dev (>= 3.11.4),
                libgdk-pixbuf2.0-dev,
-               libgweather-3-dev (>= 3.17.2)
+               libgweather-3-dev (>= 3.17.2),
+               libxml2-utils
 Standards-Version: 3.9.8
 Homepage: https://wiki.gnome.org/Apps/Weather
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-weather

Modified: desktop/unstable/gnome-weather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-weather/debian/rules?rev=48959&op=diff
==============================================================================
--- desktop/unstable/gnome-weather/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-weather/debian/rules	[utf-8] Sun May 29 01:00:52 2016
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+%:
+	dh $@ --parallel --with autoreconf,gnome
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-dogtail




More information about the pkg-gnome-commits mailing list