[Glibc-bsd-commits] r3145 - trunk/kfreebsd-8/debian

Aurelien Jarno aurel32 at alioth.debian.org
Fri Aug 6 06:37:28 UTC 2010


Author: aurel32
Date: 2010-08-06 06:37:05 +0000 (Fri, 06 Aug 2010)
New Revision: 3145

Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/kfreebsd-image.postinst.in
   trunk/kfreebsd-8/debian/kfreebsd-image.postrm.in
   trunk/kfreebsd-8/debian/kfreebsd-image.preinst.in
   trunk/kfreebsd-8/debian/kfreebsd-image.prerm.in
Log:
Fix a typo


Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-08-06 06:15:14 UTC (rev 3144)
+++ trunk/kfreebsd-8/debian/changelog	2010-08-06 06:37:05 UTC (rev 3145)
@@ -1,4 +1,4 @@
-kfreebsd-8 (8.1-3) unreleased; urgency=high
+kfreebsd-8 (8.1-3) unstable; urgency=high
 
   [ Aurelien Jarno ]
   * Backport adaptive_machine_arch support from -CURRENT, change and amd64

Modified: trunk/kfreebsd-8/debian/kfreebsd-image.postinst.in
===================================================================
--- trunk/kfreebsd-8/debian/kfreebsd-image.postinst.in	2010-08-06 06:15:14 UTC (rev 3144)
+++ trunk/kfreebsd-8/debian/kfreebsd-image.postinst.in	2010-08-06 06:37:05 UTC (rev 3145)
@@ -55,7 +55,7 @@
             fi
         fi
 
-        # Sanitize and quote maintaner script parameters
+        # Sanitize and quote maintainer script parameters
         for p in "$@"; do
             q="$(echo "$p" | sed -e "s/'/'\\''/g")"
             DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"

Modified: trunk/kfreebsd-8/debian/kfreebsd-image.postrm.in
===================================================================
--- trunk/kfreebsd-8/debian/kfreebsd-image.postrm.in	2010-08-06 06:15:14 UTC (rev 3144)
+++ trunk/kfreebsd-8/debian/kfreebsd-image.postrm.in	2010-08-06 06:37:05 UTC (rev 3145)
@@ -25,7 +25,7 @@
 
 case "$1" in
     remove)
-        # Sanitize and quote maintaner script parameters
+        # Sanitize and quote maintainer script parameters
         for p in "$@"; do
             q="$(echo "$p" | sed -e "s/'/'\\''/g")"
             DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"

Modified: trunk/kfreebsd-8/debian/kfreebsd-image.preinst.in
===================================================================
--- trunk/kfreebsd-8/debian/kfreebsd-image.preinst.in	2010-08-06 06:15:14 UTC (rev 3144)
+++ trunk/kfreebsd-8/debian/kfreebsd-image.preinst.in	2010-08-06 06:37:05 UTC (rev 3145)
@@ -20,7 +20,7 @@
 
 case "$1" in
     install|upgrade)
-        # Sanitize and quote maintaner script parameters
+        # Sanitize and quote maintainer script parameters
         for p in "$@"; do
             q="$(echo "$p" | sed -e "s/'/'\\''/g")"
             DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"

Modified: trunk/kfreebsd-8/debian/kfreebsd-image.prerm.in
===================================================================
--- trunk/kfreebsd-8/debian/kfreebsd-image.prerm.in	2010-08-06 06:15:14 UTC (rev 3144)
+++ trunk/kfreebsd-8/debian/kfreebsd-image.prerm.in	2010-08-06 06:37:05 UTC (rev 3145)
@@ -23,7 +23,7 @@
 
 case "$1" in
     remove)
-        # Sanitize and quote maintaner script parameters
+        # Sanitize and quote maintainer script parameters
         for p in "$@"; do
             q="$(echo "$p" | sed -e "s/'/'\\''/g")"
             DEB_MAINT_PARAMS="$DEB_MAINT_PARAMS '$q'"




More information about the Glibc-bsd-commits mailing list