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/control | |
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/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d78f64d..1f2a597 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Build-Depends: debhelper (>= 7.0), gir1.2-glib-2.0, gir1.2-gtk-2.0, gir1.2-gtk-3.0, + dh-autoreconf, valac-0.14 Standards-Version: 3.9.1 Homepage: https://launchpad.net/libappindicator |