[debian-edu-commits] debian-edu/ 62/183: Added override for spurious lintian warnings

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:34 UTC 2014


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

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 95453ba41061c60afea7d9f57f47151381497404
Author: Bart Cornelis <cobaco at linux.be>
Date:   Sun May 15 14:18:02 2005 +0000

    Added override for spurious lintian warnings
---
 debian/desktop-profiles.overrides | 6 ++++++
 debian/dirs                       | 1 +
 debian/rules                      | 1 +
 3 files changed, 8 insertions(+)

diff --git a/debian/desktop-profiles.overrides b/debian/desktop-profiles.overrides
new file mode 100644
index 0000000..d00e3e1
--- /dev/null
+++ b/debian/desktop-profiles.overrides
@@ -0,0 +1,6 @@
+# the below script is only sourced by the /etc/X11/Xsession, never executed
+# the shebang line is there to document the script language used
+desktop-profiles: script-not-executable ./etc/X11/Xsession.d/20desktop-profiles_activateDesktopProfiles
+
+# shell library, only sourced (executing doesn't make any sense, as it wouldn't do anything)
+desktop-profiles: script-not-executable ./usr/share/desktop-profiles/listingmodule
diff --git a/debian/dirs b/debian/dirs
index 02eba27..e39235b 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1 +1,2 @@
 etc/X11/Xsession.d
+usr/share/lintian/overrides
diff --git a/debian/rules b/debian/rules
index ea16156..1fd4235 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ install: build
 binary-indep: build install
 	dh_testdir
 	dh_testroot	
+	install --mode 644 debian/desktop-profiles.overrides debian/desktop-profiles/usr/share/lintian/overrides/desktop-profiles
 	make install-l10n PREFIX=./debian/desktop-profiles/usr
 	dh_installchangelogs
 	dh_installdocs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list