diff options
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 4 |
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=.. |