[Git][java-team/hyperic-sigar][master] 6 commits: Fixing FTBFS due to RPC removal from glibc.
Andrius Merkys (@merkys)
gitlab at salsa.debian.org
Fri Aug 27 08:06:12 BST 2021
Andrius Merkys pushed to branch master at Debian Java Maintainers / hyperic-sigar
Commits:
d3c0f785 by Andrius Merkys at 2021-08-27T02:02:55-04:00
Fixing FTBFS due to RPC removal from glibc.
- - - - -
cc4437b7 by Andrius Merkys at 2021-08-27T02:09:25-04:00
Bumping debhelper-compat (no changes).
- - - - -
4bcf2458 by Andrius Merkys at 2021-08-27T02:10:05-04:00
Adding 'Rules-Requires-Root: no'.
- - - - -
90b3d2d3 by Andrius Merkys at 2021-08-27T02:11:22-04:00
Refreshing debian/copyright.
- - - - -
774044a6 by Andrius Merkys at 2021-08-27T02:12:15-04:00
Describing rpc.patch.
- - - - -
0e45ae77 by Andrius Merkys at 2021-08-27T02:12:41-04:00
Update changelog for 1.6.4+dfsg-5 release
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/patches/rpc.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+hyperic-sigar (1.6.4+dfsg-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fixing FTBFS due to RPC removal from glibc.
+ * Bumping debhelper-compat (no changes).
+ * Adding 'Rules-Requires-Root: no'.
+ * Refreshing debian/copyright.
+
+ -- Andrius Merkys <merkys at debian.org> Fri, 27 Aug 2021 02:12:29 -0400
+
hyperic-sigar (1.6.4+dfsg-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -7,13 +7,14 @@ Uploaders:
Build-Depends:
ant,
ant-contrib-cpptasks,
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
liblog4j1.2-java
Standards-Version: 4.3.0
Homepage: https://github.com/hyperic/sigar
Vcs-Git: https://salsa.debian.org/java-team/hyperic-sigar.git
Vcs-Browser: https://salsa.debian.org/java-team/hyperic-sigar
+Rules-Requires-Root: no
Package: libhyperic-sigar-java
Architecture: any
=====================================
debian/copyright
=====================================
@@ -7,7 +7,8 @@ Copyright: 2009 Hyperic, Inc.
License: Apache-2.0
Files: debian/*
-Copyright: 2013, 2014 Hilko Bengen <bengen at debian.org
+Copyright: 2013, 2014 Hilko Bengen <bengen at debian.org>
+ 2019-2021, Andrius Merkys <merkys at debian.org>
License: Apache-2.0
License: Apache-2.0
=====================================
debian/patches/rpc.patch
=====================================
@@ -0,0 +1,12 @@
+Description: Switching from glibc RPC headers to tirpc.
+Author: Andrius Merkys <merkys at debian.org>
+--- a/bindings/java/build.xml
++++ b/bindings/java/build.xml
+@@ -223,6 +223,7 @@
+ <path location="../../src/os/${jni.src}"/>
+ <path location="${build}/src"/>
+ <path location="src/jni"/>
++ <path location="/usr/include/tirpc"/>
+ </path>
+
+ <!-- extra solaris libs -->
=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@
no-m64-mips-arm.diff
ftbfs-glibc-2.28.diff
fix-undefined-symbols.patch
+rpc.patch
View it on GitLab: https://salsa.debian.org/java-team/hyperic-sigar/-/compare/7ce0ea0ea7b483340c187868a2d267adf9996f0a...0e45ae775e1c3c7a04accc6038e86ca5896504ae
--
View it on GitLab: https://salsa.debian.org/java-team/hyperic-sigar/-/compare/7ce0ea0ea7b483340c187868a2d267adf9996f0a...0e45ae775e1c3c7a04accc6038e86ca5896504ae
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/20210827/d09c8caa/attachment.htm>
More information about the pkg-java-commits
mailing list