Sudip Mukherjee pushed to branch master at Debian Java Maintainers / eclipse-linuxtools
Commits: f905439b by Sudip Mukherjee at 2020-09-18T23:08:22+01:00 Use upstream manifest file Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 3e73d67b by Sudip Mukherjee at 2020-09-18T23:35:31+01:00 Add changelog for 7.4.0+dfsg.1-3 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/patches/fix_packaging.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +eclipse-linuxtools (7.4.0+dfsg.1-3) unstable; urgency=medium + + * Use upstream manifest file. + + -- Sudip Mukherjee <[email protected]> Fri, 18 Sep 2020 23:34:49 +0100 + eclipse-linuxtools (7.4.0+dfsg.1-2) unstable; urgency=medium * Source only upload. ===================================== debian/patches/fix_packaging.patch ===================================== @@ -41,7 +41,7 @@ Author: Sudip Mukherjee <[email protected]> <plugin> --- eclipse-linuxtools-7.4.0+dfsg.1.orig/profiling/org.eclipse.linuxtools.dataviewers.piechart/pom.xml +++ eclipse-linuxtools-7.4.0+dfsg.1/profiling/org.eclipse.linuxtools.dataviewers.piechart/pom.xml -@@ -20,7 +20,22 @@ +@@ -20,7 +20,33 @@ <artifactId>org.eclipse.linuxtools.dataviewers.piechart</artifactId> <version>2.0.1-SNAPSHOT</version> @@ -51,6 +51,17 @@ Author: Sudip Mukherjee <[email protected]> <name>Linux Tools PieChart plug-in</name> + <build> + <sourceDirectory>src</sourceDirectory> ++ <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> View it on GitLab: https://salsa.debian.org/java-team/eclipse-linuxtools/-/compare/741690a707a7e33b9eb89dcfe52d976c8e8a7da5...3e73d67b005cd0f20b5bcc79082646fd2eb8c6cd -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-linuxtools/-/compare/741690a707a7e33b9eb89dcfe52d976c8e8a7da5...3e73d67b005cd0f20b5bcc79082646fd2eb8c6cd 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

