Emmanuel Bourg pushed to branch master at Debian Java Maintainers / 
libreadline-java


Commits:
f55fb3ec by Emmanuel Bourg at 2018-05-02T23:07:28+02:00
Standards-Version updated to 4.1.4

- - - - -
fc083a5c by Emmanuel Bourg at 2018-05-03T00:44:29+02:00
Switch to debhelper level 11

- - - - -
fdcefd98 by Emmanuel Bourg at 2018-05-03T00:44:35+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
8fb882cd by Emmanuel Bourg at 2018-05-03T00:44:35+02:00
Replaced javah to fix the build failure with Java 10 (Closes: #897530)

- - - - -
0960a413 by Emmanuel Bourg at 2018-05-03T00:47:36+02:00
Updated the homepage

- - - - -
fc4d8456 by Emmanuel Bourg at 2018-05-03T00:54:50+02:00
Added a watch file

- - - - -
42cf51c4 by Emmanuel Bourg at 2018-05-03T00:58:43+02:00
Upload to unstable

- - - - -


9 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/libreadline-java-doc.doc-base
- − debian/libreadline-java.docs
- debian/patches/native-makefile.patch
- debian/rules
- + debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libreadline-java (0.8.0.1+dfsg-7) unstable; urgency=medium
+
+  * Team upload.
+  * Replaced javah to fix the build failure with Java 10 (Closes: #897530)
+  * Standards-Version updated to 4.1.4
+  * Switch to debhelper level 11
+  * Use salsa.debian.org Vcs-* URLs
+  * Updated the homepage
+  * Added a watch file
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Thu, 03 May 2018 00:58:21 +0200
+
 libreadline-java (0.8.0.1+dfsg-6) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
 Uploaders: tony mancill <tmanc...@debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11),
  default-jdk,
  default-jdk-doc,
  libedit-dev (>= 3.1-20160903~),
  libreadline-dev,
  javahelper
-Standards-Version: 4.1.1
-Homepage: http://java-readline.sourceforge.net/
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libreadline-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libreadline-java.git
+Standards-Version: 4.1.4
+Vcs-Git: https://salsa.debian.org/java-team/libreadline-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libreadline-java
+Homepage: https://github.com/aclemons/java-readline
 
 Package: libreadline-java
 Architecture: any


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Java-Readline
-Source: http://java-readline.sourceforge.net/
+Source: https://github.com/aclemons/java-readline
+Files-Excluded: contrib/
 Disclaimer:
  The Java wrappers provided by this package give you the option of
  linking with either the GNU readline or the BSD editline libraries.  Be


=====================================
debian/libreadline-java-doc.doc-base
=====================================
--- a/debian/libreadline-java-doc.doc-base
+++ b/debian/libreadline-java-doc.doc-base
@@ -6,5 +6,5 @@ Abstract: This manual contains the API documentation for 
libreadline-java
 Section: Programming
 
 Format: HTML
-Index: /usr/share/doc/libreadline-java-doc/api/index.html
-Files: /usr/share/doc/libreadline-java-doc/api/*.html
+Index: /usr/share/doc/libreadline-java/api/index.html
+Files: /usr/share/doc/libreadline-java/api/*.html


=====================================
debian/libreadline-java.docs deleted
=====================================
--- a/debian/libreadline-java.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-README
-README.1st
-NEWS
-TODO


=====================================
debian/patches/native-makefile.patch
=====================================
--- a/debian/patches/native-makefile.patch
+++ b/debian/patches/native-makefile.patch
@@ -20,12 +20,11 @@ Description: Fix the native Makefile to use correct java 
and read LDFLAGS.
  endif
  endif
  
-@@ -110,7 +110,7 @@ org_gnu_readline_Readline.$(OBJ_EXT): or
+@@ -110,7 +110,6 @@
                                           -c org_gnu_readline_Readline.c
  
  org_gnu_readline_Readline.h: $(BUILDDIR)/org/gnu/readline/Readline.class
 -      javah -classpath $(BUILDDIR) -jni org.gnu.readline.Readline
-+      $(JAVA_HOME)/bin/javah -classpath $(BUILDDIR) -jni 
org.gnu.readline.Readline
        touch org_gnu_readline_Readline.h
  
  clean:


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export JAVA_HOME:=/usr/lib/jvm/default-java
        dh $@ --no-parallel --with javahelper
 
 override_dh_auto_build:
-       dh_auto_build -- JAVAC=$(JAVA_HOME)/bin/javac JC_FLAGS="-source 1.8 
-target 1.8" CC=gcc \
+       dh_auto_build -- JAVAC=$(JAVA_HOME)/bin/javac JC_FLAGS="-source 1.8 
-target 1.8 -h native" CC=gcc \
          JAVAINCLUDE=$(JAVA_HOME)/include \
          JAVANATINC=$(JAVA_HOME)/include \
          T_LIBS="JavaReadline JavaEditline" jar build-native apidoc


=====================================
debian/watch
=====================================
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts="repack,compression=xz,uversionmangle=s/_/./g" \
+https://github.com/aclemons/java-readline/tags 
.*/archive/(?:v|R_)([\d\._]+).tar.gz



View it on GitLab: 
https://salsa.debian.org/java-team/libreadline-java/compare/d802baaa3ee016699448b9892200cd52cd3f3ef6...42cf51c43646bbe14f11c0896e771ee2dd77b840

---
View it on GitLab: 
https://salsa.debian.org/java-team/libreadline-java/compare/d802baaa3ee016699448b9892200cd52cd3f3ef6...42cf51c43646bbe14f11c0896e771ee2dd77b840
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