This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository openlayers.
commit 1242c6a51479fd5b3d815c38016a46c3f7e34477 Author: Bas Couwenberg <[email protected]> Date: Sun Mar 19 21:05:27 2017 +0100 Drop libjs-openlayers-doc binary package. See: #734101 (libjs-jquery-mobile not working) --- debian/changelog | 7 +++++++ debian/control | 21 +-------------------- debian/libjs-openlayers-doc.doc-base | 10 ---------- debian/libjs-openlayers-doc.examples | 1 - debian/libjs-openlayers-doc.install | 3 --- debian/libjs-openlayers-doc.links | 4 ---- debian/rules | 10 ---------- 7 files changed, 8 insertions(+), 48 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25ec764..2f40918 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openlayers (2.13.1+ds2-4) UNRELEASED; urgency=medium + + * Drop libjs-openlayers-doc binary package. + See: #734101 (libjs-jquery-mobile not working) + + -- Bas Couwenberg <[email protected]> Sun, 19 Mar 2017 21:03:39 +0100 + openlayers (2.13.1+ds2-3) unstable; urgency=medium * Update Vcs-Git URL to use HTTPS. diff --git a/debian/control b/debian/control index 7cd6eb0..0f1a36c 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,7 @@ Section: web Priority: extra Build-Depends: debhelper (>= 9), python -Build-Depends-Indep: node-uglify, - naturaldocs +Build-Depends-Indep: node-uglify Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/openlayers.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/openlayers.git @@ -25,21 +24,3 @@ Description: JavaScript library for displaying map data in web browsers geographic applications, similar to the Google Maps and MSN Virtual Earth APIs. -Package: libjs-openlayers-doc -Architecture: all -Section: doc -Depends: libjs-bootstrap, - libjs-jquery, - libjs-jquery-mobile, - ${misc:Depends} -Recommends: libjs-openlayers -Description: documentation for OpenLayers - OpenLayers is a pure JavaScript library for displaying map data in - most modern web browsers, with no server-side dependencies. - . - OpenLayers implements a JavaScript API for building rich web-based - geographic applications, similar to the Google Maps and MSN Virtual - Earth APIs. - . - This package contains documentation and examples of OpenLayers. - diff --git a/debian/libjs-openlayers-doc.doc-base b/debian/libjs-openlayers-doc.doc-base deleted file mode 100644 index 6d09fc6..0000000 --- a/debian/libjs-openlayers-doc.doc-base +++ /dev/null @@ -1,10 +0,0 @@ -Document: openlayers -Title: OpenLayers Documentation -Author: OpenLayers Contributors -Abstract: This manual describes what OpenLayers is - and how it can be used. -Section: Programming/Javascript - -Format: HTML -Index: /usr/share/doc/libjs-openlayers-doc/html/index.html -Files: /usr/share/doc/libjs-openlayers-doc/html/* diff --git a/debian/libjs-openlayers-doc.examples b/debian/libjs-openlayers-doc.examples deleted file mode 100644 index e39721e..0000000 --- a/debian/libjs-openlayers-doc.examples +++ /dev/null @@ -1 +0,0 @@ -examples/* diff --git a/debian/libjs-openlayers-doc.install b/debian/libjs-openlayers-doc.install deleted file mode 100644 index 01a6e1f..0000000 --- a/debian/libjs-openlayers-doc.install +++ /dev/null @@ -1,3 +0,0 @@ -gendoc/* /usr/share/doc/libjs-openlayers-doc/html/ -lib/Firebug/ /usr/share/doc/libjs-openlayers-doc/examples/ -notes/ /usr/share/doc/libjs-openlayers-doc/ diff --git a/debian/libjs-openlayers-doc.links b/debian/libjs-openlayers-doc.links deleted file mode 100644 index 4733774..0000000 --- a/debian/libjs-openlayers-doc.links +++ /dev/null @@ -1,4 +0,0 @@ -usr/share/javascript/bootstrap usr/share/doc/libjs-openlayers-doc/examples/bootstrap -usr/share/javascript/jquery usr/share/doc/libjs-openlayers-doc/examples/jquery -usr/share/javascript/jquery-mobile usr/share/doc/libjs-openlayers-doc/examples/jquery-mobile -usr/share/javascript/openlayers usr/share/doc/libjs-openlayers-doc/examples/openlayers diff --git a/debian/rules b/debian/rules index d130f21..95251ab 100755 --- a/debian/rules +++ b/debian/rules @@ -28,22 +28,12 @@ override_dh_auto_build: cd build && ./build.py tests.cfg OpenLayers.tests.js uglifyjs -o build/OpenLayers.tests.min.js build/OpenLayers.tests.js - mkdir gendoc - naturaldocs -i lib/ -o HTML gendoc/ -p doc_config/ -s Default OL - -override_dh_auto_clean: - dh_auto_clean - -rm -rf gendoc - override_dh_install: dh_install # Remove executable bit chmod 644 debian/*/usr/share/openlayers/img/*.png - # Remove duplicate license & readme - $(RM) debian/*/usr/share/doc/*/examples/Firebug/*.txt - override_dh_compress: dh_compress -Xexamples -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/openlayers.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

