summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 06637c2..0c304ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-extra-software (1.0.1) unstable; urgency=low
+
+ * Use a better rules test for whether icedtea6-plugin exists or not
+
+ -- Jonathan Reed <jdreed@mit.edu> Wed, 29 Jun 2011 18:06:34 -0400
+
debathena-extra-software (1.0) unstable; urgency=low
* First release as non-equivs package
diff --git a/debian/rules b/debian/rules
index fec8436..abbd33b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-HAVE_ICEDTEA = $(shell apt-cache show icedtea6-plugin >/dev/null 2>/dev/null && echo y)
+HAVE_ICEDTEA = $(shell apt-cache show icedtea6-plugin 2>/dev/null | grep -q '^Version:' && echo y)
ifeq ($(HAVE_ICEDTEA),y)
binary-predeb/debathena-extra-software::