summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2013-12-02 22:00:53 +0100
committerMichael Stapelberg <stapelberg@debian.org>2013-12-03 09:44:04 +0100
commitcb895de200911976ff11ae03206aa95ed6919234 (patch)
tree3a3a9768d380388f0dbec0ec36b02fed01a48f1c
parent1e78b232e28c799ad364fe2205ba40aa164751b2 (diff)
downloadgolang-cb895de200911976ff11ae03206aa95ed6919234.tar.gz
remove more obsolete godoc things
-rw-r--r--debian/control2
-rw-r--r--debian/control.base2
-rwxr-xr-xdebian/rules3
3 files changed, 2 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index f21e99f80..27b744ade 100644
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Package: golang-doc
Replaces: golang-weekly-doc
Conflicts: golang-weekly-doc
Provides: golang-weekly-doc
-Depends: ${misc:Depends}, golang-go, libjs-jquery
+Depends: ${misc:Depends}, golang-go
Architecture: all
Section: doc
Description: Go programming language compiler - documentation
diff --git a/debian/control.base b/debian/control.base
index a0a7334e6..a9ac2cd4b 100644
--- a/debian/control.base
+++ b/debian/control.base
@@ -57,7 +57,7 @@ Package: golang-doc
Replaces: golang-weekly-doc
Conflicts: golang-weekly-doc
Provides: golang-weekly-doc
-Depends: ${misc:Depends}, golang-go, libjs-jquery
+Depends: ${misc:Depends}, golang-go
Architecture: all
Section: doc
Description: Go programming language compiler - documentation
diff --git a/debian/rules b/debian/rules
index 436b9e938..ab5e3fdb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,9 +72,6 @@ override_dh_install:
mv pkg/$$file $(CURDIR)/debian/golang-go/usr/lib/go/pkg/$$file; \
done
dh_install --fail-missing
- # Replace jquery in the html documentation with a symlink to libjs-jquery.
- -rm $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/jquery.js && \
- ln -s /usr/share/javascript/jquery/jquery.min.js $(CURDIR)/debian/golang-doc/usr/share/doc/golang-doc/html/jquery.js
# Remove .syso files of the race detector; it is not used yet and the files are arch-dependent.
find $(CURDIR)/debian/golang-src/usr/share/go/src/pkg/runtime/race -type f -name '*.syso' -delete
# Remove Plan9 rc(1) scripts