[Pkg-golang-commits] [golang] 08/11: remove more obsolete godoc things

Michael Stapelberg michael at stapelberg.de
Mon Dec 2 23:33:55 UTC 2013


This is an automated email from the git hooks/post-receive script.

stapelberg pushed a commit to branch debian-sid
in repository golang.

commit 284d2f0628ff37f40ccb173605a1fe52262fa7c6
Author: Michael Stapelberg <stapelberg at debian.org>
Date:   Mon Dec 2 22:00:53 2013 +0100

    remove more obsolete godoc things
---
 debian/control      | 2 +-
 debian/control.base | 2 +-
 debian/rules        | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index f21e99f..27b744a 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 a0a7334..a9ac2cd 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 436b9e9..ab5e3fd 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list