diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 17:05:01 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-01-24 17:05:01 -0500 |
commit | 0e4459f9e252d1e17e83fb73fa86540fe17b23be (patch) | |
tree | 32989cacc2cb0f2b61fe941d8a5c99159b13fcfb /debian/rules | |
parent | 5452357568fb7c5f72fd7d9b6b73ae53cff0e1a7 (diff) | |
parent | 95620c4bca686364c0b98ec4cc9b5aa4fae40d65 (diff) | |
download | libayatana-appindicator-0e4459f9e252d1e17e83fb73fa86540fe17b23be.tar.gz libayatana-appindicator-0e4459f9e252d1e17e83fb73fa86540fe17b23be.tar.bz2 libayatana-appindicator-0e4459f9e252d1e17e83fb73fa86540fe17b23be.zip |
* rebuild for libindicator7
* bindings/python/Makefile.am
- Don't specify pyglib-2.0-python2.6 in LDFLAGS, it isn't needed and
only works with python2.6
* debian/rules
- include autoreconf.mk
* debian/control
- added build dep on dh-autoreconf
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 599b53e..b2507f5 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ 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=.. |