[pkg-eucalyptus-commits] r274 - truth/debian

Steffen Möller moeller at alioth.debian.org
Wed Aug 29 15:04:01 UTC 2012


Author: moeller
Date: 2012-08-29 15:04:01 +0000 (Wed, 29 Aug 2012)
New Revision: 274

Modified:
   truth/debian/
   truth/debian/control
   truth/debian/rules
Log:
Added debian/rules get-orig-source target



Property changes on: truth/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: truth/debian/control
===================================================================
--- truth/debian/control	2012-08-29 05:35:36 UTC (rev 273)
+++ truth/debian/control	2012-08-29 15:04:01 UTC (rev 274)
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 8.0.0), ant-optional, java7-jdk, javahelper
 Build-Depends-Indep: maven-repo-helper, junit4
 Standards-Version: 3.9.3
-Homepage: https://github.com/truth0
+Homepage: https://github.com/truth0/truth
 
 Package: libtruth-java
 Architecture: all

Modified: truth/debian/rules
===================================================================
--- truth/debian/rules	2012-08-29 05:35:36 UTC (rev 273)
+++ truth/debian/rules	2012-08-29 15:04:01 UTC (rev 274)
@@ -18,3 +18,15 @@
 	dh_auto_clean
 	mh_clean
 	rm -rf *.jar
+
+get-orig-source:
+	if [ -d truth ]; then \
+	   echo "Please remove/rename existing 'truth' directory.\n"; \
+	else \
+	   git clone https://github.com/truth0/truth.git ; \
+	   cd truth ; \
+	   git checkout e3b40022c6e6b6a4fe33c04f51fb5b0c60e31ece ; \
+	   mv truth libtruth-java-0.7.0 ; \
+	   GZIP=-9n tar --exclude .git -czvf libtruth-java_0.7.0.orig.tar.gz libtruth-java-0.7.0 ; \
+	fi
+




More information about the pkg-eucalyptus-commits mailing list