Tony Mancill pushed to branch master at Debian Java Maintainers / tycho


Commits:
c9740743 by Sudip Mukherjee at 2019-12-15T23:01:17Z
Import Debian changes 1.3.0-2

tycho (1.3.0-2) UNRELEASED; urgency=medium

  * Non-maintainer upload.
  * Remove dependency on tycho-1.2.0

- - - - -
67e8bc5c by tony mancill at 2019-12-15T23:03:32Z
prepare changelog for upload to unstable

- - - - -
4fba41a6 by tony mancill at 2019-12-15T23:08:52Z
remove trailing whitespace

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/remove_dependency.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+tycho (1.3.0-2) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Sudip Mukherjee ]
+  * Remove dependency on tycho-1.2.0
+
+ -- Sudip Mukherjee <[email protected]>  Sat, 14 Dec 2019 14:25:20 
+0000
+
 tycho (1.3.0-1) unstable; urgency=medium
 
   * Team upload.
@@ -33,7 +42,7 @@ tycho (1.0.0-1) unstable; urgency=medium
   * Team upload.
 
   [ Christopher Hoskin ]
-  * Add debian/clean 
+  * Add debian/clean
 
   [ Emmanuel Bourg ]
   * New upstream release


=====================================
debian/control
=====================================
@@ -59,7 +59,6 @@ Build-Depends:
  maven-debian-helper,
  rsync,
  zip,
- libtycho-java (>=1.2.0),
  libecj-java
 Standards-Version: 4.4.1
 Vcs-Git: https://salsa.debian.org/java-team/tycho.git


=====================================
debian/patches/remove_dependency.patch
=====================================
@@ -0,0 +1,28 @@
+Description: tycho-lib-detector: remove dependency on previous tycho
+
+After tycho-1.3.0 was added to unstable, tycho-1.2.0 was removed. And
+since this tycho depends on tycho-1.2.0, the build was failing.
+LibraryDetector.java does not seem to use anything particular from
+previous tycho, so remove the dependency.
+
+Author: Sudip Mukherjee <[email protected]>
+Forwarded: no
+
+--- a/tycho-lib-detector/pom.xml
++++ b/tycho-lib-detector/pom.xml
+@@ -30,15 +30,7 @@
+                                               <!-- make sure we use minimum 
source/target level as this code will be run in old JVMs -->
+                                               <source>1.3</source>
+                                               <target>1.1</target>
+-                                              <compilerId>jdt</compilerId>
+                                       </configuration>
+-                                      <dependencies>
+-                                              <dependency>
+-                                                      
<groupId>org.eclipse.tycho</groupId>
+-                                                      
<artifactId>tycho-compiler-jdt</artifactId>
+-                                                      
<version>${tychoBootstrapVersion}</version>
+-                                              </dependency>
+-                                      </dependencies>
+                               </plugin>
+                       </plugins>
+               </pluginManagement>


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ fix-packaging.patch
 mockito.patch
 explicit-exception-messages.patch
 aether.patch
+remove_dependency.patch



View it on GitLab: 
https://salsa.debian.org/java-team/tycho/compare/c00214563aa9923b282b1477bb7b320a8d05d96a...4fba41a693b5acb9cbdb81e67c9052f6106b1d98

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/tycho/compare/c00214563aa9923b282b1477bb7b320a8d05d96a...4fba41a693b5acb9cbdb81e67c9052f6106b1d98
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

Reply via email to