summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-02-14 16:54:39 +0100
committerOndřej Surý <ondrej@sury.org>2011-02-14 16:54:39 +0100
commitfe4c116f19f573ccdfa4dd6068909bf293f68553 (patch)
treecf48e86bd72d5df58c4eba25792f18ce02cd8d6c
parentf8125aef8a2c179db111379a9a833769a9b3ac13 (diff)
downloadgolang-fe4c116f19f573ccdfa4dd6068909bf293f68553.tar.gz
Remove ${shlibs:Depends} where it doesn't belong
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a171f9b70..15be4b2e4 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Description: Go programming language compiler
Package: golang-doc
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
Section: doc
Description: Documentation for Google's Go programming language
This package provides the documentation for the Go programming
@@ -51,7 +51,7 @@ Description: Documentation for Google's Go programming language
Package: golang-tools
Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
Description: Tools for Google's Go programming language
This package provides various tools for the Go programming language:
* godoc - extracts and generates documentation for Go programs