summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-09-28 20:46:12 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-09-28 20:46:12 +0000
commitbe2d3759d2b9fb35b0e9c5c24f264d3dafbb1ed0 (patch)
tree3f61beb335516cf5dab2714de1d3c2801c320054 /debian/rules
parentdd9ebe3bbbe3ab48d73d03da498bfa74cc78b415 (diff)
* makefile fixes to make apt rosetta friendly
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 3bc9f53d9..1e339aade 100755
--- a/debian/rules
+++ b/debian/rules
@@ -213,6 +213,11 @@ apt: build debian/shlibs.local
# head -n 500 ChangeLog > debian/ChangeLog
+ # 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
+ rm -f po/*.pot
+
dh_installexamples -p$@ $(BLD)/docs/examples/*
dh_installman -p$@
dh_installcron -p$@