Sudip Mukherjee pushed to branch master at Debian Java Maintainers / eclipse-swtchart
Commits: 1cf4b273 by Sudip Mukherjee at 2020-11-27T21:40:03+00:00 use upstream manifest file Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - a8340771 by Sudip Mukherjee at 2020-11-27T21:44:09+00:00 Add changelog for 0.13.0-4 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/upstream-manifest.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +eclipse-swtchart (0.13.0-4) unstable; urgency=medium + + * Use upstream manifest file. + + -- Sudip Mukherjee <[email protected]> Fri, 27 Nov 2020 21:43:49 +0000 + eclipse-swtchart (0.13.0-3) unstable; urgency=medium * Revert changes for 0.13.0-2 release. ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix_packaging.patch +upstream-manifest.patch ===================================== debian/patches/upstream-manifest.patch ===================================== @@ -0,0 +1,67 @@ +Description: Use maven-jar-plugin to install upstream manifest files. + +Author: Sudip Mukherjee <[email protected]> +Forwarded: not-needed + +--- + +--- eclipse-swtchart-0.13.0.orig/org.eclipse.swtchart.export/pom.xml ++++ eclipse-swtchart-0.13.0/org.eclipse.swtchart.export/pom.xml +@@ -24,6 +24,17 @@ + <directory>src/main/resources</directory> + </resource> + </resources> ++ <plugins> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-jar-plugin</artifactId> ++ <configuration> ++ <archive> ++ <manifestFile>META-INF/MANIFEST.MF</manifestFile> ++ </archive> ++ </configuration> ++ </plugin> ++ </plugins> + </build> + <dependencies> + <dependency> +--- eclipse-swtchart-0.13.0.orig/org.eclipse.swtchart.extensions/pom.xml ++++ eclipse-swtchart-0.13.0/org.eclipse.swtchart.extensions/pom.xml +@@ -24,6 +24,17 @@ + <directory>src/main/resources</directory> + </resource> + </resources> ++ <plugins> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-jar-plugin</artifactId> ++ <configuration> ++ <archive> ++ <manifestFile>META-INF/MANIFEST.MF</manifestFile> ++ </archive> ++ </configuration> ++ </plugin> ++ </plugins> + </build> + <dependencies> + <dependency> +--- eclipse-swtchart-0.13.0.orig/org.eclipse.swtchart/pom.xml ++++ eclipse-swtchart-0.13.0/org.eclipse.swtchart/pom.xml +@@ -25,6 +25,17 @@ + <directory>src/main/resources</directory> + </resource> + </resources> ++ <plugins> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-jar-plugin</artifactId> ++ <configuration> ++ <archive> ++ <manifestFile>META-INF/MANIFEST.MF</manifestFile> ++ </archive> ++ </configuration> ++ </plugin> ++ </plugins> + </build> + + </project> View it on GitLab: https://salsa.debian.org/java-team/eclipse-swtchart/-/compare/0266631d751a0012d827e64bc026fbb073791ed3...a8340771618bbfd763e6b7e5554ea10702cb54da -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-swtchart/-/compare/0266631d751a0012d827e64bc026fbb073791ed3...a8340771618bbfd763e6b7e5554ea10702cb54da You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

