diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-06-17 00:43:37 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-06-17 00:43:37 +0200 |
commit | e91dcfb39560913f38ffab3a7bbb73331538622c (patch) | |
tree | 1064415d8bce2f69f6afc6f5a1f36905792e2803 | |
parent | 48d3a5f4ac3675b66ad3bb25d570c707dc883879 (diff) | |
download | screen-e91dcfb39560913f38ffab3a7bbb73331538622c.tar.gz |
Run debconf-updatepo automatically in clean target
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ebdbe17..f5b5cdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ screen (4.1.0~20120320gitdb59704-3) UNRELEASED; urgency=low + Simplified Chinese (Closes: #677726; Thanks Aron Xu!) + Danish (Closes: #677748; Thanks Joe Hansen!) + Swedish (Closes: #677752; Thanks Martin Bagge!) + * Run debconf-updatepo automatically in clean target -- Axel Beckert <abe@debian.org> Sat, 16 Jun 2012 22:05:45 +0200 diff --git a/debian/rules b/debian/rules index ff2d5f6..66a5fb6 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ clean: test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean dh_autoreconf_clean dh_clean config.log config.status Makefile + debconf-updatepo configure: configure-stamp configure-stamp: |