[Debian-tex-commits] SVN tex-common commit + diffs: r5246 - in tex-common/branches/v3: debian scripts

Norbert Preining preining at alioth.debian.org
Wed Mar 21 14:23:16 UTC 2012


Author: preining
Date: 2012-03-21 14:23:15 +0000 (Wed, 21 Mar 2012)
New Revision: 5246

Modified:
   tex-common/branches/v3/debian/changelog
   tex-common/branches/v3/scripts/postinst-tex
   tex-common/branches/v3/scripts/postrm-tex
Log:
do not add break down in maintainer scripts


Modified: tex-common/branches/v3/debian/changelog
===================================================================
--- tex-common/branches/v3/debian/changelog	2012-03-21 14:18:53 UTC (rev 5245)
+++ tex-common/branches/v3/debian/changelog	2012-03-21 14:23:15 UTC (rev 5246)
@@ -7,8 +7,11 @@
       of all providing packages!)
     - adapt dh_installtex for new format
   * start fixing the TeX-Debian-Policy document
+  * do not add a universal fail clause in the debhelper generated
+    maintainer scripts parts if the script is called with an
+    unknown argument (scripts/post{inst,rm}-tex)
 
- -- Norbert Preining <preining at debian.org>  Wed, 21 Mar 2012 22:24:25 +0900
+ -- Norbert Preining <preining at debian.org>  Wed, 21 Mar 2012 23:22:06 +0900
 
 tex-common (3.3) experimental; urgency=low
 

Modified: tex-common/branches/v3/scripts/postinst-tex
===================================================================
--- tex-common/branches/v3/scripts/postinst-tex	2012-03-21 14:18:53 UTC (rev 5245)
+++ tex-common/branches/v3/scripts/postinst-tex	2012-03-21 14:23:15 UTC (rev 5246)
@@ -152,10 +152,6 @@
         fi
     ;;
 
-    *)
-        echo "postinst called with unknown argument '$1'" >&2
-        exit 1
-    ;;
 esac
 
 # Let vim know that we don't want tabs

Modified: tex-common/branches/v3/scripts/postrm-tex
===================================================================
--- tex-common/branches/v3/scripts/postrm-tex	2012-03-21 14:18:53 UTC (rev 5245)
+++ tex-common/branches/v3/scripts/postrm-tex	2012-03-21 14:23:15 UTC (rev 5246)
@@ -93,10 +93,6 @@
     purge|upgrade|failed-upgrade|abort-upgrade|abort-install)
     ;;
 
-    *)
-        echo "postrm called with unknown argument '$1'" >&2
-        exit 1
-    ;;
 esac
 
 # Let vim know that we don't want tabs




More information about the Debian-tex-commits mailing list