[Git][java-team/rxtx][master] 6 commits: Wrap and sort

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Wed May 25 09:37:02 BST 2022



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


Commits:
949989ff by Emmanuel Bourg at 2022-05-25T10:18:15+02:00
Wrap and sort

- - - - -
911729c7 by Emmanuel Bourg at 2022-05-25T10:18:41+02:00
Standards-Version updated to 4.6.1

- - - - -
4c575563 by Emmanuel Bourg at 2022-05-25T10:18:45+02:00
Switch to debhelper level 13

- - - - -
1733791f by Emmanuel Bourg at 2022-05-25T10:32:22+02:00
No longer build the javadoc (Closes: #1011560)

- - - - -
c6696d73 by Emmanuel Bourg at 2022-05-25T10:33:17+02:00
No longer install RMISecurityManager.html (obsolete)

- - - - -
50942635 by Emmanuel Bourg at 2022-05-25T10:35:44+02:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/librxtx-java.doc-base
- debian/librxtx-java.docs
- − debian/librxtx-java.javadoc
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+rxtx (2.2pre2+dfsg1-3) unstable; urgency=medium
+
+  * Team upload.
+  * No longer build the javadoc (Closes: #1011560)
+  * No longer install RMISecurityManager.html (obsolete)
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 25 May 2022 10:34:56 +0200
+
 rxtx (2.2pre2+dfsg1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -2,17 +2,22 @@ Source: rxtx
 Section: java
 Priority: optional
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Scott Howard <showard at debian.org>,
+Uploaders:
+ Scott Howard <showard at debian.org>,
  tony mancill <tmancill at debian.org>
-Build-Depends: debhelper (>= 11), libtool, javahelper, default-jdk
-Standards-Version: 4.1.4
+Build-Depends:
+ debhelper-compat (= 13),
+ default-jdk,
+ javahelper,
+ libtool
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/rxtx.git
 Vcs-Browser: https://salsa.debian.org/java-team/rxtx
 Homepage: https://github.com/rxtx/rxtx
 
 Package: librxtx-java
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}
+Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${java:Recommends}
 Provides: lib-rxtx-java
 Conflicts: lib-rxtx-java
@@ -20,4 +25,3 @@ Description: Full Java CommAPI implementation
  RXTX is a full implementation of the Java CommAPI from Sun. It
  contains  native libraries providing serial and parallel
  communication for the Java Development Toolkit.
-


=====================================
debian/librxtx-java.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: librxtx-rmisecuritymanager
-Title: RMISecurityManager and CommAPI workaround
-Author: Alejandro P. Revilla
-Abstract: Email describing a work around for accessing CommAPI after setting an RMISecurityManager().
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/librxtx-java/RMISecurityManager.html
-Files: /usr/share/doc/librxtx-java/RMISecurityManager.html


=====================================
debian/librxtx-java.docs
=====================================
@@ -1,5 +1,4 @@
 AUTHORS
-RMISecurityManager.html
-SerialPortInstructions.txt
 README
+SerialPortInstructions.txt
 TODO


=====================================
debian/librxtx-java.javadoc deleted
=====================================
@@ -1 +0,0 @@
-api/


=====================================
debian/rules
=====================================
@@ -8,7 +8,6 @@ override_dh_auto_install:
 
 override_dh_auto_build:
 	$(MAKE) RXTX_PATH=/usr/lib/jni
-	$(MAKE) docs
 
 override_dh_install:
 	find . -name *.la -delete



View it on GitLab: https://salsa.debian.org/java-team/rxtx/-/compare/6500bd55f265de7d2dfef68dc1df5d8b990f66c3...50942635077f6f645cc90c20865e3210a5351b82

-- 
View it on GitLab: https://salsa.debian.org/java-team/rxtx/-/compare/6500bd55f265de7d2dfef68dc1df5d8b990f66c3...50942635077f6f645cc90c20865e3210a5351b82
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/20220525/56256bde/attachment.htm>


More information about the pkg-java-commits mailing list