This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit 4a9071b3f5c20d1ad2e48a9f2bb34c35977b1c22 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 22:56:21 2017 +0200 Removed debian/build.xml and the unused ant dependency --- debian/build.xml | 18 ------------------ debian/changelog | 1 + debian/control | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/debian/build.xml b/debian/build.xml deleted file mode 100644 index 76d720b..0000000 --- a/debian/build.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0"?> -<project name="debian-wss4j" default="jar" basedir=".."> - <import file="../build.xml"/> - <!-- This target is necessary so that "debuild clean" succeeds - on an unpatched build.xml --> - <target name="debian-clean"> - <delete dir="./build"/> - <delete> - <fileset dir="." includes="before*.xml"/> - <fileset dir="." includes="after*.xml"/> - <fileset dir="." includes="signed*.xml"/> - <fileset dir="." includes="server*.wsdd"/> - <fileset dir="." includes="client*.wsdd"/> - </delete> - <delete dir="./dist"/> - </target> - -</project> diff --git a/debian/changelog b/debian/changelog index adc193d..46ea962 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ wss4j (1.6.19-1) UNRELEASED; urgency=medium - Refreshed the patches * Added the missing build dependency on junit4 * Let maven-debian-helper populate the package dependencies + * Removed debian/build.xml and the unused ant dependency * Build with the DH sequencer instead of CDBS * Track and download the new releases from GitHub * Standards-Version updated to 4.0.0 diff --git a/debian/control b/debian/control index 344b1b9..f695dde 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Emmanuel Bourg <[email protected]>, tony mancill <[email protected]> Build-Depends: - ant, debhelper (>= 10), default-jdk, junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

