[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%58.1-2-25-ga6bb7fb

Ondřej Surý ondrej at sury.org
Thu Oct 6 07:34:09 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 50b6ec5c57d87ad2466071fa957dfaff079f32be
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