This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository jts.
commit 8497b385d54712263fac63f83deb3072901b0a9f Author: Bas Couwenberg <[email protected]> Date: Sat Dec 16 13:21:57 2017 +0100 Add patch to change jts-core packaging type from bundle to jar. --- debian/changelog | 1 + debian/patches/jts-core-jar,patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 24 insertions(+) diff --git a/debian/changelog b/debian/changelog index 39e7319..81a8700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ jts (1.15.0+ds-1) UNRELEASED; urgency=medium * Update maven.rules for build dependencies. * Add all pom.xml files to libjts-java.poms. * Update maven.rules for JTS modules. + * Add patch to change jts-core packaging type from bundle to jar. -- Bas Couwenberg <[email protected]> Sun, 10 Dec 2017 21:30:30 +0100 diff --git a/debian/patches/jts-core-jar,patch b/debian/patches/jts-core-jar,patch new file mode 100644 index 0000000..cfa6ad7 --- /dev/null +++ b/debian/patches/jts-core-jar,patch @@ -0,0 +1,22 @@ +Description: Change packaging type to jar. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/modules/core/pom.xml ++++ b/modules/core/pom.xml +@@ -7,7 +7,7 @@ + </parent> + <artifactId>jts-core</artifactId> + <name>${project.groupId}:${project.artifactId}</name> +- <packaging>bundle</packaging> ++ <packaging>jar</packaging> + + <build> + <plugins> +@@ -51,4 +51,4 @@ + </plugin> + </plugins> + </build> +-</project> +\ No newline at end of file ++</project> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..afa1137 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +jts-core-jar,patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jts.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

