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


Commits:
b7308d81 by Emmanuel Bourg at 2024-05-01T11:47:56+02:00
Standards-Version updated to 4.7.0

- - - - -
b52594e7 by Emmanuel Bourg at 2024-05-01T11:52:27+02:00
Fix building with -Werror=implicit-function-declaration (Closes: #1066703)

- - - - -
f51508c3 by Emmanuel Bourg at 2024-05-01T11:53:43+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/missing-prototypes.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+rxtx (2.2.0+dfsg-3) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Emmanuel Bourg ]
+  * Standards-Version updated to 4.7.0
+
+  [ Andreas Beckmann }
+  * Fix building with -Werror=implicit-function-declaration (Closes: #1066703)
+
+ -- Emmanuel Bourg <ebo...@apache.org>  Wed, 01 May 2024 11:53:26 +0200
+
 rxtx (2.2.0+dfsg-2) unstable; urgency=medium
 
   * Upload to unstable


=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
  default-jdk,
  javahelper,
  libtool
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
 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


=====================================
debian/patches/missing-prototypes.patch
=====================================
@@ -0,0 +1,23 @@
+Author: Andreas Beckmann <a...@debian.org>
+Description: fix building with -Werror=implicit-function-declaration
+ major()/minor() are in sys/sysmacros.h
+ asprintf() is only exposed by stdio.h if _GNU_SOURCE is defined
+
+--- a/src/SerialImp.c
++++ b/src/SerialImp.c
+@@ -55,6 +55,7 @@
+ |   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ |   All trademarks belong to their respective owners.
+ --------------------------------------------------------------------------*/
++#define _GNU_SOURCE
+ #if defined(__MWERKS__) /* dima */
+ #include "RXTXPort.h" /* dima */
+ #else  /* dima */
+@@ -146,6 +147,7 @@
+ #ifdef LIBLOCKDEV
+ #include      <lockdev.h>
+ #endif /* LIBLOCKDEV */
++#include <sys/sysmacros.h>
+ 
+ extern int errno;
+ 


=====================================
debian/patches/series
=====================================
@@ -14,3 +14,4 @@ fix_snprintf.patch
 format_security.patch
 privacy-breach.patch
 java10-compatibility.patch
+missing-prototypes.patch



View it on GitLab: 
https://salsa.debian.org/java-team/rxtx/-/compare/6b3491e155a1c048959d7a06877f629a16041d23...f51508c3725ee6698bb364b9ff2163f260c54c38

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/rxtx/-/compare/6b3491e155a1c048959d7a06877f629a16041d23...f51508c3725ee6698bb364b9ff2163f260c54c38
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