r50643 - in /desktop/unstable/glade/debian: changelog control.in docs gir1.2-gladeui-2.0.install libgladeui-2-6.install libgladeui-dev.install rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Thu Sep 15 13:44:01 UTC 2016


Author: ah
Date: Thu Sep 15 13:44:01 2016
New Revision: 50643

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50643
Log:
* debian/copyright: Use https for copyright headers
* debian/watch: Use https and new "special strings" to standardize format
* Convert from cdbs to dh.

Added:
    desktop/unstable/glade/debian/docs
Modified:
    desktop/unstable/glade/debian/changelog
    desktop/unstable/glade/debian/control.in
    desktop/unstable/glade/debian/gir1.2-gladeui-2.0.install
    desktop/unstable/glade/debian/libgladeui-2-6.install
    desktop/unstable/glade/debian/libgladeui-dev.install
    desktop/unstable/glade/debian/rules

Modified: desktop/unstable/glade/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/changelog?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glade/debian/changelog	[utf-8] Thu Sep 15 13:44:01 2016
@@ -1,3 +1,14 @@
+glade (3.20.0-2) UNRELEASED; urgency=medium
+
+  [ Jeremy Bicha ]
+  * debian/copyright: Use https for copyright headers
+  * debian/watch: Use https and new "special strings" to standardize format
+
+  [ Andreas Henriksson ]
+  * Convert from cdbs to dh.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Thu, 15 Sep 2016 15:26:07 +0200
+
 glade (3.20.0-1) unstable; urgency=medium
 
   [ Josselin Mouette ]

Modified: desktop/unstable/glade/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/control.in?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glade/debian/control.in	[utf-8] Thu Sep 15 13:44:01 2016
@@ -5,8 +5,7 @@
 Uploaders: @GNOME_TEAM@
 Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glade
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glade
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                libxml2-dev (>= 2.4.0),

Added: desktop/unstable/glade/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/docs?rev=50643&op=file
==============================================================================
--- desktop/unstable/glade/debian/docs	(added)
+++ desktop/unstable/glade/debian/docs	[utf-8] Thu Sep 15 13:44:01 2016
@@ -0,0 +1,3 @@
+AUTHORS
+README
+NEWS

Modified: desktop/unstable/glade/debian/gir1.2-gladeui-2.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/gir1.2-gladeui-2.0.install?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/gir1.2-gladeui-2.0.install	[utf-8] (original)
+++ desktop/unstable/glade/debian/gir1.2-gladeui-2.0.install	[utf-8] Thu Sep 15 13:44:01 2016
@@ -1 +1 @@
-usr/lib/girepository-1.0/Gladeui-2.0.typelib
+usr/lib/*/girepository-1.0/Gladeui-2.0.typelib

Modified: desktop/unstable/glade/debian/libgladeui-2-6.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/libgladeui-2-6.install?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/libgladeui-2-6.install	[utf-8] (original)
+++ desktop/unstable/glade/debian/libgladeui-2-6.install	[utf-8] Thu Sep 15 13:44:01 2016
@@ -1,2 +1,2 @@
-usr/lib/libgladeui-2.so.*
-usr/lib/glade/modules/*.so
+usr/lib/*/libgladeui-2.so.*
+usr/lib/*/glade/modules/*.so

Modified: desktop/unstable/glade/debian/libgladeui-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/libgladeui-dev.install?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/libgladeui-dev.install	[utf-8] (original)
+++ desktop/unstable/glade/debian/libgladeui-dev.install	[utf-8] Thu Sep 15 13:44:01 2016
@@ -1,4 +1,4 @@
-usr/lib/*.so
+usr/lib/*/*.so
 usr/include
-usr/lib/pkgconfig
+usr/lib/*/pkgconfig
 usr/share/gir-1.0

Modified: desktop/unstable/glade/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade/debian/rules?rev=50643&op=diff
==============================================================================
--- desktop/unstable/glade/debian/rules	[utf-8] (original)
+++ desktop/unstable/glade/debian/rules	[utf-8] Thu Sep 15 13:44:01 2016
@@ -1,18 +1,22 @@
 #!/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/cdbs/1/rules/autoreconf.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS += \
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+%:
+	dh $@ --with gnome,autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
 			--enable-gtk-doc \
 			--disable-scrollkeeper
 
-DEB_DH_AUTORECONF_ARGS = --as-needed
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
-DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+override_dh_makeshlibs:
+	dh_makeshlibs -V -- -c4
 
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
+override_dh_auto_test:
+	dh_auto_test || true




More information about the pkg-gnome-commits mailing list