r49527 - in /desktop/unstable/libgweather/debian: changelog control.in rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Aug 16 09:10:17 UTC 2016


Author: ah
Date: Tue Aug 16 09:10:17 2016
New Revision: 49527

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49527
Log:
* New upstream release.
* Switch from cdbs to dh

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

Modified: desktop/unstable/libgweather/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/changelog?rev=49527&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/changelog	[utf-8] Tue Aug 16 09:10:17 2016
@@ -1,3 +1,10 @@
+libgweather (3.20.2-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Switch from cdbs to dh
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 16 Aug 2016 10:53:47 +0200
+
 libgweather (3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/libgweather/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/control.in?rev=49527&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/control.in	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/control.in	[utf-8] Tue Aug 16 09:10:17 2016
@@ -5,7 +5,6 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                autotools-dev,
-               cdbs (>= 0.4.93),
                gnome-common,
                gnome-pkg-tools,
                libxml2-dev (>= 2.6.0),

Modified: desktop/unstable/libgweather/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather/debian/rules?rev=49527&op=diff
==============================================================================
--- desktop/unstable/libgweather/debian/rules	[utf-8] (original)
+++ desktop/unstable/libgweather/debian/rules	[utf-8] Tue Aug 16 09:10:17 2016
@@ -1,14 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
+%:
+	dh $@ --with gnome
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
                              --enable-static \
                              --enable-gtk-doc \
                              --enable-glade-catalog




More information about the pkg-gnome-commits mailing list