[Pkg-owncloud-commits] [SCM] php-sabredav.git branch, master, updated. debian/1.6.3-1-17-g3affe9b

David Prévot taffit at debian.org
Wed Mar 27 02:56:56 UTC 2013


The following commit has been merged in the master branch:
commit 3affe9b1ca735ca6a34c098075b7ff6fdafc9d4c
Author: David Prévot <taffit at debian.org>
Date:   Tue Mar 26 22:13:48 2013 -0400

    Override dh_auto_clean and dh_auto_build
    
    No need to be confused by build.xml: we currently just need to ship the
    lib content, not build the API doc, nor upload a ZIP archive to upstream
    repository.

diff --git a/debian/rules b/debian/rules
index dd8ef17..150f86f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,7 @@
 %:
 	dh $@
 
+override_dh_auto_clean override_dh_auto_build:
+
 get-orig-source:
 	uscan --verbose
-
-override_dh_auto_clean:
-	rm -f build.xml

-- 
php-sabredav.git



More information about the Pkg-owncloud-commits mailing list