[Pkg-sdl-commits] [libsdl2-gfx] 05/05: Update changelog

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu Oct 30 12:20:07 UTC 2014


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

locutusofborg-guest pushed a commit to branch master
in repository libsdl2-gfx.

commit 6c070219c5c0260979b763f688b3354d751f2cc3
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Oct 30 13:12:47 2014 +0100

    Update changelog
---
 debian/README.source | 20 ++++++++++++++++++++
 debian/changelog     |  4 +++-
 debian/rules         |  4 +---
 3 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..642c179
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+The source is repacked because upstream ships a minified js without
+the corresponding source code.
+Since because of bug 622147 doxygen doesn't need to include an jquery file
+when both GENERATE_TREEVIEW and SEARCHENGINE are set to false, and since
+this project don't use (yet) them, we simply strip it from the source tree.
+If GENERATE_TREEVIEW or SEARCHENGINE will one day in a future release enabled
+we will simply get the lintian warning about embedded jquery in the doc package
+and leave it to avoid broken documentation.
+
+References:
+https://lists.debian.org/debian-mentors/2012/11/msg00310.html
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736360
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751727
+/usr/share/doc/doxygen/REAMDE.jquery
+"
+It is not considered a problem for Doxygen or packages using Doxygen to embed
+jquery. In fact replacing the `jquery.js` file created by Doxygen likely
+results in broken documentation. Packages doing that are buggy. Lintian will
+have to learn that a `jquery.js` embedded by Doxygen is a normal thing.
+"
diff --git a/debian/changelog b/debian/changelog
index f651b57..36b59b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libsdl2-gfx (1.0.1-2) UNRELEASED; urgency=medium
+libsdl2-gfx (1.0.1+dfsg-1) UNRELEASED; urgency=medium
 
+  * Reimport without jquery in the source tree.
   * Do not symlink jquery from doxygen, this will result in a
     broken documentation. cfr: 736360.
   * Bump std-version, no changes required.
+  * Update copyright file.
 
  -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 25 Oct 2014 19:08:30 +0200
 
diff --git a/debian/rules b/debian/rules
index d0dbd7d..a17ac10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
 
 override_dh_install:
-	# do not install jquery, we don't have GENERATE_TREEVIEW nor SEARCHENGINE set
-	# cfr bug 622147
-	dh_install --fail-missing -XlibSDL2_gfx.la -Xjquery.js
+	dh_install --fail-missing -XlibSDL2_gfx.la
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-gfx.git



More information about the pkg-sdl-commits mailing list