[plexus-compiler] 01/05: debian/rules: Improved the clean target to allow rebuilds
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Nov 6 00:40:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository plexus-compiler.
commit 8eaeeb5d7e6b8a78f4dfff54235a0f784dea06dc
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Nov 6 00:57:11 2013 +0100
debian/rules: Improved the clean target to allow rebuilds
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a9e9a11..cb5c8d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ plexus-compiler (1.8.3-1) UNRELEASED; urgency=low
* debian/control:
- Updated Standards-Version to 3.9.5 (no changes)
* Build depend on debhelper >= 9
+ * debian/rules: Improved the clean target to allow rebuilds
-- Ludovic Claude <ludovic.claude at laposte.net> Tue, 03 Jan 2012 00:27:31 +0100
diff --git a/debian/rules b/debian/rules
index e6fc131..3ccfdab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,8 @@ export ANT_ARGS=-Dbasedir=$(realpath .) -Dpackage=$(DEB_SOURCE_PACKAGE) -Dversio
%:
dh $@ --buildsystem=ant --with maven_repo_helper
+override_dh_auto_clean:
+ mh_unpatchpoms -plibplexus-compiler-java
+
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-compiler.git
More information about the pkg-java-commits
mailing list