[easymock] 14/41: Moved build.xml to debian/build.xml
Markus Koschany
apo-guest at moszumanska.debian.org
Tue Nov 25 16:49:10 GMT 2014
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository easymock.
commit c0f6da2b4f925d23d292d28e2b44c200a536099e
Author: Jan-Pascal van Best <janpascal at vanbest.org>
Date: Wed Sep 10 19:28:05 2008 +0000
Moved build.xml to debian/build.xml
---
build.xml => debian/build.xml | 2 +-
debian/changelog | 1 +
debian/rules | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/build.xml b/debian/build.xml
similarity index 97%
rename from build.xml
rename to debian/build.xml
index 77fa4dc..55116a5 100644
--- a/build.xml
+++ b/debian/build.xml
@@ -1,4 +1,4 @@
-<project name="easymock" default="dist" basedir=".">
+<project name="easymock" default="dist" basedir="..">
<description>
build file for easymock
</description>
diff --git a/debian/changelog b/debian/changelog
index 200a576..d07f0e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ easymock (2.4+ds1-2) unstable; urgency=low
* Updated debian/watch to work again with upstream version numbering
* Added DM-Upload-Allowed: yes to debian/control
+ * Moved build.xml to debian/ to silence Lintian about it
-- Jan-Pascal van Best <janpascal at vanbest.org> Mon, 08 Sep 2008 16:03:48 +0200
diff --git a/debian/rules b/debian/rules
index 4f10015..4432657 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ JAR = $(JAVA_HOME)/bin/jar
# Set ant parameters
DEB_ANT_BUILD_TARGET = jar javadoc
+DEB_ANT_BUILDFILE = debian/build.xml
DEB_ANT_CHECK_TARGET = test
DEB_JARS = ant-junit junit4
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easymock.git
More information about the pkg-java-commits
mailing list