diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-20 04:24:36 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:23:25 +0100 |
commit | 912d7b24ba768ed5937f0b4da82a69fbdec3afd6 (patch) | |
tree | e12549a3c4e09e289621e9ea467a3e45a6b5df38 /debian/squeeze/kdevelop | |
parent | 0da752f5e9f9413439b9e605bae0f545635794c2 (diff) | |
download | tde-packaging-912d7b24ba768ed5937f0b4da82a69fbdec3afd6.tar.gz tde-packaging-912d7b24ba768ed5937f0b4da82a69fbdec3afd6.zip |
Fix lintian overrides on Debian and Ubuntu
(cherry picked from commit 09baa28aa4748c02ca157089cac90ed45c767dfd)
Diffstat (limited to 'debian/squeeze/kdevelop')
-rw-r--r-- | debian/squeeze/kdevelop/debian/kdevelop-data-trinity.lintian | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/squeeze/kdevelop/debian/kdevelop-data-trinity.lintian b/debian/squeeze/kdevelop/debian/kdevelop-data-trinity.lintian index 7fae2cfa6..a78623689 100644 --- a/debian/squeeze/kdevelop/debian/kdevelop-data-trinity.lintian +++ b/debian/squeeze/kdevelop/debian/kdevelop-data-trinity.lintian @@ -1,11 +1,11 @@ # These files are provided to create new applications. -kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING -kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/COPYING.LIB -kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.QPL -kdevelop-data: extra-license-file usr/share/apps/kdevappwizard/template-common/LICENSE.BSD +kdevelop-data-trinity: extra-license-file opt/trinity/share/apps/kdevappwizard/template-common/COPYING +kdevelop-data-trinity: extra-license-file opt/trinity/share/apps/kdevappwizard/template-common/COPYING.LIB +kdevelop-data-trinity: extra-license-file opt/trinity/share/apps/kdevappwizard/template-common/LICENSE.QPL +kdevelop-data-trinity: extra-license-file opt/trinity/share/apps/kdevappwizard/template-common/LICENSE.BSD # This file is a template, not a script. -kdevelop-data: script-not-executable ./usr/share/apps/kdevfilecreate/file-templates/pl +kdevelop-data-trinity: script-not-executable ./opt/trinity/share/apps/kdevfilecreate/file-templates/pl # This file is used internally by kio_pydoc.la and invoked explicitly with python. -kdevelop-data: script-not-executable ./usr/share/apps/kio_pydoc/kde_pydoc.py +kdevelop-data-trinity: script-not-executable ./opt/trinity/share/apps/kio_pydoc/kde_pydoc.py # This file is used internally by libkdevcvsservice.la and invoked explicitly with sh. -kdevelop-data: script-not-executable ./usr/share/apps/kdevcvsservice/buildcvs.sh +kdevelop-data-trinity: script-not-executable ./opt/trinity/share/apps/kdevcvsservice/buildcvs.sh |