[maven-replacer-plugin] 01/04: wrap-and-sort
Timo Aaltonen
tjaalton at moszumanska.debian.org
Thu Aug 14 21:21:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton pushed a commit to branch master
in repository maven-replacer-plugin.
commit 38fe5b4c99e5728ab8d4be01d85eef91fa3d237d
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Aug 15 00:02:23 2014 +0300
wrap-and-sort
---
debian/control | 23 ++++++++++++++---------
debian/copyright | 1 -
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index 543cc67..192a3ed 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,14 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: libmaven-plugin-tools-java (>= 3.2), ant, libcommons-io-java, libcommons-lang-java (>= 2.6),
- libmaven2-core-java, libxerces2-java
+Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends-Indep:
+ ant,
+ libcommons-io-java,
+ libcommons-lang-java (>= 2.6),
+ libmaven-plugin-tools-java (>= 3.2),
+ libmaven2-core-java,
+ libxerces2-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/replacer.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/replacer.git
@@ -13,12 +18,12 @@ Homepage: http://code.google.com/p/maven-replacer-plugin
Package: libreplacer-java
Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Maven plugin to replace tokens in a given file with a value
- This plugin is typically used to change database or network configuration within a
- project during a maven build. It also can perform some advanced text replacement
- functions, such as providing a separate token/value file to keep your build script
- concise, writing resulting text after replacement to a separate file and token
- matching with regular expressions. There is even support for making exact document
+ This plugin is typically used to change database or network configuration within a
+ project during a maven build. It also can perform some advanced text replacement
+ functions, such as providing a separate token/value file to keep your build script
+ concise, writing resulting text after replacement to a separate file and token
+ matching with regular expressions. There is even support for making exact document
node replacements via X-Path.
diff --git a/debian/copyright b/debian/copyright
index 3a497ff..6ea830b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -28,4 +28,3 @@ License: MIT
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-replacer-plugin.git
More information about the pkg-java-commits
mailing list