From: Vincent Bernat Date: Sun, 22 Jun 2008 12:24:15 +0000 (+0000) Subject: Fix lintian warnings introduced by previous upload X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d43e342d0c66211a44d64a78fd2ffb1f725dfa9e;p=roundcube.git Fix lintian warnings introduced by previous upload --- diff --git a/debian/changelog b/debian/changelog index f50281a..5373935 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.2~alpha-2) UNRELEASED; urgency=low + + * Fix lintian warnings introduced by previous upload + + -- Vincent Bernat Sun, 22 Jun 2008 14:21:36 +0200 + roundcube (0.2~alpha-1) experimental; urgency=low * New upstream release @@ -12,7 +18,7 @@ roundcube (0.2~alpha-1) experimental; urgency=low * Add a new patch to fix a login problem * Depends on tinymce >= 3 - -- Vincent Bernat Sun, 22 Jun 2008 12:05:44 +0200 + -- Vincent Bernat Sun, 22 Jun 2008 14:10:44 +0200 roundcube (0.1.1-7) unstable; urgency=low diff --git a/debian/rules b/debian/rules index fea516c..4512e7b 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ binary-install/roundcube-core:: cp -r $(CURDIR)/debian/sql/* $(CURDIR)/debian/roundcube-core/usr/share/dbconfig-common/data/roundcube/upgrade/. # Some files are executable while not being scripts or binary... - find $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program/localization -type f -print0 | xargs -0 chmod -x + find $(CURDIR)/debian/roundcube-core/usr/share/roundcube/program -type f -print0 | xargs -r0 chmod -x # Remove useless file rm $(CURDIR)/debian/roundcube-core/usr/share/roundcube/bin/*.sh find $(CURDIR)/debian/roundcube-core -name '._*' -print0 | xargs -r0 rm