[Git][java-team/eclipse-tracecompass][master] 3 commits: Use branding information

Sudip Mukherjee gitlab at salsa.debian.org
Mon Nov 16 14:52:46 GMT 2020



Sudip Mukherjee pushed to branch master at Debian Java Maintainers / eclipse-tracecompass


Commits:
90d84825 by Sudip Mukherjee at 2020-11-15T22:14:53+00:00
Use branding information

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
bc013fe8 by Sudip Mukherjee at 2020-11-16T13:53:06+00:00
Add a simple autopkgtest

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -
0d193e96 by Sudip Mukherjee at 2020-11-16T14:20:09+00:00
Add changelog for 5.3.0+repack-4 release

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee at gmail.com>

- - - - -


4 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/use_branding.patch
- + debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+eclipse-tracecompass (5.3.0+repack-4) unstable; urgency=medium
+
+  * Use branding information.
+  * Add a simple autopkgtest.
+
+ -- Sudip Mukherjee <sudipm.mukherjee at gmail.com>  Mon, 16 Nov 2020 14:19:17 +0000
+
 eclipse-tracecompass (5.3.0+repack-3) unstable; urgency=medium
 
   * Add new bundles in dependency.


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@ fix_common_tree.patch
 fix_json.patch
 manifest.patch
 fix_loop.patch
+use_branding.patch


=====================================
debian/patches/use_branding.patch
=====================================
@@ -0,0 +1,31 @@
+Description: Use branding
+ org.eclipse.tracecompass.rcp.branding needs to be loaded to get all
+ the branding information. Since Debian lacks eclipse rcp features so
+ this is an indirect way to load the plugin containing branding information.
+
+Author: Sudip Mukherjee <sudipm.mukherjee at gmail.com>
+Forwarded: not-needed
+
+---
+
+--- eclipse-tracecompass-5.3.0+repack.orig/rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
++++ eclipse-tracecompass-5.3.0+repack/rcp/org.eclipse.tracecompass.rcp.branding/META-INF/MANIFEST.MF
+@@ -8,6 +8,5 @@ Bundle-SymbolicName: org.eclipse.traceco
+ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+ Eclipse-BundleShape: dir
+ Require-Bundle: org.eclipse.core.runtime,
+- org.eclipse.ui.intro,
+  org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
+ Automatic-Module-Name: org.eclipse.tracecompass.rcp.branding
+--- eclipse-tracecompass-5.3.0+repack.orig/rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
++++ eclipse-tracecompass-5.3.0+repack/rcp/org.eclipse.tracecompass.rcp.ui/META-INF/MANIFEST.MF
+@@ -18,7 +18,8 @@ Require-Bundle: org.eclipse.core.command
+  org.eclipse.tracecompass.tmf.core,
+  org.eclipse.equinox.p2.ui.sdk,
+  org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional,
+- org.eclipse.tracecompass.tmf.cli.core
++ org.eclipse.tracecompass.tmf.cli.core,
++ org.eclipse.tracecompass.rcp.branding
+ Export-Package: org.eclipse.tracecompass.internal.tracing.rcp.ui;x-friends:="org.eclipse.tracecompass.rcp.ui.tests",
+  org.eclipse.tracecompass.internal.tracing.rcp.ui.cli;x-friends:="org.eclipse.tracecompass.rcp.ui.tests",
+  org.eclipse.tracecompass.internal.tracing.rcp.ui.messages;x-friends:="org.eclipse.tracecompass.rcp.ui.tests"


=====================================
debian/tests/control
=====================================
@@ -0,0 +1,5 @@
+# Add a very basic test to check it is installed.
+
+Test-Command: ls /usr/bin/tracecompass
+Depends: @
+Restrictions: superficial



View it on GitLab: https://salsa.debian.org/java-team/eclipse-tracecompass/-/compare/e243def08690bfcfdbb801241e38bae18e516e6d...0d193e967f74bd310b8f865e199c54a3905d6bc9

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-tracecompass/-/compare/e243def08690bfcfdbb801241e38bae18e516e6d...0d193e967f74bd310b8f865e199c54a3905d6bc9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201116/ec425596/attachment.html>


More information about the pkg-java-commits mailing list