diff options
author | Ted Gould <ted@gould.cx> | 2012-02-14 14:23:06 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-14 14:23:06 -0600 |
commit | 36b39c96eac1bcadaf506a52b6c583155559458b (patch) | |
tree | ae259efabed3cc78401a98108d98a59dac664c55 /debian | |
parent | eb803e833096843fa14705494cb91b0adf96fff7 (diff) | |
download | libayatana-indicator-36b39c96eac1bcadaf506a52b6c583155559458b.tar.gz libayatana-indicator-36b39c96eac1bcadaf506a52b6c583155559458b.tar.bz2 libayatana-indicator-36b39c96eac1bcadaf506a52b6c583155559458b.zip |
debian/control, debian/rules: Adding in autoreconf support
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 37ed70f..c92d5d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ libindicator (0.4.91-0ubuntu1~ppa1) UNRELEASED; urgency=low * Dropping debian/patches * Upstream Merge * Explicitly add in gmodule as a required library + * debian/control, debian/rules: Adding in autoreconf support - -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 14:21:17 -0600 + -- Ted Gould <ted@ubuntu.com> Tue, 14 Feb 2012 14:22:50 -0600 libindicator (0.4.90-0ubuntu4) precise; urgency=low diff --git a/debian/control b/debian/control index 90e1367..4816b56 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org> Uploaders: Evgeni Golov <evgeni@debian.org>, Kartik Mistry <kartik@debian.org> Build-Depends: debhelper (>= 5.0), + dh-autoreconf, cdbs (>= 0.4.41), libglib2.0-dev (>= 2.22), libgtk2.0-dev (>= 2.18), diff --git a/debian/rules b/debian/rules index f62d05a..7e69bc0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ DEB_MAKE_FLAVORS = gtk2 gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ |