[doxia] 11/15: Removed the patch setting the source/target level to 1.4
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Aug 6 09:41:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag debian/1.1.4-3
in repository doxia.
commit 71622159a4f4fcf796f32e958d6ecaf2d770e356
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 5 13:09:33 2015 +0200
Removed the patch setting the source/target level to 1.4
---
debian/changelog | 1 +
.../0006-specificy-source-and-target-version.patch | 28 ----------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3bef888..b5db3a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ doxia (1.1.4-3) UNRELEASED; urgency=medium
in debian/libdoxia-java.poms
* Replaced the patch removing the dependency on doxia-core:test-jar
with a Maven rule
+ * Removed the patch setting the source/target level to 1.4
* Moved the package to Git
* Standards-Version updated to 3.9.6 (no changes)
* Switch to debhelper level 9
diff --git a/debian/patches/0006-specificy-source-and-target-version.patch b/debian/patches/0006-specificy-source-and-target-version.patch
deleted file mode 100644
index 99aaa60..0000000
--- a/debian/patches/0006-specificy-source-and-target-version.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Torsten Werner <twerner at debian.org>
-Date: Sat, 10 Sep 2011 00:14:48 +0200
-Subject: specificy source and target version
-
----
- pom.xml | 8 ++++++++
- 1 files changed, 8 insertions(+), 0 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 26c9f8f..22ad945 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -347,6 +347,14 @@ under the License.
- </execution>
- </executions>
- </plugin>
-+ <plugin>
-+ <groupId>org.apache.maven.plugins</groupId>
-+ <artifactId>maven-compiler-plugin</artifactId>
-+ <configuration>
-+ <source>1.4</source>
-+ <target>1.4</target>
-+ </configuration>
-+ </plugin>
- </plugins>
- </build>
-
---
diff --git a/debian/patches/series b/debian/patches/series
index 9f7e991..350fc12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
0001-modello.patch
0002-add-version-to-plexus-container-default.patch
0003-switch-to-plexus-component-metadata.patch
-0006-specificy-source-and-target-version.patch
0007-disable-plexus-javadoc.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/doxia.git
More information about the pkg-java-commits
mailing list