Michael R. Crusoe pushed to branch master at Debian Med / lastz


Commits:
1b1ca3c4 by Michael R. Crusoe at 2026-08-20T17:08:58+03:00
d/rules: build with -std=gnu17 to support glibc 2.43

due to ISO C23 const return types. Closes: 1128615

- - - - -
8baf98f3 by Michael R. Crusoe at 2026-08-20T17:09:19+03:00
Standards-Version: 4.7.4 (routine-update)

- - - - -
b1ced538 by Michael R. Crusoe at 2026-08-20T17:09:21+03:00
Changes made by cme

- - - - -
cbfda2fb by Michael R. Crusoe at 2026-08-20T17:09:21+03:00
Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)

- - - - -
30c3506c by Michael R. Crusoe at 2026-08-20T17:10:56+03:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,18 @@
-lastz (1.04.52-2) UNRELEASED; urgency=medium
+lastz (1.04.52-2) unstable; urgency=medium
 
+  * Team upload.
+  [ Étienne Mollier ]
   * d/patches/*: document forwarding status.
 
- -- Étienne Mollier <[email protected]>  Tue, 05 May 2026 19:26:02 +0200
+  [ Michael R. Crusoe ]
+  * d/rules: build with -std=gnu17 to support glibc 2.43 due to ISO C23
+    const return types. Closes: 1128615
+  * Standards-Version: 4.7.4 (routine-update)
+  * Reflow Uploaders field (cme)
+  * Remove Priority field (cme)
+  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Michael R. Crusoe <[email protected]>  Thu, 20 Aug 2026 17:10:56 +0300
 
 lastz (1.04.52-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -1,19 +1,22 @@
 Source: lastz
-Section: science
-Priority: optional
+Standards-Version: 4.7.4
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Andreas Tille <[email protected]>
-Build-Depends: debhelper-compat (= 13),
-               dh-python,
-               python3
-Standards-Version: 4.7.2
+Uploaders:
+ Andreas Tille <[email protected]>,
+Section: science
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3,
 Vcs-Browser: https://salsa.debian.org/med-team/lastz
 Vcs-Git: https://salsa.debian.org/med-team/lastz.git
 Homepage: https://github.com/lastz/lastz
 
 Package: lastz
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: pairwise aligning DNA sequences
  LASTZ is a drop-in replacement for BLASTZ, and is backward compatible with
  BLASTZ’s command-line syntax. That is, it supports all of BLASTZ’s options
@@ -22,8 +25,11 @@ Description: pairwise aligning DNA sequences
 
 Package: lastz-examples
 Architecture: all
-Depends: python3:any, ${python3:Depends}, ${misc:Depends}
 Multi-Arch: foreign
+Depends:
+ python3:any,
+ ${python3:Depends},
+ ${misc:Depends},
 Description: pairwise aligning DNA sequences (examples and test scripts)
  LASTZ is a drop-in replacement for BLASTZ, and is backward compatible with
  BLASTZ’s command-line syntax. That is, it supports all of BLASTZ’s options


=====================================
debian/rules
=====================================
@@ -7,10 +7,10 @@ include /usr/share/dpkg/default.mk
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-export DEB_CFLAGS_MAINT_APPEND  = -Wno-stringop-truncation
+export DEB_CFLAGS_MAINT_APPEND  = -Wno-stringop-truncation -std=gnu17
 
 %:
-       dh $@ --with python3
+       dh $@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))



View it on GitLab: 
https://salsa.debian.org/med-team/lastz/-/compare/ad1beeca99c4f71a8e5dae150e061ba288817638...30c3506c7e22fba76ac0134b694fb05987e13036

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/lastz/-/compare/ad1beeca99c4f71a8e5dae150e061ba288817638...30c3506c7e22fba76ac0134b694fb05987e13036
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


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

Reply via email to