[maven-invoker] 05/17: * Team upload. * New upstream release. * Bump Standards-Version to 3.9.2. No changes were required. * Small fix in long description. * Add mh_clean call in clean target.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 18 22:15:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-invoker.
commit 9e6141233cfdd35d0fb52a46be161c44a82b0890
Author: Miguel Landaeta <nomadium at debian.org>
Date: Mon Aug 15 02:01:40 2011 +0000
* Team upload.
* New upstream release.
* Bump Standards-Version to 3.9.2. No changes were required.
* Small fix in long description.
* Add mh_clean call in clean target.
---
debian/changelog | 10 ++++++++++
debian/control | 4 ++--
debian/rules | 1 +
debian/source/format | 1 +
4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0fc57c5..47cac52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+maven-invoker (2.0.11-1) UNRELEASED; urgency=low
+
+ * Team upload.
+ * New upstream release.
+ * Bump Standards-Version to 3.9.2. No changes were required.
+ * Small fix in long description.
+ * Add mh_clean call in clean target.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Sun, 14 Aug 2011 20:37:32 -0430
+
maven-invoker (2.0.10-2) unstable; urgency=low
* Upload to unstable.
diff --git a/debian/control b/debian/control
index 0283685..988d1c1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: default-jdk, debhelper (>= 6), cdbs
Build-Depends-Indep: maven-repo-helper, maven-ant-helper (>> 4), ant, ant-optional,
junit, libmaven-plugin-tools-java, libplexus-component-metadata-java (>= 1.0~beta3.0.7),
libplexus-utils-java
-Standards-Version: 3.8.1
+Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/maven-invoker
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/maven-invoker/
Homepage: http://maven.apache.org/shared/maven-invoker/
@@ -31,4 +31,4 @@ Description: Maven Invoker
* Providing guidelines for best practices development
* Allowing transparent migration to new features
.
- This packages provides a component to programmatically invoke Maven.
+ This package provides a component to programmatically invoke Maven.
diff --git a/debian/rules b/debian/rules
index b14189d..8407a18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,6 @@ binary-post-install/lib$(PACKAGE)-java::
clean::
-rm -rf debian/tmp
+ mh_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-invoker.git
More information about the pkg-java-commits
mailing list