diff options
author | Ted Gould <ted@gould.cx> | 2011-02-04 15:24:29 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-04 15:24:29 -0600 |
commit | bd06bdfcb217149140a043473fca6ed66e4b9786 (patch) | |
tree | a1d378b2ea9b24364e68454f532b80e2906fd72e | |
parent | dcb2783fd78ab82a8c009f3c435766f313fb848c (diff) | |
download | ayatana-indicator-datetime-bd06bdfcb217149140a043473fca6ed66e4b9786.tar.gz ayatana-indicator-datetime-bd06bdfcb217149140a043473fca6ed66e4b9786.tar.bz2 ayatana-indicator-datetime-bd06bdfcb217149140a043473fca6ed66e4b9786.zip |
debian/rules: Adding in autoreconf
-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 a9b2e6e..e56b9bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ indicator-datetime (0.1.92-0ubuntu2~ppa1~apnt1) UNRELEASED; urgency=low * Upstream Merge * Merging in first EDS branch + * debian/rules: Adding in autoreconf - -- Ted Gould <ted@ubuntu.com> Fri, 04 Feb 2011 15:22:40 -0600 + -- Ted Gould <ted@ubuntu.com> Fri, 04 Feb 2011 15:24:17 -0600 indicator-datetime (0.1.92-0ubuntu1) natty; urgency=low diff --git a/debian/rules b/debian/rules index ff2614a..baf32ef 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk install/indicator-datetime:: find debian/indicator-datetime/usr/lib -name \*.la -exec rm {} \; |