tags 365335 + patch

thanks

Hi,

Attached is the diff for mozilla-firefox-adblock 0.5.2.039-4.1 NMU.
The package has been uploaded.

cheers,

Fathi
diff -u mozilla-firefox-adblock-0.5.2.039/debian/changelog mozilla-firefox-adblock-0.5.2.039/debian/changelog
--- mozilla-firefox-adblock-0.5.2.039/debian/changelog
+++ mozilla-firefox-adblock-0.5.2.039/debian/changelog
@@ -1,3 +1,13 @@
+mozilla-firefox-adblock (0.5.2.039-4.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Removed postinst and postrm (Closes: #365335)
+    update-mozilla-firefox-chrome script no more needed since firefox 1.0.6-1
+  * Depends on firefox (>= 1.0.6) instead of mozilla-firefox (>= 0.9)
+  * Fixed lintian error debian-rules-missing-required-target binary-arch
+
+ -- Fathi Boudra <[EMAIL PROTECTED]>  Tue,  6 Jun 2006 17:24:42 +0200
+
 mozilla-firefox-adblock (0.5.2.039-4) unstable; urgency=low
 
   * Changed URL in debian/copyright to be more generic
diff -u mozilla-firefox-adblock-0.5.2.039/debian/control mozilla-firefox-adblock-0.5.2.039/debian/control
--- mozilla-firefox-adblock-0.5.2.039/debian/control
+++ mozilla-firefox-adblock-0.5.2.039/debian/control
@@ -8,7 +8,7 @@
 
 Package: mozilla-firefox-adblock
 Architecture: all
-Depends: mozilla-firefox (>= 0.9)
+Depends: firefox (>= 1.0.6)
 Description: AdBlock extension for the Firefox web browser
  The AdBlock extension adds to Firefox browser an ability to filter
  unwanted objects on webpages.  Filters can be specified using
reverted:
--- mozilla-firefox-adblock-0.5.2.039/debian/postinst
+++ mozilla-firefox-adblock-0.5.2.039.orig/debian/postinst
@@ -1,23 +0,0 @@
-#! /bin/sh
-# postinst script for adblock
-
-set -e
-
-case "$1" in
-    configure)
-        update-mozilla-firefox-chrome
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0
reverted:
--- mozilla-firefox-adblock-0.5.2.039/debian/postrm
+++ mozilla-firefox-adblock-0.5.2.039.orig/debian/postrm
@@ -1,20 +0,0 @@
-#! /bin/sh
-# postrm script for adblock
-
-set -e
-
-case "$1" in
-    remove)
-        update-mozilla-firefox-chrome
-        ;;
-    purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-        ;;
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-esac
-
-#DEBHELPER#
-
-exit 0
diff -u mozilla-firefox-adblock-0.5.2.039/debian/rules mozilla-firefox-adblock-0.5.2.039/debian/rules
--- mozilla-firefox-adblock-0.5.2.039/debian/rules
+++ mozilla-firefox-adblock-0.5.2.039/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_DESTDIR := debian/mozilla-firefox-adblock
 
-binary: binary-indep
+binary: binary-indep binary-arch
 
 build: build-stamp
 
@@ -50 +50,3 @@
-.PHONY: clean binary-indep binary install build
+binary-arch: ;
+
+.PHONY: clean binary-indep binary-arch binary install build

Reply via email to