r32635 - in /packages/unstable/gmime2.4/debian: changelog control control.in rules
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Wed Feb 22 05:41:27 UTC 2012
Author: mpitt
Date: Wed Feb 22 05:41:26 2012
New Revision: 32635
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32635
Log:
debian/control.in, debian/rules: Build-depend on and use dh_autoreconf
instead of our custom autoconf/automake invocation.
Modified:
packages/unstable/gmime2.4/debian/changelog
packages/unstable/gmime2.4/debian/control
packages/unstable/gmime2.4/debian/control.in
packages/unstable/gmime2.4/debian/rules
Modified: packages/unstable/gmime2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/changelog?rev=32635&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/changelog [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/changelog [utf-8] Wed Feb 22 05:41:26 2012
@@ -7,6 +7,8 @@
examples now.
* debian/libgmime-2.4-dev.install: Drop usr/bin, this doesn't exist any
more.
+ * debian/control.in, debian/rules: Build-depend on and use dh_autoreconf
+ instead of our custom autoconf/automake invocation.
-- Martin Pitt <mpitt at debian.org> Wed, 22 Feb 2012 06:18:50 +0100
Modified: packages/unstable/gmime2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/control?rev=32635&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/control [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/control [utf-8] Wed Feb 22 05:41:26 2012
@@ -10,11 +10,8 @@
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50),
gnome-pkg-tools (>= 0.10),
- libtool,
- autoconf,
- automake,
+ dh-autoreconf,
libglib2.0-dev,
- autotools-dev,
zlib1g-dev,
gtk-doc-tools (>= 1.8),
docbook-utils
Modified: packages/unstable/gmime2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/control.in?rev=32635&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/control.in [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/control.in [utf-8] Wed Feb 22 05:41:26 2012
@@ -5,11 +5,8 @@
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 7.0.50),
gnome-pkg-tools (>= 0.10),
- libtool,
- autoconf,
- automake,
+ dh-autoreconf,
libglib2.0-dev,
- autotools-dev,
zlib1g-dev,
gtk-doc-tools (>= 1.8),
docbook-utils
Modified: packages/unstable/gmime2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gmime2.4/debian/rules?rev=32635&op=diff
==============================================================================
--- packages/unstable/gmime2.4/debian/rules [utf-8] (original)
+++ packages/unstable/gmime2.4/debian/rules [utf-8] Wed Feb 22 05:41:26 2012
@@ -15,12 +15,7 @@
-include /usr/share/cli-common/cli.make
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-autoreconf: autoreconf-stamp
-autoreconf-stamp: $(QUILT_STAMPFN)
- autoreconf -f -i -s
- touch $@
-
-override_dh_auto_configure: autoreconf-stamp
+override_dh_auto_configure:
dh_auto_configure -- \
--enable-gtk-doc \
--disable-rpath \
@@ -66,14 +61,7 @@
--rename \
--repack
-clean::
- dh $@
- dh_clean
+%:
+ dh $@ --with autoreconf
-build:
- dh $@
-
-%:
- dh $@
-
-.PHONY: autoreconf configure build clean get-orig-source
+.PHONY: configure build clean get-orig-source
More information about the pkg-gnome-commits
mailing list