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 <[email protected]>  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 
<[email protected].
 Uploaders: Tim Booth <[email protected]>,
            Olivier Sallou <[email protected]>,
            Andreas Tille <[email protected]>,
-           Pierre Gruet <[email protected]>
+           Pierre Gruet <[email protected]>
 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 <[email protected]>
            2015 Olivier Sallou <[email protected]>
            2016-2020 Andreas Tille <[email protected]>
-           2020 Pierre Gruet <[email protected]>
+           2020 Pierre Gruet <[email protected]>
 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 <[email protected]> for the 
Debian GNU/Linux distribution, because the original package does not have one.
+This manual page was created by Pierre Gruet <[email protected]> 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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 Forwarded: [email protected]
 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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 Last-Update: 2020-05-12
 Forwarded: [email protected]
 


=====================================
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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 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 <[email protected]>
+Author: Pierre Gruet <[email protected]>
 Last-Update: 2020-04-26
 Forwarded: [email protected]
 


=====================================
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 <[email protected]>
+# Author: Pierre Gruet <[email protected]>
 
 set -e
 


=====================================
debian/tests/readWriteTest
=====================================
@@ -4,7 +4,7 @@
 # (C) 2015 Tim Booth
 #     2015 Olivier Sallou
 #     2020 Pierre Gruet
-# Author: Pierre Gruet <[email protected]>
+# Author: Pierre Gruet <[email protected]>
 
 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 <[email protected]>
+# Author: Pierre Gruet <[email protected]>
 
 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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to