[Git][java-team/svnkit][master] 4 commits: Depend on libequinox-common-java and libeclipse-core-runtime-java instead of eclipse-rcp

Emmanuel Bourg gitlab at salsa.debian.org
Sun Sep 23 23:17:12 BST 2018


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


Commits:
06a1645b by Emmanuel Bourg at 2018-09-23T22:13:11Z
Depend on libequinox-common-java and libeclipse-core-runtime-java instead of eclipse-rcp

- - - - -
037c7aeb by Emmanuel Bourg at 2018-09-23T22:15:00Z
Fixed the watch file

- - - - -
395523b6 by Emmanuel Bourg at 2018-09-23T22:15:23Z
Use salsa.debian.org Vcs-* URLs

- - - - -
633e647c by Emmanuel Bourg at 2018-09-23T22:15:55Z
Upload to unstable

- - - - -


4 changed files:

- debian/build.xml
- debian/changelog
- debian/control
- debian/watch


Changes:

=====================================
debian/build.xml
=====================================
@@ -29,9 +29,9 @@
 	<target name="compile-library-eclipse" depends="init-environment">
         <path id="library-eclipse.classpath">
         	<filelist dir="/" files="${env.CLASSPATH}" />
-        	<fileset dir="/usr/lib/eclipse/plugins">
-    	        <include name="org.eclipse.equinox.common_*.jar"/>
-        		<include name="org.eclipse.core.runtime_*.jar"/>
+        	<fileset dir="/usr/share/java">
+			<include name="equinox-common.jar"/>
+        		<include name="eclipse-core-runtime.jar"/>
 	        </fileset>
         </path>
 		<javac debug="true" destdir="svnkit/bin" srcdir="svnkit-osgi/src/main/java"


=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+svnkit (1.8.14-3) unstable; urgency=medium
+
+  * Team upload.
+  * Depend on libequinox-common-java and libeclipse-core-runtime-java
+    instead of eclipse-rcp
+  * Fixed the watch file
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Sep 2018 00:15:45 +0200
+
 svnkit (1.8.14-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -6,8 +6,9 @@ Uploaders: Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: ant,
                debhelper (>= 11),
                default-jdk,
-               eclipse-rcp,
                javahelper,
+               libeclipse-core-runtime-java,
+               libequinox-common-java,
                libjna-java,
                libsequence-library-java,
                libsqljet-java (>= 1.1.10-1~),
@@ -16,8 +17,8 @@ Build-Depends: ant,
                perl,
                maven-repo-helper
 Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/svnkit.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/svnkit.git
+Vcs-Git: https://salsa.debian.org/java-team/svnkit.git
+Vcs-Browser: https://salsa.debian.org/java-team/svnkit
 Homepage: http://svnkit.com
 
 Package: svnkit


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=3
 opts=dversionmangle=s/\+dfsg// \
-http://svnkit.com/download.php \
- http://www.svnkit.com/org.tmatesoft.svn_(.+).src.zip debian debian/orig-tar.sh
+https://svnkit.com/download.php \
+ https://www.svnkit.com/org.tmatesoft.svn_(.+).src.zip debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/svnkit/compare/54ab3c824a4ed34ec50728e403cb573141afade7...633e647c1826761cf933f557d4f881c2d88e76f1

-- 
View it on GitLab: https://salsa.debian.org/java-team/svnkit/compare/54ab3c824a4ed34ec50728e403cb573141afade7...633e647c1826761cf933f557d4f881c2d88e76f1
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/20180923/3c8457fb/attachment.html>


More information about the pkg-java-commits mailing list