aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-05-23 10:42:43 +1200
committerRobert Ancell <robert.ancell@canonical.com>2012-05-23 10:42:43 +1200
commitf48015750da9de138ac198e983f8d74a0830b658 (patch)
tree6b5550f26d2f11d9255f933e7071a6400dc8450f
parent27eb63cac2b504aab8baf568ba87ae9271c291ff (diff)
parent8d0330b70fdf7a36185cec6451c7d5094f4a1ff0 (diff)
downloadlibayatana-appindicator-0.4.92-0ubuntu2.tar.gz
libayatana-appindicator-0.4.92-0ubuntu2.tar.bz2
libayatana-appindicator-0.4.92-0ubuntu2.zip
releasing version 0.4.92-0ubuntu20.4.92-0ubuntu2
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a57b46..00c425c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libappindicator (0.4.92-0ubuntu2) quantal; urgency=low
+
+ * [Evgeni Golov]
+ * debian/rules:
+ - Use autoreconf.mk instead of running dh_autoreconf by hand
+
+ -- Robert Ancell <robert.ancell@canonical.com> Wed, 23 May 2012 10:19:17 +1200
+
libappindicator (0.4.92-0ubuntu1) precise; urgency=low
[ Charles Kerr ]
diff --git a/debian/rules b/debian/rules
index 65a2860..666d331 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,11 @@ PY_VERSIONS = $(shell pyversions --requested debian/control)
export MONO_SHARED_DIR=$(CURDIR)
export CSC=/usr/bin/mono-csc
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
API_VERSION = 0.1
@@ -20,7 +21,6 @@ API_VERSION = 0.1
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection
configure-stamp-%:
- dh_autoreconf
mkdir build-$*
cd build-$* && PYTHON=`which $*` \
$(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) --srcdir=..