[freehep-chartableconverter-plugin] 01/03: Remove patches.
Giovanni Mascellani
gio at moszumanska.debian.org
Thu Sep 28 09:28:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
gio pushed a commit to branch master
in repository freehep-chartableconverter-plugin.
commit ae4fa64064ed22d9926d31b83c38566239400b2b
Author: Giovanni Mascellani <gio at debian.org>
Date: Thu Sep 28 11:00:26 2017 +0200
Remove patches.
---
debian/changelog | 7 +++++++
debian/patches/classpath.diff | 31 -------------------------------
debian/patches/plexus.diff | 19 -------------------
debian/patches/series | 2 --
4 files changed, 7 insertions(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aab0e8b..b5ea4d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+freehep-chartableconverter-plugin (2.0-10) UNRELEASED; urgency=medium
+
+ * Remove patches, that were useless and caused FTBFS in freehep-graphics2d
+ (closes: #871326).
+
+ -- Giovanni Mascellani <gio at debian.org> Thu, 28 Sep 2017 10:59:20 +0200
+
freehep-chartableconverter-plugin (2.0-9) unstable; urgency=medium
* Team upload.
diff --git a/debian/patches/classpath.diff b/debian/patches/classpath.diff
deleted file mode 100644
index 2b284a6..0000000
--- a/debian/patches/classpath.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Giovanni Mascellani <gio at debian.org>
-Subject: Add classpath to compiled JAR
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: freehep-chartableconverter-plugin/pom.xml
-===================================================================
---- freehep-chartableconverter-plugin.orig/pom.xml
-+++ freehep-chartableconverter-plugin/pom.xml
-@@ -19,6 +19,22 @@
- <url>http://java.freehep.org/maven2</url>
- </repository>
- </repositories>
-+ <build>
-+ <plugins>
-+ <plugin>
-+ <artifactId>maven-jar-plugin</artifactId>
-+ <configuration>
-+ <archive>
-+ <manifest>
-+ <addClasspath>true</addClasspath>
-+ <classpathLayoutType>repository</classpathLayoutType>
-+ <classpathPrefix>/usr/share/maven-repo</classpathPrefix>
-+ </manifest>
-+ </archive>
-+ </configuration>
-+ </plugin>
-+ </plugins>
-+ </build>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
diff --git a/debian/patches/plexus.diff b/debian/patches/plexus.diff
deleted file mode 100644
index f93f178..0000000
--- a/debian/patches/plexus.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Giovanni Mascellani <gio at debian.org>
-Subject: Add dependency on plexus-utils
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: freehep-chartableconverter-plugin/pom.xml
-===================================================================
---- freehep-chartableconverter-plugin.orig/pom.xml
-+++ freehep-chartableconverter-plugin/pom.xml
-@@ -25,6 +25,10 @@
- <artifactId>plexus-compiler-api</artifactId>
- </dependency>
- <dependency>
-+ <groupId>org.codehaus.plexus</groupId>
-+ <artifactId>plexus-utils</artifactId>
-+ </dependency>
-+ <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- </dependency>
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4e742c9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-plexus.diff
-classpath.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freehep/freehep-chartableconverter-plugin.git
More information about the pkg-java-commits
mailing list