r49538 - in /desktop/unstable/lightsoff/debian: changelog control control.in docs rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 17 05:07:40 UTC 2016


Author: jbicha-guest
Date: Wed Aug 17 05:07:40 2016
New Revision: 49538

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

Add debian/docs to install NEWS

Added:
    desktop/unstable/lightsoff/debian/docs
Modified:
    desktop/unstable/lightsoff/debian/changelog
    desktop/unstable/lightsoff/debian/control
    desktop/unstable/lightsoff/debian/control.in
    desktop/unstable/lightsoff/debian/rules

Modified: desktop/unstable/lightsoff/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/changelog?rev=49538&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/changelog	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/changelog	[utf-8] Wed Aug 17 05:07:40 2016
@@ -1,3 +1,10 @@
+lightsoff (1:3.20.0-2) UNRELEASED; urgency=medium
+
+  * Convert from cdbs to dh
+  * Add debian/docs to install NEWS
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 01:06:49 -0400
+
 lightsoff (1:3.20.0-1) unstable; urgency=medium
 
   [ Pedro Beja ]

Modified: desktop/unstable/lightsoff/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/control?rev=49538&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/control	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/control	[utf-8] Wed Aug 17 05:07:40 2016
@@ -7,12 +7,11 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
+Build-Depends: appstream-util,
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools,
                intltool (>= 0.50.0),
-               appstream-util,
                libclutter-1.0-dev (>= 1.14.0),
                libclutter-gtk-1.0-dev (>= 1.5.0),
                libglib2.0-dev,

Modified: desktop/unstable/lightsoff/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/control.in?rev=49538&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/control.in	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/control.in	[utf-8] Wed Aug 17 05:07:40 2016
@@ -3,12 +3,11 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.90~),
+Build-Depends: appstream-util,
                debhelper (>= 9),
                dh-autoreconf,
                gnome-pkg-tools,
                intltool (>= 0.50.0),
-               appstream-util,
                libclutter-1.0-dev (>= 1.14.0),
                libclutter-gtk-1.0-dev (>= 1.5.0),
                libglib2.0-dev,

Added: desktop/unstable/lightsoff/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/docs?rev=49538&op=file
==============================================================================
--- desktop/unstable/lightsoff/debian/docs	(added)
+++ desktop/unstable/lightsoff/debian/docs	[utf-8] Wed Aug 17 05:07:40 2016
@@ -0,0 +1 @@
+NEWS

Modified: desktop/unstable/lightsoff/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/lightsoff/debian/rules?rev=49538&op=diff
==============================================================================
--- desktop/unstable/lightsoff/debian/rules	[utf-8] (original)
+++ desktop/unstable/lightsoff/debian/rules	[utf-8] Wed Aug 17 05:07:40 2016
@@ -1,14 +1,13 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-include /usr/share/cdbs/1/rules/autoreconf.mk
-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-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
 
-DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games
+%:
+	dh $@ --parallel --with autoreconf,gnome
 
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+override_dh_auto_configure:
+	dh_auto_configure -- --bindir=\$${prefix}/games
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed




More information about the pkg-gnome-commits mailing list