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 /ubuntu/maverick/kdevelop.cmake/debian/cdbs | |
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 'ubuntu/maverick/kdevelop.cmake/debian/cdbs')
-rw-r--r-- | ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk index d135c4257..4a11bc028 100644 --- a/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/kdevelop.cmake/debian/cdbs/debian-qt-kde.mk @@ -75,11 +75,11 @@ $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: if test -x /usr/bin/dh_desktop; then dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS); fi if test -e debian/$(cdbs_curpkg).lintian; then \ install -p -D -m644 debian/$(cdbs_curpkg).lintian \ - debian/$(cdbs_curpkg)/opt/trinity/share/lintian/overrides/$(cdbs_curpkg); \ + debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \ fi if test -e debian/$(cdbs_curpkg).presubj; then \ install -p -D -m644 debian/$(cdbs_curpkg).presubj \ - debian/$(cdbs_curpkg)/opt/trinity/share/bug/$(cdbs_curpkg)/presubj; \ + debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \ fi binary-install/$(DEB_SOURCE_PACKAGE)-doc-html:: |