[Debian-tex-commits] SVN tex-common commit + diffs: r3484 - tex-common/branches/sid/debian

Norbert Preining preining at alioth.debian.org
Sun Jul 27 18:15:08 UTC 2008


Author: preining
Date: 2008-07-27 18:15:08 +0000 (Sun, 27 Jul 2008)
New Revision: 3484

Modified:
   tex-common/branches/sid/debian/changelog
   tex-common/branches/sid/debian/postrm.functions
Log:
use the local keyword in a policy-compliant way 


Modified: tex-common/branches/sid/debian/changelog
===================================================================
--- tex-common/branches/sid/debian/changelog	2008-07-27 18:07:33 UTC (rev 3483)
+++ tex-common/branches/sid/debian/changelog	2008-07-27 18:15:08 UTC (rev 3484)
@@ -20,8 +20,9 @@
     (Closes: #492604) (this is RC, so urgency=medium) [np]
   * add debhelper token to debian/prerm [np]
   * bump standards version to 3.8, no changes necessary [np]
+  * use the local keyword in a policy-compliant way [np]
 
- -- Norbert Preining <preining at debian.org>  Sun, 27 Jul 2008 20:03:48 +0200
+ -- Norbert Preining <preining at debian.org>  Sun, 27 Jul 2008 20:14:28 +0200
 
 tex-common (1.11) unstable; urgency=medium
 

Modified: tex-common/branches/sid/debian/postrm.functions
===================================================================
--- tex-common/branches/sid/debian/postrm.functions	2008-07-27 18:07:33 UTC (rev 3483)
+++ tex-common/branches/sid/debian/postrm.functions	2008-07-27 18:15:08 UTC (rev 3484)
@@ -3,14 +3,16 @@
 #################################################################
 
 purge_file () {
-  local conffile="$1"
+  local conffile
+  conffile="$1"
   for ext in $PURGE_EXTENSIONS; do
     rm -f "${conffile}.${ext}"
   done
   rm -f "${conffile}"
 }
 purge_ucf_file () {
-  local conffile="$1"
+  local conffile
+  conffile="$1"
   purge_file $conffile
   if [ -x /usr/bin/ucf ]; then
     ucf --purge "${conffile}"




More information about the Debian-tex-commits mailing list