diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-31 20:56:17 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-10-31 20:56:17 +0200 |
commit | acbd8c84cf41ab41172d6197439c36f71220e40e (patch) | |
tree | 2d0235139012252342e12b421e9a268f87a6b96a /debian/rules | |
parent | 20ba2505a3a2e9f2c526800d154270edce22d78f (diff) |
Added lintian override of 'must depend on python.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3b9a115d7..f6ff3c47a 100755 --- a/debian/rules +++ b/debian/rules @@ -217,6 +217,9 @@ apt: build debian/shlibs.local cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove # head -n 500 ChangeLog > debian/ChangeLog + # copy lintian override + cp share/lintian-overrides debian/$@/usr/share/lintian/overrides/apt + # make rosetta happy and remove pot files in po/ (but leave stuff # in po/domains/* untouched) and cp *.po into each domain dir rm -f build/po/*.pot |