diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 14:57:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 14:57:39 -0500 |
commit | e999646860d10be0241dc37e93c16cf5020f57f1 (patch) | |
tree | b2c4dad529867f7e446a376d2cc2bdd60fd4dac6 /debian | |
parent | f7306e0752108847aa4a0c9f63fca46aa9a706df (diff) | |
download | ayatana-indicator-session-e999646860d10be0241dc37e93c16cf5020f57f1.tar.gz ayatana-indicator-session-e999646860d10be0241dc37e93c16cf5020f57f1.tar.bz2 ayatana-indicator-session-e999646860d10be0241dc37e93c16cf5020f57f1.zip |
debian/rules: Adding autoreconf
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 70712b3..9fc778f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ indicator-session (0.3.2-0ubuntu2~ppa1) UNRELEASED; urgency=low * Upstream Merge * GSettings transition + * debian/rules: Adding autoreconf - -- Ted Gould <ted@ubuntu.com> Fri, 19 Aug 2011 14:55:08 -0500 + -- Ted Gould <ted@ubuntu.com> Fri, 19 Aug 2011 14:57:28 -0500 indicator-session (0.3.2-0ubuntu1) oneiric; urgency=low diff --git a/debian/rules b/debian/rules index bee840d..3691179 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)/ |