[SCM] Packaging for Google Go branch, debian-sid, updated. debian/1%60.2-1-21-gaf42388

Ondřej Surý ondrej at sury.org
Fri Apr 6 14:34:24 UTC 2012


The following commit has been merged in the debian-sid branch:
commit 0bf6ca4f175b5bbd5dc523655eb888d936013b75
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Apr 6 16:01:51 2012 +0200

    Final removal of tools

diff --git a/debian/golang-go.config b/debian/golang-go.config
index 6e96c9c..e8f94a9 100644
--- a/debian/golang-go.config
+++ b/debian/golang-go.config
@@ -19,14 +19,14 @@ if [ -f $conffile ] ; then
     db_set golang-go/dashboard "$DASHBOARD"
 fi
 
-db_get golang-tools/dashboard || true
+db_get golang-go/dashboard || true
 if [ "$RET" = "yes" ] || [ "$RET" = "YES" ] || [ "$RET" = "true" ]; then
     DASHBOARD=true
 elif [ "$RET" = "no" ] || [ "$RET" = "no" ] || [ "$RET" = "false" ]; then
     DASHBOARD=false
 fi
-# Remove old settings from golang-tools package
-[ -n "$RET" ] && golang-tools/dashboard
+# Remove old settings from golang-go package
+[ -n "$RET" ] && golang-go/dashboard
 
 [ -n "$DASHBOARD" ] && db_set golang-go/dashboard "$DASHBOARD"
 

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list