[plexus-interpolation] 13/14: New upstream release (1.19)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 8 22:38:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository plexus-interpolation.

commit 9605f1cec421f91a76657a0113f0df11eedaf530
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 18 23:36:17 2013 +0000

    New upstream release (1.19)
---
 debian/changelog                                   |  6 ++++-
 debian/maven.properties                            |  2 ++
 .../patches/0001-add-test-dependency-junit.patch   | 29 ----------------------
 debian/patches/series                              |  1 -
 4 files changed, 7 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21d921d..c36193b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
-plexus-interpolation (1.11-4) UNRELEASED; urgency=low
+plexus-interpolation (1.19-1) unstable; urgency=low
 
   * Team upload.
+  * New upstream release:
+    - Set source/target level to 1.6
+    - Removed 0001-add-test-dependency-junit.patch
   * debian/control:
     - Updated Standards-Version to 3.9.4 (no changes)
     - Use canonical URLs for the Vcs-* fields
+  * Build depend on debhelper >= 9
   * debian/watch: Updated to catch the new versions on Github
 
  -- Emmanuel Bourg <ebourg at apache.org>  Sat, 19 Oct 2013 01:08:57 +0200
diff --git a/debian/maven.properties b/debian/maven.properties
index 7c29bd7..ebdc2d8 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -2,3 +2,5 @@
 # For example:
 # maven.test.skip=true
 
+maven.compiler.source=1.6
+maven.compiler.target=1.6
diff --git a/debian/patches/0001-add-test-dependency-junit.patch b/debian/patches/0001-add-test-dependency-junit.patch
deleted file mode 100644
index df310a6..0000000
--- a/debian/patches/0001-add-test-dependency-junit.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Torsten Werner <twerner at debian.org>
-Date: Sun, 28 Aug 2011 21:56:54 +0200
-Subject: [PATCH] add test dependency junit
-
----
- pom.xml |   11 ++++++++++-
- 1 files changed, 10 insertions(+), 1 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 2af083d..0d811fe 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -17,4 +17,13 @@
-     <developerConnection>scm:svn:https://svn.codehaus.org/plexus/plexus-components/tags/plexus-interpolation-1.11</developerConnection>
-     <url>http://fisheye.codehaus.org/browse/plexus/plexus-components/tags/plexus-interpolation-1.11</url>
-   </scm>
--</project>
-\ No newline at end of file
-+
-+  <dependencies>
-+    <dependency>
-+      <groupId>junit</groupId>
-+      <artifactId>junit</artifactId>
-+      <version>3.8.2</version>
-+      <scope>test</scope>
-+    </dependency>
-+  </dependencies>
-+</project>
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 46a4d5d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-add-test-dependency-junit.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-interpolation.git



More information about the pkg-java-commits mailing list