[libgtkdatabox] 01/02: Exclude compressed jquery.js from upstream source (its not used anyway)

Andreas Tille tille at debian.org
Mon Jul 28 07:01:19 UTC 2014


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

tille pushed a commit to branch master
in repository libgtkdatabox.

commit e596c14d4d70e0eb9dc47a8ccba2ec3a9bed3d45
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 28 08:49:30 2014 +0200

    Exclude compressed jquery.js from upstream source (its not used anyway)
---
 debian/changelog                | 3 ++-
 debian/copyright                | 1 +
 debian/rules                    | 3 ++-
 debian/source/lintian-overrides | 4 ++++
 debian/watch                    | 4 ++--
 5 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f374d0..c0e8db6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libgtkdatabox (1:0.9.2.0-5) UNRELEASED; urgency=medium
+libgtkdatabox (1:0.9.2.0+dfsg-1) UNRELEASED; urgency=medium
 
   * Use dh-autoreconf to update autoconf files (Thanks for the patch to
     Breno Leitao <brenohl at br.ibm.com>)
     Closes:  #755729
+  * Exclude compressed jquery.js from upstream source (its not used anyway)
 
  -- Andreas Tille <tille at debian.org>  Sun, 27 Jul 2014 21:07:25 +0200
 
diff --git a/debian/copyright b/debian/copyright
index 2be1473..d4fd58c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: GtkDatabox
 Upstream-Contact: Brian Phelps <lm317t at gmail.com>
 Source: http://sourceforge.net/projects/gtkdatabox
+Files-Excluded: api/html/jquery.js
 
 Files: *
 Copyright: © 1998-2012 Dr. Roland Bock <rbock at eudoxos.de>
diff --git a/debian/rules b/debian/rules
index 57a91a7..ead9519 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,4 +67,5 @@ override_dh_link:
 	dh_link -p$(devpkg) usr/share/doc/$(devpkg)/html usr/share/gtk-doc/html/gtkdatabox
 
 get-orig-source:
-	uscan --verbose --force-download
+	uscan --verbose --force-download --repack --compress xz
+
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
index e384454..a0ee86b 100644
--- a/debian/source/lintian-overrides
+++ b/debian/source/lintian-overrides
@@ -1,3 +1,7 @@
 # d-shlibs is requiring "Section: libs"
 libgtkdatabox source: binary-control-field-duplicates-source field "section" in package libgtkdatabox*
+# This are actually no compressed source files and the error a false positive
+libgtkdatabox source: source-is-missing api/html/search/all_70.js
+libgtkdatabox source: source-is-missing api/html/search/functions_67.js
+libgtkdatabox source: source-is-missing api/html/search/variables_70.js
 
diff --git a/debian/watch b/debian/watch
index 258a14a..f5efc7c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-
-http://sf.net/gtkdatabox/gtkdatabox-(.*)\.tar\.gz
+opts=uversionmangle=s/$/+dfsg/ \
+  http://sf.net/gtkdatabox/gtkdatabox-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgtkdatabox.git



More information about the debian-science-commits mailing list