aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules1
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 {} \;