[lombok-ast] 02/08: use upstream git commit that is equivalent to Google's 0.2.3 version
Hans-Christoph Steiner
eighthave at moszumanska.debian.org
Fri Dec 18 09:30:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
eighthave pushed a commit to branch master
in repository lombok-ast.
commit 0c089d3f9872fa08d987799578891de545322ee8
Author: Hans-Christoph Steiner <hans at eds.org>
Date: Fri Dec 18 09:42:20 2015 +0100
use upstream git commit that is equivalent to Google's 0.2.3 version
Google started making their own releases, upstream included Google's
patches but haven't made a release yet.
---
debian/changelog | 2 +-
debian/rules | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 440a7ed..7762388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-lombok-ast (0.2.3-1) unstable; urgency=low
+lombok-ast (0.2+0git75f2e90-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
diff --git a/debian/rules b/debian/rules
index ce15cce..f2b06af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,11 @@ include /usr/share/dpkg/default.mk
+
+GIT_COMMIT_ID = $(shell echo $(DEB_VERSION_UPSTREAM) | sed 's,[0-9][0-9.]*+[0-9]git,,')
+newtarball = new$(DEB_VERSION_UPSTREAM).tar.gz
+get-orig-source:
+ wget --continue -O $(newtarball) \
+ https://github.com/rzwitserloot/lombok.ast/archive/$(GIT_COMMIT_ID).tar.gz
+ sha256sum $(newtarball)
+ mk-origtargz --rename $(newtarball)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lombok-ast.git
More information about the pkg-java-commits
mailing list