tags 839337 + patch thanks Patch attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/debian/rules b/debian/rules
index 6738893..6cfc3c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+VERSION = $(shell dpkg-parsechangelog --show-field=Version)
+
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
ENABLE_APPINDCATOR = --enable-appindicator=yes
else

