Emmanuel Bourg pushed to branch master at Debian Java Maintainers / tycho


Commits:
d9b91b4f by Emmanuel Bourg at 2023-01-06T12:24:36+01:00
Standards-Version updated to 4.6.2

- - - - -
565f4a67 by Emmanuel Bourg at 2023-01-06T12:24:38+01:00
Explicit dependency on osgi-compendium in the Maven pom (Closes: #1027643)

- - - - -
ca62e4b8 by Emmanuel Bourg at 2023-01-06T12:24:38+01:00
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/patches/fix-packaging.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,11 @@
-tycho (1.6.0-3) UNRELEASED; urgency=medium
+tycho (1.6.0-3) unstable; urgency=medium
 
   * Team upload.
+  * Explicit dependency on osgi-compendium in the Maven pom (Closes: #1027643)
   * Depend on libeclipse-jdt-core-java instead of libecj-java
-  * Standards-Version updated to 4.5.1
+  * Standards-Version updated to 4.6.2
 
- -- Emmanuel Bourg <ebo...@apache.org>  Sat, 30 Jan 2021 22:07:30 +0100
+ -- Emmanuel Bourg <ebo...@apache.org>  Fri, 06 Jan 2023 12:22:45 +0100
 
 tycho (1.6.0-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -60,7 +60,7 @@ Build-Depends:
  maven-debian-helper,
  rsync,
  zip
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/tycho.git
 Vcs-Browser: https://salsa.debian.org/java-team/tycho
 Homepage: https://eclipse.org/tycho/


=====================================
debian/patches/fix-packaging.patch
=====================================
@@ -85,7 +85,7 @@ So we convert them in normal pom's.
  </project>
 --- a/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
 +++ b/tycho-bundles/org.eclipse.tycho.core.shared/pom.xml
-@@ -21,9 +21,39 @@
+@@ -21,9 +21,44 @@
        </parent>
  
        <artifactId>org.eclipse.tycho.core.shared</artifactId>
@@ -101,6 +101,11 @@ So we convert them in normal pom's.
 +                              
<artifactId>org.eclipse.tycho.embedder.shared</artifactId>
 +                              <version>${project.version}</version>
 +                      </dependency>
++                      <dependency>
++                              <groupId>org.osgi</groupId>
++                              <artifactId>osgi.cmpn</artifactId>
++                              <version>debian</version>
++                      </dependency>
 +              </dependencies>
 +
 +      <build>



View it on GitLab: 
https://salsa.debian.org/java-team/tycho/-/compare/c292f57cf5ce9939a22329d1bae13ff3b40c163e...ca62e4b87c6a6cd0cca5d5e1e24abc60706f1b2f

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tycho/-/compare/c292f57cf5ce9939a22329d1bae13ff3b40c163e...ca62e4b87c6a6cd0cca5d5e1e24abc60706f1b2f
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to