This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository eclipse-pydev.

commit 3846e57197750bbc95fa1277e51fe21636ed4db1
Author: Jakub Adam <[email protected]>
Date:   Fri Nov 22 08:30:31 2013 +0100

    build.xml confuses dh, so move it aside
---
 debian/rules |   10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index dbde72d..90996fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 export JAVA_HOME:=/usr/lib/jvm/default-java
 
 %:
+       # build.xml confuses dh, so move it aside
+       if [ -f build.xml ]; then \
+               mv build.xml build.xml.unused; \
+       fi
        dh $@ --with eclipse-helper
 
 override_dh_link:
@@ -10,5 +14,11 @@ override_dh_link:
        dh_link -peclipse-pydev /usr/share/jython/Lib \
                
/usr/share/eclipse/dropins/pydev/eclipse/plugins/$$JYTHON_BUNDLE/Lib
 
+override_dh_auto_clean:
+       dh_auto_clean
+       if [ -f build.xml.unused ]; then \
+               mv build.xml.unused build.xml; \
+       fi
+
 get-orig-source:
        debian/fetch-pydev.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/eclipse-pydev.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to