]> git.donarmstrong.com Git - roundcube.git/commitdiff
Fix lintian warnings introduced by previous upload
authorVincent Bernat <bernat@debian.org>
Sun, 22 Jun 2008 12:24:15 +0000 (12:24 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 17:39:18 +0000 (19:39 +0200)
debian/changelog
debian/rules

index f50281aaad30b47048986d596728c89f5dddced7..5373935c75f62bcfa7a7975141fe8b0269175f52 100644 (file)
@@ -1,3 +1,9 @@
+roundcube (0.2~alpha-2) UNRELEASED; urgency=low
+
+  * Fix lintian warnings introduced by previous upload
+
+ -- Vincent Bernat <bernat@debian.org>  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 <bernat@debian.org>  Sun, 22 Jun 2008 12:05:44 +0200
+ -- Vincent Bernat <bernat@debian.org>  Sun, 22 Jun 2008 14:10:44 +0200
 
 roundcube (0.1.1-7) unstable; urgency=low
 
index fea516c1737f17407ceff2dda755c70c8586a9c1..4512e7bc64e71be496835c102fdc73761eb5d95a 100755 (executable)
@@ -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