diff options
author | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2015-10-09 09:42:56 +0200 |
---|---|---|
committer | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2015-10-09 09:42:56 +0200 |
commit | 85bd24d9cf9cccac94908d742ee616acd5465fbc (patch) | |
tree | 2d248b4e3ff9ef618808646149f6e4f3b691666d /debian | |
parent | f83d778871f0c2e8f06143cb925e729a438f781b (diff) | |
download | pbuilder-85bd24d9cf9cccac94908d742ee616acd5465fbc.tar pbuilder-85bd24d9cf9cccac94908d742ee616acd5465fbc.tar.gz |
update po during dh-clean
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 7ca6938..907de26 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,10 @@ export DH_VERBOSE=1 %: dh $@ +override_dh_clean: + debconf-updatepo + dh_clean + override_dh_compress: dh_compress -X.pdf |