[Git][java-team/eclipse][master] Import Debian changes 3.8.1-11

Markus Koschany gitlab at salsa.debian.org
Fri Oct 12 12:40:38 BST 2018


Markus Koschany pushed to branch master at Debian Java Maintainers / eclipse


Commits:
61affd35 by Markus Koschany at 2018-10-12T11:40:13Z
Import Debian changes 3.8.1-11

eclipse (3.8.1-11) unstable; urgency=medium

  * Team upload.
  * Declare compliance with Debian Policy 4.1.3.
  * Drop binary package libequinox-osgi-java which is now provided by
    src:libequinox-osgi-java.
  * Remove obsolete libequinox-osgi-java install filesi and debian/rules code.
  * Drop obsolete eclipse-platform.menu file.

- - - - -


8 changed files:

- − .gitignore
- debian/changelog
- debian/control
- − debian/eclipse-platform.menu
- − debian/libequinox-osgi-java.install
- − debian/libequinox-osgi-java.lintian-overrides
- debian/rules
- − debian/source/local-options


Changes:

=====================================
.gitignore deleted
=====================================
@@ -1 +0,0 @@
-.pc


=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+eclipse (3.8.1-11) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 4.1.3.
+  * Drop binary package libequinox-osgi-java which is now provided by
+    src:libequinox-osgi-java.
+  * Remove obsolete libequinox-osgi-java install filesi and debian/rules code.
+  * Drop obsolete eclipse-platform.menu file.
+
+ -- Markus Koschany <apo at debian.org>  Wed, 21 Feb 2018 18:00:21 +0100
+
 eclipse (3.8.1-10) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Uploaders: Adnan Hodzic <adnan at foolcontrol.org>,
            Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: ant (>= 1.8.2),
                ant-optional,
-               debhelper (>= 9~),
+               debhelper (>= 9),
                default-jdk,
                docbook2x,
                javahelper,
@@ -39,7 +39,7 @@ Build-Depends: ant (>= 1.8.2),
                sat4j (<< 2.4.0),
                unzip,
                zip
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/eclipse.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/eclipse.git
 Homepage: http://www.eclipse.org/
@@ -175,7 +175,7 @@ Description: Eclipse platform without development plug-ins (data)
 Package: eclipse-rcp
 Architecture: any
 Depends: default-jre | java5-runtime | java6-runtime,
-         libequinox-osgi-java (= ${source:Version}),
+         libequinox-osgi-java (>= 3.9.1),
          libfelix-gogo-command-java,
          libfelix-gogo-shell-java,
          libicu4j-49-java (>= 49.1-2),
@@ -205,19 +205,3 @@ Description: Eclipse Rich Client Platform (RCP)
  This package includes the Eclipse Rich Client Platform (RCP), the basis upon
  which Eclipse RCP applications are built.
 
-Package: libequinox-osgi-java
-Architecture: all
-Section: java
-Depends: ${misc:Depends}
-Recommends: libservlet3.1-java
-Breaks: eclipse-rcp (<< 3.5.1-0ubuntu3)
-Replaces: eclipse-platform-gcj, eclipse-rcp-gcj
-Description: Equinox OSGi framework
- The Eclipse Platform is an open and extensible platform for anything and yet
- nothing in particular. It provides a foundation for constructing and running
- integrated software-development tools. The Eclipse Platform allows tool
- builders to independently develop tools that integrate with other people's
- tools so seamlessly you can't tell where one tool ends and another starts.
- .
- This package includes only the Eclipse Equinox OSGi framework, which can
- be used outside Eclipse.


=====================================
debian/eclipse-platform.menu deleted
=====================================
@@ -1 +0,0 @@
-?package(eclipse-platform):needs="X11" title="Eclipse" command="eclipse" section="Applications/Programming"


=====================================
debian/libequinox-osgi-java.install deleted
=====================================
@@ -1,3 +0,0 @@
-usr/lib/eclipse/plugins/org.eclipse.osgi.services_*.jar
-usr/lib/eclipse/plugins/org.eclipse.osgi.util_*.jar
-usr/lib/eclipse/plugins/org.eclipse.osgi_*.jar


=====================================
debian/libequinox-osgi-java.lintian-overrides deleted
=====================================
@@ -1,3 +0,0 @@
-jar-not-in-usr-share
-# Follows from an optional OSGi dependency on javax.servlet
-needless-suggest-recommend-libservlet-java


=====================================
debian/rules
=====================================
@@ -106,24 +106,11 @@ override_dh_install-indep:
 	dh_install --indep
 	# mv arch-indep plugins from lib to share
 	cd debian/eclipse-platform-data/usr && find lib/ -type f -path '*lib/eclipse/*' | perl ../../../debian/extra/imagemv.pl
-	# Expose osgi jars
-	mkdir -p debian/libequinox-osgi-java/usr/share/java
-	cd debian/libequinox-osgi-java/usr/share/java && \
-	  for FILE in ../../lib/eclipse/plugins/* ; do \
-		ln -s $$FILE ; \
-		ln -s $$FILE `basename $$FILE | sed 's/_.*$$//g'`.jar ; \
-	  done
 	# Expose jdi.jar and jdimodel.jar
 	mkdir -p debian/eclipse-jdt/usr/share/java
 	cd debian/eclipse-jdt/usr/share/java; \
 	  ln -s ../eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_*/jdi.jar; \
 	  ln -s ../eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_*/jdimodel.jar;
-	# Install poms and jars into Maven repo
-	 for pom in $(wildcard debian/poms/*.xml); do \
-		mh_installpom -v -plibequinox-osgi-java $$pom; \
-		SUFFIX=`basename $$pom .xml | sed 's/pom-equinox-//'`; \
-		mh_installjar -v -plibequinox-osgi-java  $$pom debian/libequinox-osgi-java/usr/share/java/org.eclipse.$$SUFFIX.jar; \
-	 done
 
 override_jh_classpath:
 	jh_classpath


=====================================
debian/source/local-options deleted
=====================================
@@ -1 +0,0 @@
-unapply-patches



View it on GitLab: https://salsa.debian.org/java-team/eclipse/commit/61affd35f0cb574998008465e11f4e27cc696c0c

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse/commit/61affd35f0cb574998008465e11f4e27cc696c0c
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/20181012/a08d8697/attachment.html>


More information about the pkg-java-commits mailing list