[SCM] eclipse-eclox packaging branch, master, updated. upstream/0.10.0-12-g8a41186

Graham Inggs graham at nerve.org.za
Sun Jul 7 20:07:33 UTC 2013


The following commit has been merged in the master branch:
commit 8a411860065a8b2ed1422736f2e26d370f0c9f27
Author: Graham Inggs <graham at nerve.org.za>
Date:   Sun Jul 7 22:06:48 2013 +0200

    Update d/rules: remove get-packaged-orig-source

diff --git a/debian/rules b/debian/rules
index 3f0e8ae..954e778 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,26 +1,9 @@
 #!/usr/bin/make -f
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-SVN_REVISION=466
-DEB_UPSTREAM_VERSION=0.8.0+svn$(SVN_REVISION)
-SRC_DIR=eclipse-eclox_$(DEB_UPSTREAM_VERSION).orig
-TARBALL=$(SRC_DIR).tar.gz
 
 %:
 	dh $@ --with eclipse-helper
 
 override_dh_installchangelogs:
 	dh_installchangelogs eclox/CHANGES
-
-get-packaged-orig-source::
-	rm -rf $(SRC_DIR)
-	svn export -r $(SVN_REVISION) http://svn.gna.org/svn/eclox/trunk $(SRC_DIR)
-
-        # prevent 34MB of doxygen binary distributions from ending up in the source tarball
-	rm -rf $(SRC_DIR)/eclox.core.doxygen/bin
-
-	GZIP='--best --no-name' tar czf ../$(TARBALL) $(SRC_DIR)	
-	rm -rf $(SRC_DIR)
-	
-../$(TARBALL):: get-packaged-orig-source
-

-- 
eclipse-eclox packaging



More information about the pkg-java-commits mailing list