diff options
Diffstat (limited to 'debian/rules')
-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 |