[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.06.09-2-36-gc00ace2

Ondřej Surý ondrej at sury.org
Wed Aug 24 15:22:17 UTC 2011


The following commit has been merged in the weekly-debian-sid branch:
commit c00ace2663030a0cbe09f8854a7b3f4a7d60374d
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed Aug 24 16:59:59 2011 +0200

    Fix missed replace in debconf templates

diff --git a/debian/golang-weekly-tools.config b/debian/golang-weekly-tools.config
index 61ae6a4..45c0b31 100644
--- a/debian/golang-weekly-tools.config
+++ b/debian/golang-weekly-tools.config
@@ -16,8 +16,8 @@ if [ -f $conffile ] ; then
     else
         DASHBOARD=false
     fi
-    db_set popularity-contest/dashboard "$DASHBOARD"
+    db_set golang-weekly-tools/dashboard "$DASHBOARD"
 fi
 
-db_input high popularity-contest/dashboard || [ $? -eq 30 ]
+db_input high golang-weekly-tools/dashboard || [ $? -eq 30 ]
 db_go || true
diff --git a/debian/golang-weekly-tools.postinst b/debian/golang-weekly-tools.postinst
index b511b97..330c7fb 100644
--- a/debian/golang-weekly-tools.postinst
+++ b/debian/golang-weekly-tools.postinst
@@ -50,11 +50,6 @@ case "$1" in
 	else
 	    # Replace only if the content changed, to avoid changing the
 	    # config file date when no change was done.
-
-	    # Commenting out the obsolete addresses, to use the
-	    # default config from /usr/share/ on hosts where
-	    # the old default was unchanged.  Replace the "empty" id.
-
 	    sedopts=" \
 		s/^DASHBOARD=.*$/DASHBOARD=\"$DASHBOARD\"/;   \
                 "

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list