[ant] 06/17: Removed the unused PACKAGE variable in debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Jan 12 14:39:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ant.
commit 06827f2f9ca786361acaa132ae2b384b89315ed2
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Jan 12 11:19:39 2017 +0100
Removed the unused PACKAGE variable in debian/rules
---
debian/changelog | 1 +
debian/rules | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6a3a378..93216ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ant (1.9.8-2) UNRELEASED; urgency=medium
* Removed 0008-junit4-replace-assumeFalse.patch
* Link the build dependencies to lib/optional as expected by the build
and removed the classpath tweaks
+ * Removed the unused PACKAGE variable in debian/rules
-- Emmanuel Bourg <ebourg at apache.org> Wed, 11 Jan 2017 17:46:06 +0100
diff --git a/debian/rules b/debian/rules
index adf3c42..f48053a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,6 @@ export BOOTJAVAC_OPTS=-source 1.5 -target 1.5 -nowarn
# needed for building with bootstrap ant
export ANT_HOME := bootstrap
-PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
DATE := $(shell dpkg-parsechangelog --show-field Date)
TODAY := $(shell date --date='$(DATE)' --utc +'%B %-d %Y')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant.git
More information about the pkg-java-commits
mailing list