r50572 - in /desktop/unstable/seahorse/debian: changelog control control.in docs rules
ah at users.alioth.debian.org
ah at users.alioth.debian.org
Wed Sep 14 15:58:51 UTC 2016
Author: ah
Date: Wed Sep 14 15:58:50 2016
New Revision: 50572
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=50572
Log:
Convert from cdbs to dh
Added:
desktop/unstable/seahorse/debian/docs
Modified:
desktop/unstable/seahorse/debian/changelog
desktop/unstable/seahorse/debian/control
desktop/unstable/seahorse/debian/control.in
desktop/unstable/seahorse/debian/rules
Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=50572&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog [utf-8] (original)
+++ desktop/unstable/seahorse/debian/changelog [utf-8] Wed Sep 14 15:58:50 2016
@@ -1,6 +1,7 @@
seahorse (3.20.0-2) UNRELEASED; urgency=medium
* Depend on gnupg instead of transitional gnupg2
+ * Convert from cdbs to dh
-- Jeremy Bicha <jbicha at ubuntu.com> Wed, 31 Aug 2016 22:39:34 -0400
Modified: desktop/unstable/seahorse/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control?rev=50572&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control [utf-8] Wed Sep 14 15:58:50 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>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: cdbs (>= 0.4.41),
- debhelper (>= 9),
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jeremy Bicha <jbicha at ubuntu.com>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-pkg-tools,
gtk-doc-tools (>= 1.9),
Modified: desktop/unstable/seahorse/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/control.in?rev=50572&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/control.in [utf-8] (original)
+++ desktop/unstable/seahorse/debian/control.in [utf-8] Wed Sep 14 15:58:50 2016
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs (>= 0.4.41),
- debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
dh-autoreconf,
gnome-pkg-tools,
gtk-doc-tools (>= 1.9),
Added: desktop/unstable/seahorse/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/docs?rev=50572&op=file
==============================================================================
--- desktop/unstable/seahorse/debian/docs (added)
+++ desktop/unstable/seahorse/debian/docs [utf-8] Wed Sep 14 15:58:50 2016
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
Modified: desktop/unstable/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/rules?rev=50572&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/rules [utf-8] (original)
+++ desktop/unstable/seahorse/debian/rules [utf-8] Wed Sep 14 15:58:50 2016
@@ -1,14 +1,15 @@
#!/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/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
-DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-pgp
+%:
+ dh $@ --with gnome,autoreconf
-DEB_DH_AUTORECONF_ARGS = --as-needed
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --enable-pgp
+
+override_dh_autoreconf:
+ dh_autoreconf --as-needed
More information about the pkg-gnome-commits
mailing list