[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7+dfsg-1-3-g204af85

David Prévot taffit at debian.org
Sat Jun 15 21:38:50 UTC 2013


The following commit has been merged in the master branch:
commit 204af8571295808074e94a42c6ec5df16885c9f6
Author: David Prévot <taffit at debian.org>
Date:   Mon Jun 3 15:51:30 2013 -0400

    Don’t ship an empty directory
    
    Using rmdir now, as discussed with Prach Pongpanich
    <CAF=n8MLqsddh+ujakeSgwONz8xck28gvTh4tPNwUcRQh381uyQ at mail.gmail.com>.
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 2e6cd09..309b42b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,7 @@ override_dh_install:
 	rm debian/owncloud/usr/share/owncloud/apps/updater/README
 	rm debian/owncloud/usr/share/owncloud/core/img/filetypes/readme*.txt
 	rm debian/owncloud/usr/share/owncloud/core/js/oc-vcategories.txt
+	rmdir debian/owncloud/usr/share/owncloud/apps/files_encryption/3rdparty
 	rm -r debian/owncloud/usr/share/owncloud/apps/files_encryption/tests
 	rm -r debian/owncloud/usr/share/owncloud/apps/user_ldap/tests
 

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list