diff -Nur old/debian/changelog new/debian/changelog --- old/debian/changelog 2007-08-12 15:48:04.000000000 +0000 +++ new/debian/changelog 2007-08-12 16:36:33.000000000 +0000 @@ -1,3 +1,9 @@ +thunderbird-quickfile (0.17.0.0011-0ubuntu3) gutsy; urgency=low + + * Fixed dependencies: mozilla-thunderbird => thunderbird + + -- Sasa Bodiroza Sun, 12 Aug 2007 16:35:50 +0000 + thunderbird-quickfile (0.17.0.0011-0ubuntu2) gutsy; urgency=low * Add NOTE about repackaged upstream source in debian/copyright diff -Nur old/debian/rules new/debian/rules --- old/debian/rules 2007-08-12 15:48:04.000000000 +0000 +++ new/debian/rules 2007-08-12 16:38:18.000000000 +0000 @@ -9,7 +9,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -TBIRD_VERSION = $(shell dpkg -s mozilla-thunderbird-dev|grep ^Version|cut -d\ -f2|cut -d- -f1 | cut -d. -f-3) +TBIRD_VERSION = $(shell dpkg -s thunderbird-dev|grep ^Version|cut -d\ -f2|cut -d- -f1 | cut -d. -f-3) EXTENSION_ID = {b1095862-e2d0-4fc0-9793-b46bc7d3ae72} EXTENSION_DIR = usr/lib/thunderbird/extensions/$(EXTENSION_ID) INSTALL_DIR = $(CURDIR)/debian/thunderbird-quickfile @@ -55,9 +55,9 @@ dh_fixperms dh_installdeb - echo -n "tbird:Depends=mozilla-thunderbird (>= $(TBIRD_VERSION))" \ + echo -n "tbird:Depends=thunderbird (>= $(TBIRD_VERSION))" \ >> debian/thunderbird-quickfile.substvars - echo ", mozilla-thunderbird (<< $(TBIRD_VERSION).99)" \ + echo ", thunderbird (<< $(TBIRD_VERSION).99)" \ >> debian/thunderbird-quickfile.substvars dh_gencontrol