[med-svn] [Git][med-team/libxdf][master] 2 commits: Import Debian changes 0.99.8+dfsg-3

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Aug 17 14:32:05 BST 2023



Étienne Mollier pushed to branch master at Debian Med / libxdf


Commits:
946896bc by Michael R. Crusoe at 2023-08-17T15:21:59+02:00
Import Debian changes 0.99.8+dfsg-3

libxdf (0.99.8+dfsg-3) unstable; urgency=medium
.
  * Team upload.
  * Add patch for gcc-13 support. Closes: #1037750
  * d/control: use ${devlibs:Depends} for the -dev package.
  * Standards-Version: 4.6.2 (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * add patch to fix typo

- - - - -
8fd4cb8b by Étienne Mollier at 2023-08-17T15:29:32+02:00
Merge branch 'oops'

Restore Michael R. Crusoe's changes in the main trunk after collision
of contributions to the libxdf.

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/patches/gcc-13.patch
- debian/patches/series
- + debian/patches/spelling
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,12 +1,19 @@
-libxdf (0.99.8+dfsg-3) unstable; urgency=medium
+libxdf (0.99.8+dfsg-4) UNRELEASED; urgency=medium
 
-  * gcc-13.patch: new: fix build failure with gcc-13. (Closes: #1037750)
-  * typos.patch: new: fix a typo caught by lintian.
   * d/control: add myself to uploaders.
-  * d/control: declare compliance to standards version 4.6.2.
   * shared_and_static.patch: declare forwarding not-needed.
 
- -- Étienne Mollier <emollier at debian.org>  Thu, 17 Aug 2023 14:27:28 +0200
+ -- Étienne Mollier <emollier at debian.org>  Thu, 17 Aug 2023 15:26:51 +0200
+
+  * Team upload.
+  * Add patch for gcc-13 support. Closes: #1037750
+  * d/control: use ${devlibs:Depends} for the -dev package.
+  * Standards-Version: 4.6.2 (routine-update)
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * add patch to fix typo
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Thu, 17 Aug 2023 14:30:21 +0200
 
 libxdf (0.99.8+dfsg-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -31,8 +31,8 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libxdf0 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${devlibs:Depends}
 Description: C++ library for loading XDF files (headers and static lib)
  Libxdf is a cross-platform C++ library for loading multimodal, multi-
  rate signals stored in XDF files. Libxdf is used in the biosignal


=====================================
debian/patches/gcc-13.patch
=====================================
@@ -1,12 +1,18 @@
-Description: fix build failure with gcc-13
-Author: Gijom <guillaume.chanel at unige.ch>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037750
-Forwarded: https://github.com/xdf-modules/libxdf/commit/6565cf9b0b322b3a42886a748815d59d6af619cc
-Last-Update: 2023-08-17
+From 6565cf9b0b322b3a42886a748815d59d6af619cc Mon Sep 17 00:00:00 2001
+From: Gijom <guillaume.chanel at unige.ch>
+Date: Tue, 6 Jun 2023 10:24:35 +0200
+Subject: Include cstdint (#37)
+Origin: upstream, https://github.com/xdf-modules/libxdf/commit/6565cf9b0b322b3a42886a748815d59d6af619cc
+
+This makes uint64_t and similar uint*_t types available.
 ---
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- libxdf.orig/xdf.h
-+++ libxdf/xdf.h
+ xdf.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/xdf.h b/xdf.h
+index 86892f3..47e73a1 100644
+--- a/xdf.h
++++ b/xdf.h
 @@ -26,6 +26,7 @@
  #include <vector>
  #include <map>


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,3 @@
-shared_and_static.patch
 gcc-13.patch
-typos.patch
+shared_and_static.patch
+spelling


=====================================
debian/patches/spelling
=====================================
@@ -0,0 +1,13 @@
+From: Michael R. Crusoe <crusoe at debian.org>
+Subject: fix typo
+--- libxdf.orig/xdf.cpp
++++ libxdf/xdf.cpp
+@@ -1002,7 +1002,7 @@
+         }
+     }
+ 
+-    std::cout << "Succesfully wrote to XDF file." << std::endl;
++    std::cout << "Successfully wrote to XDF file." << std::endl;
+ 
+     return 0; //Success
+ }


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,5 @@
 ---
-Bug-Database: https://github.com/Yida-Lin/libxdf/issues
-Bug-Submit: https://github.com/Yida-Lin/libxdf/issues/new
-Repository: https://github.com/Yida-Lin/libxdf.git
-Repository-Browse: https://github.com/Yida-Lin/libxdf
+Bug-Database: https://github.com/xdf-modules/libxdf/issues
+Bug-Submit: https://github.com/xdf-modules/libxdf/issues/new
+Repository: https://github.com/xdf-modules/libxdf.git
+Repository-Browse: https://github.com/xdf-modules/libxdf



View it on GitLab: https://salsa.debian.org/med-team/libxdf/-/compare/e88ef24448e2dff0736a69b2d176336d9e9498e7...8fd4cb8bca332782e49774d3bf750408b08a55e1

-- 
View it on GitLab: https://salsa.debian.org/med-team/libxdf/-/compare/e88ef24448e2dff0736a69b2d176336d9e9498e7...8fd4cb8bca332782e49774d3bf750408b08a55e1
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/20230817/765a8e55/attachment-0001.htm>


More information about the debian-med-commit mailing list