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

Ondřej Surý ondrej at sury.org
Wed Apr 11 21:27:03 UTC 2012


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

    Remove preserving of old -tools settings, there are too many options now anyway (Closes: #666007)

diff --git a/debian/golang-go.config b/debian/golang-go.config
index e8f94a9..30fe76f 100644
--- a/debian/golang-go.config
+++ b/debian/golang-go.config
@@ -19,16 +19,5 @@ if [ -f $conffile ] ; then
     db_set golang-go/dashboard "$DASHBOARD"
 fi
 
-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-go package
-[ -n "$RET" ] && golang-go/dashboard
-
-[ -n "$DASHBOARD" ] && db_set golang-go/dashboard "$DASHBOARD"
-
 db_input high golang-go/dashboard || [ $? -eq 30 ]
 db_go || true

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list