r50280 - in /desktop/unstable/gnome-power-manager/debian: changelog control control.in docs rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sat Sep 10 17:32:14 UTC 2016
Author: biebl
Date: Sat Sep 10 17:32:14 2016
New Revision: 50280
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50280
Log:
Convert from cdbs to dh.
Modified:
desktop/unstable/gnome-power-manager/debian/changelog
desktop/unstable/gnome-power-manager/debian/control
desktop/unstable/gnome-power-manager/debian/control.in
desktop/unstable/gnome-power-manager/debian/docs
desktop/unstable/gnome-power-manager/debian/rules
Modified: desktop/unstable/gnome-power-manager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/changelog?rev=50280&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/changelog [utf-8] Sat Sep 10 17:32:14 2016
@@ -1,6 +1,7 @@
gnome-power-manager (3.21.91-1) UNRELEASED; urgency=medium
* New upstream beta release.
+ * Convert from cdbs to dh.
-- Michael Biebl <biebl at debian.org> Sat, 10 Sep 2016 18:53:14 +0200
Modified: desktop/unstable/gnome-power-manager/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/control?rev=50280&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/control [utf-8] Sat Sep 10 17:32:14 2016
@@ -6,9 +6,8 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
Build-Depends: debhelper (>= 9),
- cdbs,
gnome-pkg-tools (>= 0.10),
autotools-dev,
libglib2.0-dev (>= 2.45.8),
Modified: desktop/unstable/gnome-power-manager/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/control.in?rev=50280&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/control.in [utf-8] Sat Sep 10 17:32:14 2016
@@ -4,7 +4,6 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 9),
- cdbs,
gnome-pkg-tools (>= 0.10),
autotools-dev,
libglib2.0-dev (>= 2.45.8),
Modified: desktop/unstable/gnome-power-manager/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/docs?rev=50280&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/docs [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/docs [utf-8] Sat Sep 10 17:32:14 2016
@@ -1,2 +1,3 @@
+AUTHORS
NEWS
README
Modified: desktop/unstable/gnome-power-manager/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-power-manager/debian/rules?rev=50280&op=diff
==============================================================================
--- desktop/unstable/gnome-power-manager/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-power-manager/debian/rules [utf-8] Sat Sep 10 17:32:14 2016
@@ -1,12 +1,8 @@
#!/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,-z,defs -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
-clean::
- rm -f po/*.gmo
+%:
+ dh $@ --with gnome
More information about the pkg-gnome-commits
mailing list