r51245 - in /desktop/unstable/gnome-flashback/debian: changelog control control.in gnome-session-flashback.install rules

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Thu Oct 6 19:59:03 UTC 2016


Author: mitya57
Date: Thu Oct  6 19:59:00 2016
New Revision: 51245

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51245
Log:
Convert from cdbs to debhelper.

Modified:
    desktop/unstable/gnome-flashback/debian/changelog
    desktop/unstable/gnome-flashback/debian/control
    desktop/unstable/gnome-flashback/debian/control.in
    desktop/unstable/gnome-flashback/debian/gnome-session-flashback.install
    desktop/unstable/gnome-flashback/debian/rules

Modified: desktop/unstable/gnome-flashback/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-flashback/debian/changelog?rev=51245&op=diff
==============================================================================
--- desktop/unstable/gnome-flashback/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-flashback/debian/changelog	[utf-8] Thu Oct  6 19:59:00 2016
@@ -5,6 +5,7 @@
   * Bump gsettings-desktop-schemas-dev build-dependency to 3.21.4,
     following upstream.
   * Update debian/copyright.
+  * Convert from cdbs to debhelper.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 06 Oct 2016 22:18:01 +0300
 

Modified: desktop/unstable/gnome-flashback/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-flashback/debian/control?rev=51245&op=diff
==============================================================================
--- desktop/unstable/gnome-flashback/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-flashback/debian/control	[utf-8] Thu Oct  6 19:59:00 2016
@@ -8,10 +8,9 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Shachnev <mitya57 at debian.org>, Laurent Bigonville <bigon at debian.org>
 Standards-Version: 3.9.8
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 9.20160114~),
                dh-autoreconf,
-               gnome-pkg-tools,
+               gnome-pkg-tools (>= 0.17),
                gsettings-desktop-schemas-dev (>= 3.21.4),
                libcanberra-gtk3-dev (>= 0.13),
                libdbus-glib-1-dev,

Modified: desktop/unstable/gnome-flashback/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-flashback/debian/control.in?rev=51245&op=diff
==============================================================================
--- desktop/unstable/gnome-flashback/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gnome-flashback/debian/control.in	[utf-8] Thu Oct  6 19:59:00 2016
@@ -4,10 +4,9 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.9.8
-Build-Depends: cdbs (>= 0.4.41),
-               debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 9.20160114~),
                dh-autoreconf,
-               gnome-pkg-tools,
+               gnome-pkg-tools (>= 0.17),
                gsettings-desktop-schemas-dev (>= 3.21.4),
                libcanberra-gtk3-dev (>= 0.13),
                libdbus-glib-1-dev,

Modified: desktop/unstable/gnome-flashback/debian/gnome-session-flashback.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-flashback/debian/gnome-session-flashback.install?rev=51245&op=diff
==============================================================================
--- desktop/unstable/gnome-flashback/debian/gnome-session-flashback.install	[utf-8] (original)
+++ desktop/unstable/gnome-flashback/debian/gnome-session-flashback.install	[utf-8] Thu Oct  6 19:59:00 2016
@@ -1,4 +1,4 @@
 etc/xdg/autostart/
-usr/lib/gnome-flashback/
+usr/lib/*/gnome-flashback-*
 usr/share/gnome-session/
 usr/share/xsessions/

Modified: desktop/unstable/gnome-flashback/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-flashback/debian/rules?rev=51245&op=diff
==============================================================================
--- desktop/unstable/gnome-flashback/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-flashback/debian/rules	[utf-8] Thu Oct  6 19:59:00 2016
@@ -1,13 +1,12 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/autoreconf.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-version.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_INSTALL_CHANGELOGS_ALL = ./NEWS
-DEB_DH_STRIP_ARGS_ALL += --dbgsym-migration='gnome-flashback-dbg (<< 3.20.0-1~)'
+%:
+	dh $@ --with autoreconf,gnome
+
+override_dh_installchangelogs:
+	dh_installchangelogs ./NEWS
+
+override_dh_strip:
+	dh_strip --dbgsym-migration='gnome-flashback-dbg (<< 3.20.0-1~)'




More information about the pkg-gnome-commits mailing list