aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-16 15:43:36 -0500
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2012-11-16 15:43:36 -0500
commitb562e8313bdff3b874a7aa3a32a3333da64b10fc (patch)
tree984f4d9171c6ea029f8fc864d1cf7af6781438a4 /debian
parentbf02832a7c5eaa39405cc59e7a89a8b8d73b2a84 (diff)
downloadayatana-indicator-datetime-b562e8313bdff3b874a7aa3a32a3333da64b10fc.tar.gz
ayatana-indicator-datetime-b562e8313bdff3b874a7aa3a32a3333da64b10fc.tar.bz2
ayatana-indicator-datetime-b562e8313bdff3b874a7aa3a32a3333da64b10fc.zip
Override dh_autoreconf to make it use autogen.sh from upstream.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 531276c..619efd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ indicator-datetime (12.10.3-0ubuntu1) UNRELEASED; urgency=low
* debian/rules:
- Switch to using the dh sequencer instead of cdbs rules, adjust targets
accordingly.
+ - Override dh_autoreconf to make it use autogen.sh from upstream.
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 16 Nov 2012 15:17:20 -0500
diff --git a/debian/rules b/debian/rules
index 81726a1..f98cf93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
%:
dh $@ --with quilt,autoreconf
+override_dh_autoreconf:
+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
+
override_dh_auto_configure:
dh_auto_configure -- --disable-static