[med-svn] [Git][med-team/deblur][master] 6 commits: Make build reproducible Closes: #1120528
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jul 6 14:04:29 BST 2026
Andreas Tille pushed to branch master at Debian Med / deblur
Commits:
9b03adeb by Andreas Tille at 2026-07-06T14:55:23+02:00
Make build reproducible Closes: #1120528
- - - - -
891ca3f3 by Andreas Tille at 2026-07-06T14:55:55+02:00
Standards-Version: 4.7.4 (routine-update)
- - - - -
6b26e3c2 by Andreas Tille at 2026-07-06T14:56:08+02:00
Changes made by cme
- - - - -
3613e95b by Andreas Tille at 2026-07-06T14:56:10+02:00
Drop 'Rules-Requires-Root: no' from d/control (routine-update)
- - - - -
2d258ed1 by Andreas Tille at 2026-07-06T15:00:06+02:00
d/copyright: Use proper SPDX name
- - - - -
471d6200 by Andreas Tille at 2026-07-06T15:02:15+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,20 @@
-deblur (1.1.1-5) UNRELEASED; urgency=medium
+deblur (1.1.1-5) unstable; urgency=medium
* Team upload.
+
+ [ Andreas Tille ]
* d/watch: version=5
+ * Standards-Version: 4.7.4 (routine-update)
+ * Reflow Uploaders field (cme)
+ * Remove Priority field (cme)
+ * Drop 'Rules-Requires-Root: no' from d/control (routine-update)
+ * d/copyright: Use proper SPDX name
+
+ [ Chris Lamb ]
+ * Make build reproducible
+ Closes: #1120528
- -- Andreas Tille <tille at debian.org> Mon, 29 Jun 2026 10:23:03 +0200
+ -- Andreas Tille <tille at debian.org> Mon, 06 Jul 2026 15:00:09 +0200
deblur (1.1.1-4) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,28 +1,30 @@
Source: deblur
-Section: science
-Priority: optional
+Standards-Version: 4.7.4
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper-compat (= 13),
- dh-sequence-python3,
- python3-setuptools,
- python3-all,
- python3-skbio,
- python3-biom-format,
- python3-pytest <!nocheck>,
- sortmerna (>> 4~) [amd64] <!nocheck>,
- vsearch,
- mafft <!nocheck>
-Standards-Version: 4.7.0
-Homepage: https://github.com/biocore/deblur
+Uploaders:
+ Steffen Moeller <moeller at debian.org>,
+Section: science
+Testsuite: autopkgtest-pkg-python
+Build-Depends:
+ debhelper-compat (= 14),
+ dh-sequence-python3,
+ python3-setuptools,
+ python3-all,
+ python3-skbio,
+ python3-biom-format,
+ python3-pytest <!nocheck>,
+ sortmerna <!nocheck>,
+ vsearch,
+ mafft <!nocheck>,
Vcs-Browser: https://salsa.debian.org/med-team/deblur
Vcs-Git: https://salsa.debian.org/med-team/deblur.git
-Testsuite: autopkgtest-pkg-python
-Rules-Requires-Root: no
+Homepage: https://github.com/biocore/deblur
Package: deblur
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends:
+ ${python3:Depends},
+ ${misc:Depends},
Description: deconvolution for Illumina amplicon sequencing
Deblur is a greedy deconvolution algorithm for amplicon sequencing
based on Illumina Miseq/Hiseq error profiles. The authors recommend
=====================================
debian/copyright
=====================================
@@ -4,13 +4,13 @@ Source: https://github.com/biocore/deblur
Files: *
Copyright: 2013-2022 Deblur development team
-License: BSD-3
+License: BSD-3-clause
Files: debian/*
Copyright: 2020 Steffen Moeller <moeller at debian.org>
-License: BSD-3
+License: BSD-3-clause
-License: BSD-3
+License: BSD-3-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without modification,
=====================================
debian/rules
=====================================
@@ -4,6 +4,7 @@
export PYBUILD_NAME=deblur
export PYBUILD_BEFORE_TEST=cp -Rv {dir}/deblur/test/data {build_dir}/deblur/test
+export PYBUILD_AFTER_TEST=rm -rfv {build_dir}/deblur/test/data
export PYBUILD_TEST_ARGS=deblur/test/test_*.py -k ' \
not test_workflow \
and not test_parallel_deblur \
View it on GitLab: https://salsa.debian.org/med-team/deblur/-/compare/b65169227a2980fcaa32a78dfafc9265c32aaff2...471d6200f5ac9e9b3722236ea325df3b5a80cbba
--
View it on GitLab: https://salsa.debian.org/med-team/deblur/-/compare/b65169227a2980fcaa32a78dfafc9265c32aaff2...471d6200f5ac9e9b3722236ea325df3b5a80cbba
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260706/878d0d06/attachment-0001.htm>
More information about the debian-med-commit
mailing list