diff options
author | Egil Moeller <egil.moller@freecode.no> | 2010-05-08 23:15:50 +0200 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2010-05-08 23:15:50 +0200 |
commit | e6c45eb7884e8845cfa0cf3741f8609771a6b1b9 (patch) | |
tree | e0ff357b68d8523b2daf87397031f3812aacd8d9 /debian | |
parent | 964580a0f3ca14479ab5c3f7e12f5716e69465a4 (diff) | |
download | etherpad-e6c45eb7884e8845cfa0cf3741f8609771a6b1b9.tar.gz etherpad-e6c45eb7884e8845cfa0cf3741f8609771a6b1b9.tar.xz etherpad-e6c45eb7884e8845cfa0cf3741f8609771a6b1b9.zip |
Bugfix for git-buildpackage and the translation system
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2c692b1..d1253c7 100755 --- a/debian/rules +++ b/debian/rules @@ -19,8 +19,8 @@ build-stamp: touch build-stamp clean: - # update template translation strings: - debconf-updatepo + # update template translation strings commented out as git-buildpackage complains that the file changes all the times otherwise... + # debconf-updatepo dh_testdir dh_testroot rm -f build-stamp |