tags 659806 + patch
thanks

On 13/02/12 21:42, Adam D. Barratt wrote:
> glipper depends on python-gnomeapplet, but that package does not exist
> in unstable (in fact, it only exists in stable).  glipper is thus
> uninstallable in unstable.

As far as I can tell glipper doesn't use anything from the now gone
python-gnomeapplet. In the absence of python-appindicator glipper falls back to
Gtk.StatusIcon and is usable (but I'm not a user of glipper, so please correct
me if I'm wrong).

The attached patch drops the Depends.

Cheers
-- 
Sebastian Ramacher
diff -Nru glipper-2.3/debian/rules glipper-2.3/debian/rules
--- glipper-2.3/debian/rules	2012-01-27 16:44:09.000000000 +0100
+++ glipper-2.3/debian/rules	2012-03-13 11:44:40.000000000 +0100
@@ -6,7 +6,7 @@
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
 	SUBSTVARS = -Vdist:Depends="python-appindicator"
 else
-	SUBSTVARS = -Vdist:Depends="python-gnomeapplet"
+	SUBSTVARS = -Vdist:Depends=""
 endif
 
 %:

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to