[med-svn] [Git][med-team/libhmsbeagle][master] 6 commits: routine-update: Standards-Version: 4.5.1

Andreas Tille gitlab at salsa.debian.org
Sun Dec 6 16:00:47 GMT 2020



Andreas Tille pushed to branch master at Debian Med / libhmsbeagle


Commits:
42ddb4b7 by Andreas Tille at 2020-12-06T08:22:29+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
1879245a by Andreas Tille at 2020-12-06T08:22:29+01:00
routine-update: debhelper-compat 13

- - - - -
ef9d0186 by Andreas Tille at 2020-12-06T08:22:39+01:00
Set upstream metadata fields: Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
c389a263 by Andreas Tille at 2020-12-06T12:03:32+01:00
iInstall all *.a files and remove *.la files from debian/tmp

- - - - -
261b1d0c by Andreas Tille at 2020-12-06T16:53:06+01:00
Add missing stdlib.h

- - - - -
4642e118 by Andreas Tille at 2020-12-06T16:57:54+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- debian/libhmsbeagle-dev.install
- + debian/patches/fix-976567.patch
- debian/patches/series
- debian/rules
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+libhmsbeagle (3.1.2+dfsg-9) unstable; urgency=medium
+
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Set upstream metadata fields: Repository, Repository-Browse.
+  * Install all *.a files and remove *.la files from debian/tmp
+  * Add missing stdlib.h
+    Closes: #976567
+
+ -- Andreas Tille <tille at debian.org>  Sun, 06 Dec 2020 16:53:18 +0100
+
 libhmsbeagle (3.1.2+dfsg-8) unstable; urgency=medium
 
   * libhmsbeagle1v5: Architecture: linux-any


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                doxygen,
                graphviz,
                javahelper,
@@ -16,7 +16,7 @@ Build-Depends: debhelper-compat (= 12),
                ocl-icd-opencl-dev | opencl-dev,
                pocl-opencl-icd [amd64] | opencl-icd [amd64],
                clinfo
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/libhmsbeagle
 Vcs-Git: https://salsa.debian.org/med-team/libhmsbeagle.git
 Homepage: https://github.com/beagle-dev/beagle-lib


=====================================
debian/libhmsbeagle-dev.install
=====================================
@@ -5,3 +5,5 @@ usr/lib/*/lib*-cpu*.a
 usr/lib/*/libhmsbeagle.a
 usr/lib/*/libhmsbeagle.so
 usr/lib/*/libhmsbeagle-opencl.so
+usr/lib/*/lib*jni.a
+usr/lib/*/lib*opencl.a


=====================================
debian/patches/fix-976567.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+        peter green <plugwash at p10link.net>
+Last-Update: Sun, 06 Dec 2020 08:22:29 +0100
+Bug-Debian: https://bugs.debian.org/976567
+Description: Add missing stdlib.h
+
+--- a/libhmsbeagle/GPU/GPUInterface.h
++++ b/libhmsbeagle/GPU/GPUInterface.h
+@@ -27,6 +27,7 @@
+ #define __GPUInterface__
+ 
+ #include <cstdio>
++#include <stdlib.h>
+ 
+ #ifdef HAVE_CONFIG_H
+ #include "libhmsbeagle/config.h"


=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ enable_static.patch
 gcc-4.7.patch
 doxygen_update.patch
 fix-922776.patch
+fix-976567.patch


=====================================
debian/rules
=====================================
@@ -31,6 +31,10 @@ override_dh_auto_clean:
 	rm -rf doc .config configure
 	rm -rf lib build
 
+override_dh_install:
+	dh_install
+	find debian -name "lib*.la" -delete
+
 override_dh_installdocs:
 	dh_installdocs
 	find debian/$(DEB_SOURCE)-dev -name jquery.js -delete


=====================================
debian/upstream/metadata
=====================================
@@ -21,3 +21,5 @@ Registry:
   Entry: beagle-lib
 Bug-Database: https://github.com/beagle-dev/beagle-lib/issues
 Bug-Submit: https://github.com/beagle-dev/beagle-lib/issues/new
+Repository: https://github.com/beagle-dev/beagle-lib.git
+Repository-Browse: https://github.com/beagle-dev/beagle-lib



View it on GitLab: https://salsa.debian.org/med-team/libhmsbeagle/-/compare/ea519a8a86799158f20d6f929cd9c4b5298605bf...4642e1181e366fd67db4eaf0210522b03b4d7d85

-- 
View it on GitLab: https://salsa.debian.org/med-team/libhmsbeagle/-/compare/ea519a8a86799158f20d6f929cd9c4b5298605bf...4642e1181e366fd67db4eaf0210522b03b4d7d85
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/debian-med-commit/attachments/20201206/70cc442a/attachment-0001.html>


More information about the debian-med-commit mailing list