[med-svn] [Git][med-team/pbseqlib][master] 5 commits: Standards-Version: 4.7.4 (routine-update)

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Aug 12 13:49:43 BST 2026



Andreas Tille pushed to branch master at Debian Med / pbseqlib


Commits:
699da9fa by Andreas Tille at 2026-08-12T14:34:21+02:00
Standards-Version: 4.7.4 (routine-update)

- - - - -
4dc80283 by Andreas Tille at 2026-08-12T14:47:09+02:00
Changes made by cme

- - - - -
e249d28c by Andreas Tille at 2026-08-12T14:47:13+02:00
lintian-brush: add d/u/metadata (routine-update)

- - - - -
e18fc305 by Andreas Tille at 2026-08-12T14:47:14+02:00
debputy lint --auto-fix (routine-update)

- - - - -
5b23258c by Andreas Tille at 2026-08-12T14:48:58+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-pbseqlib (5.3.5+dfsg-12) UNRELEASED; urgency=medium
+pbseqlib (5.3.5+dfsg-12) unstable; urgency=medium
 
   * Build with gcc-16
     Closes: #1133604
+  * Standards-Version: 4.7.4 (routine-update)
+  * Reflow Uploaders field (cme)
+  * Remove Priority field (cme)
+  * lintian-brush: add d/u/metadata (routine-update)
+  * debputy lint --auto-fix (routine-update)
 
- -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2026 13:41:31 +0200
+ -- Andreas Tille <tille at debian.org>  Wed, 12 Aug 2026 14:47:18 +0200
 
 pbseqlib (5.3.5+dfsg-11) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,23 +1,24 @@
 Source: pbseqlib
+Standards-Version: 4.7.4
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders:
+ Andreas Tille <tille at debian.org>,
 Section: science
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               d-shlibs,
-               meson,
-               pkgconf,
-               cmake,
-               googletest,
-               libgtest-dev,
-               zlib1g-dev,
-               libhdf5-dev,
-               libboost-dev,
-               libboost-iostreams-dev,
-               libpbbam-dev (>> 2.3.0),
-               libpbcopper-dev (>> 2.2.0),
-               libhts-dev (>= 1.20+ds-2~)
-Standards-Version: 4.7.2
+Build-Depends:
+ debhelper-compat (= 14),
+ d-shlibs,
+ meson,
+ pkgconf,
+ cmake,
+ googletest,
+ libgtest-dev,
+ zlib1g-dev,
+ libhdf5-dev,
+ libboost-dev,
+ libboost-iostreams-dev,
+ libpbbam-dev (>> 2.3.0),
+ libpbcopper-dev (>> 2.2.0),
+ libhts-dev (>= 1.20+ds-2~),
 Vcs-Browser: https://salsa.debian.org/med-team/pbseqlib
 Vcs-Git: https://salsa.debian.org/med-team/pbseqlib.git
 Homepage: https://github.com/PacificBiosciences/blasr_libcpp
@@ -26,10 +27,11 @@ Package: libblasr-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libblasr5.3.5 (= ${binary:Version}),
-         libpbdata-dev (= ${binary:Version}),
-         ${devlibs:Depends},
-         ${misc:Depends}
+Depends:
+ libblasr5.3.5 (= ${binary:Version}),
+ libpbdata-dev (= ${binary:Version}),
+ ${devlibs:Depends},
+ ${misc:Depends},
 Description: tools for aligning PacBio reads to target sequences (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -42,8 +44,9 @@ Package: libblasr5.3.5
 Architecture: any
 Multi-Arch: same
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: tools for aligning PacBio reads to target sequences
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -54,8 +57,9 @@ Description: tools for aligning PacBio reads to target sequences
 Package: libpbseq
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends},
-         libblasr5.3.5 (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ libblasr5.3.5 (= ${binary:Version}),
 Description: library for analyzing PacBio sequencing data
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -67,10 +71,11 @@ Package: libpbseq-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends},
-         libpbdata-dev (= ${binary:Version}),
-         libpbihdf-dev (= ${binary:Version}),
-         libblasr-dev  (= ${binary:Version})
+Depends:
+ ${misc:Depends},
+ libpbdata-dev (= ${binary:Version}),
+ libpbihdf-dev (= ${binary:Version}),
+ libblasr-dev  (= ${binary:Version}),
 Description: library for analyzing PacBio sequencing data (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -82,8 +87,9 @@ Package: libpbdata-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends},
-         libpbcopper-dev
+Depends:
+ ${misc:Depends},
+ libpbcopper-dev,
 Description: tools for handling PacBio sequences (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -96,8 +102,9 @@ Package: libpbihdf-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libhdf5-dev,
-         ${misc:Depends}
+Depends:
+ libhdf5-dev,
+ ${misc:Depends},
 Description: tools for handling PacBio hdf5 files (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,2 @@
+---
+Bug-Database: https://github.com/PacificBiosciences/blasr_libcpp/issues


=====================================
debian/watch
=====================================
@@ -4,6 +4,6 @@ Untrackable: upstream vanished.
 Source: https://github.com//PacificBiosciences/blasr_libcpp/tags
 Matching-Pattern: .*/@ANY_VERSION@@ARCHIVE_EXT@
 Compression: xz
-Dversionmangle: s/\+dfsg//g
+Dversion-Mangle: s/\+dfsg//g
 Repack: yes
-Repacksuffix: +dfsg
+Repack-Suffix: +dfsg



View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/-/compare/5226d6c78ba72b3e448621b1554c8fbbee29628e...5b23258c8628f7b81c279b58d508080451d9ac9f

-- 
View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/-/compare/5226d6c78ba72b3e448621b1554c8fbbee29628e...5b23258c8628f7b81c279b58d508080451d9ac9f
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/20260812/fd365a2e/attachment-0001.htm>


More information about the debian-med-commit mailing list