[med-svn] [Git][med-team/sumaclust][master] 7 commits: routine-update: Standards-Version: 4.6.1

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Tue Jul 12 23:15:40 BST 2022



Pierre Gruet pushed to branch master at Debian Med / sumaclust


Commits:
f27aaae1 by Pierre Gruet at 2022-07-12T23:27:26+02:00
routine-update: Standards-Version: 4.6.1

- - - - -
b6c179ff by Pierre Gruet at 2022-07-12T23:27:27+02:00
routine-update: debhelper-compat 13

- - - - -
a77986e8 by Pierre Gruet at 2022-07-12T23:27:29+02:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
3e9ccdf6 by Pierre Gruet at 2022-07-12T23:36:16+02:00
Using my debian.org email address

- - - - -
93708a32 by Pierre Gruet at 2022-07-12T23:37:10+02:00
Marking the patches as Forwarded: not-needed

- - - - -
08f0abc5 by Pierre Gruet at 2022-07-12T23:37:41+02:00
Updating changelog

- - - - -
581ed8e9 by Pierre Gruet at 2022-07-13T00:15:21+02:00
Upload to unstable

- - - - -


10 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/patches/fix_build.patch
- debian/patches/hardening.patch
- debian/patches/use_debian_packaged_sumalibs.patch
- debian/tests/clusterIdenticalInputs
- debian/tests/clusterThreeInputs
- debian/tests/clusterTwoInputsTwoSuccessiveCalls
- debian/tests/clusterTwoInputsTwoThresholds


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,14 @@
-sumaclust (1.0.36+ds-2) UNRELEASED; urgency=medium
+sumaclust (1.0.36+ds-2) unstable; urgency=medium
 
-  * Remove some cruft from upstream tarball 
+  * Standards-Version: 4.6.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Marking the patches as Forwarded: not-needed
 
- -- Andreas Tille <tille at debian.org>  Mon, 20 Apr 2020 12:43:07 +0200
+  [ Andreas Tille ]
+  * Remove some cruft from upstream tarball
+
+ -- Pierre Gruet <pgt at debian.org>  Tue, 12 Jul 2022 23:41:08 +0200
 
 sumaclust (1.0.36+ds-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -2,12 +2,12 @@ Source: sumaclust
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>,
-           Pierre Gruet <pgtdebian at free.fr>
+           Pierre Gruet <pgt at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
 	       libsuma-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
 Vcs-Browser: https://salsa.debian.org/med-team/sumaclust
 Vcs-Git: https://salsa.debian.org/med-team/sumaclust.git
 Homepage: http://metabarcoding.org/sumaclust


=====================================
debian/copyright
=====================================
@@ -13,7 +13,7 @@ License: CeCILL-2
 
 Files: debian/*
 Copyright: 2015 Andreas Tille <tille at debian.org>
-           2020 Pierre Gruet <pgtdebian at free.fr>
+           2020-2022 Pierre Gruet <pgt at debian.org>
 License: CeCILL-2
 
 License: CeCILL-2


=====================================
debian/patches/fix_build.patch
=====================================
@@ -2,6 +2,7 @@ Description: Fix Build
 Bug-Debian: https://bugs.debian.org/952093
             https://bugs.debian.org/954262
 Author: Andreas Tille <tille at debian.org>
+Forwarded: not-needed
 Last-Update: Fri, 03 Apr 2020 16:40:17 +0200
 
 --- a/Makefile


=====================================
debian/patches/hardening.patch
=====================================
@@ -1,5 +1,6 @@
 Author: Andreas Tille <tille at debian.org>
 Last-Update: Wed, 05 Aug 2015 17:54:58 +0200
+Forwarded: not-needed
 Description: Propagate hardening options
 
 Index: sumaclust/global.mk


=====================================
debian/patches/use_debian_packaged_sumalibs.patch
=====================================
@@ -1,5 +1,6 @@
 Description: Do not rely on a sumalibs/ directory but link against shared lib
-Author: Pierre Gruet <pgtdebian at free.fr>
+Author: Pierre Gruet <pgt at debian.org>
+Forwarded: not-needed
 Last-Update: 2020-04-13
 
 --- a/Makefile


=====================================
debian/tests/clusterIdenticalInputs
=====================================
@@ -2,7 +2,7 @@
 # autopkgtest check: Run sumaclust on two identical chains with a threshold of 
 # 1 to check that only one cluster is created.
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/tests/clusterThreeInputs
=====================================
@@ -2,7 +2,7 @@
 # autopkgtest check: Run sumaclust on three different chains with a threshold 
 # of 0.97 to check that only two clusters are created.
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/tests/clusterTwoInputsTwoSuccessiveCalls
=====================================
@@ -4,7 +4,7 @@
 # Check that the chains are the same in the two output files, which is a kind 
 # of idempotency test.
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 


=====================================
debian/tests/clusterTwoInputsTwoThresholds
=====================================
@@ -3,7 +3,7 @@
 # thresholds: 0.9 and 0.8. The first run must result in 2 clusters, the second 
 # one must result in 1 cluster.
 # (C) 2020 Pierre Gruet.
-# Author: Pierre Gruet <pgtdebian at free.fr>
+# Author: Pierre Gruet <pgt at debian.org>
 
 set -e
 



View it on GitLab: https://salsa.debian.org/med-team/sumaclust/-/compare/9fd66334baf6ad4671af5c24c02682dcfd9631ee...581ed8e9b911f12d4313981e8734ca5d1dbaa200

-- 
View it on GitLab: https://salsa.debian.org/med-team/sumaclust/-/compare/9fd66334baf6ad4671af5c24c02682dcfd9631ee...581ed8e9b911f12d4313981e8734ca5d1dbaa200
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/20220712/8c988b61/attachment-0001.htm>


More information about the debian-med-commit mailing list