[med-svn] [Git][med-team/libsis-jhdf5-java][master] 6 commits: Using my debian.org email address

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Fri Mar 4 17:22:14 GMT 2022



Pierre Gruet pushed to branch master at Debian Med / libsis-jhdf5-java


Commits:
5fe4a95a by Pierre Gruet at 2022-03-04T17:27:34+01:00
Using my debian.org email address

- - - - -
89addd22 by Pierre Gruet at 2022-03-04T17:28:13+01:00
Raising Standards version to 4.6.0 (no change)

- - - - -
de45a132 by Pierre Gruet at 2022-03-04T17:31:39+01:00
Fixing unnecessary greater-than versions in build-dependencies

- - - - -
ca062974 by Pierre Gruet at 2022-03-04T17:50:58+01:00
Providing Bug- and Repository- fields in d/u/metadata

- - - - -
750c9257 by Pierre Gruet at 2022-03-04T17:51:43+01:00
Updating changelog

- - - - -
6c97f7f7 by Pierre Gruet at 2022-03-04T18:21:56+01:00
Upload to unstable

- - - - -


14 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/h5ar.1
- debian/patches/adapting_h5ar_script_to_debian.patch
- debian/patches/avoid_using_private_hdf5_header.patch
- debian/patches/closing_writer_in_tests.patch
- debian/patches/declaring_final_variables.patch
- debian/patches/loading_jni_in_java_file.patch
- debian/patches/using_h5util_definitions.patch
- debian/tests/providedTests
- debian/tests/readWriteTest
- debian/tests/testWrappingExecutable
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libsis-jhdf5-java (19.04.0+dfsg-5) unstable; urgency=medium
+
+  * Raising Standards version to 4.6.0 (no change)
+  * Fixing unnecessary greater-than versions in build-dependencies
+  * Providing Bug- and Repository- fields in d/u/metadata
+
+ -- Pierre Gruet <pgt at debian.org>  Fri, 04 Mar 2022 17:51:47 +0100
+
 libsis-jhdf5-java (19.04.0+dfsg-4) unstable; urgency=medium
 
   * debhelper-compat 13 (routine-update)


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Olivier Sallou <osallou at debian.org>,
            Andreas Tille <tille at debian.org>,
-           Pierre Gruet <pgtdebian at free.fr>
+           Pierre Gruet <pgt at debian.org>
 Section: java
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
@@ -15,15 +15,15 @@ Build-Depends: debhelper-compat (= 13),
                libcommons-io-java,
                libecj-java,
                libjaxb-java,
-               libsis-base-java (>= 18.09~pre1),
+               libsis-base-java,
                libhdf5-dev,
-               libargs4j-java (>= 2.33),
+               libargs4j-java,
                junit4 <!nocheck>,
                testng <!nocheck>,
                libhamcrest-java,
                libjmock2-java <!nocheck>,
                libobjenesis-java
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/libsis-jhdf5-java
 Vcs-Git: https://salsa.debian.org/med-team/libsis-jhdf5-java.git
 Homepage: https://sissource.ethz.ch/sispub/jhdf5


=====================================
debian/copyright
=====================================
@@ -24,7 +24,7 @@ Files: debian/*
 Copyright: 2015 Tim Booth <tbooth at ceh.ac.uk>
            2015 Olivier Sallou <osallou at debian.org>
            2016-2020 Andreas Tille <tille at debian.org>
-           2020 Pierre Gruet <pgtdebian at free.fr>
+           2020 Pierre Gruet <pgt at debian.org>
 License: GPL-3
  On Debian systems, the full text of the GNU General Public
  License version 3 can be found in the file


=====================================
debian/h5ar.1
=====================================
@@ -130,4 +130,4 @@ programs are properly installed at your site, the command
 .PP
 should give you access to the complete manual.
 .SH AUTHOR
-This manual page was created by Pierre Gruet <pgtdebian at free.fr> for the Debian GNU/Linux distribution, because the original package does not have one.
+This manual page was created by Pierre Gruet <pgt at debian.org> for the Debian GNU/Linux distribution, because the original package does not have one.


=====================================
debian/patches/adapting_h5ar_script_to_debian.patch
=====================================
@@ -1,5 +1,5 @@
 Description: Adapting bindings to the location of files on a Debian system
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Last-Update: 2020-05-12
 Forwarded: not-needed
 


=====================================
debian/patches/avoid_using_private_hdf5_header.patch
=====================================
@@ -1,7 +1,7 @@
 Description: avoid using the header H5private.h of hdf5, which is not shipped
  We do not mix the sources of hdf5 and sis-jhdf5, which upstream apparently
  does.
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Last-Update: 2020-04-26
 Forwarded: not-needed
 


=====================================
debian/patches/closing_writer_in_tests.patch
=====================================
@@ -1,5 +1,5 @@
 Description: properly closing files in two tests
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Forwarded: brinn at ethz.ch
 Last-Update: 2020-10-16
 


=====================================
debian/patches/declaring_final_variables.patch
=====================================
@@ -1,5 +1,5 @@
 Description: Adding final qualifier for some variables used by an inner class
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Last-Update: 2020-05-12
 Forwarded: brinn at ethz.ch
 


=====================================
debian/patches/loading_jni_in_java_file.patch
=====================================
@@ -1,7 +1,7 @@
 Description: adding loading of jni part in Java code
  In two files, the library has to be loaded by calling System.loadLibrary.
  In two other ones, the library call has to be changed.
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Last-Update: 2020-05-07
 Forwarded: not-needed
 


=====================================
debian/patches/using_h5util_definitions.patch
=====================================
@@ -4,7 +4,7 @@ Description: using definitions of source/c/jni/h5util.h
  .
  And this file should be included by source/c/h5lHelperImp.c, as the latter 
  uses functions of which prototypes are in this file.
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
 Last-Update: 2020-04-26
 Forwarded: brinn at ethz.ch
 


=====================================
debian/tests/providedTests
=====================================
@@ -6,7 +6,7 @@
 # tests will be run, as some of them will write into the directory (and fail
 # if they are executed from the original source tree).
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/tests/readWriteTest
=====================================
@@ -4,7 +4,7 @@
 # (C) 2015 Tim Booth
 #     2015 Olivier Sallou
 #     2020 Pierre Gruet
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/tests/testWrappingExecutable
=====================================
@@ -3,7 +3,7 @@
 # then compare their contents. Extract one of them and check that the outfiles
 # are the same as the original ones.
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/upstream/metadata
=====================================
@@ -1,2 +1,5 @@
 ---
-Repository: https://sissource.ethz.ch/sispub/jhdf5
+Bug-Database: https://sissource.ethz.ch/sispub/jhdf5/issues
+Bug-Submit: https://sissource.ethz.ch/sispub/jhdf5/issues/new
+Repository: https://sissource.ethz.ch/sispub/jhdf5.git
+Repository-Browse: https://sissource.ethz.ch/sispub/jhdf5



View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/compare/2a45127e9c61e5c1db1ae083b0c75e096a84d510...6c97f7f7dd7b8b78623697091952626b61bb7c17

-- 
View it on GitLab: https://salsa.debian.org/med-team/libsis-jhdf5-java/-/compare/2a45127e9c61e5c1db1ae083b0c75e096a84d510...6c97f7f7dd7b8b78623697091952626b61bb7c17
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/20220304/d4750916/attachment-0001.htm>


More information about the debian-med-commit mailing list