[med-svn] [Git][med-team/libwfa2][master] 2 commits: d/control: restrict to 64-bit architectures to match all of the rdeps of this package
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Mar 21 12:27:55 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / libwfa2
Commits:
260863ed by Michael R. Crusoe at 2024-03-21T13:15:40+01:00
d/control: restrict to 64-bit architectures to match all of the rdeps of this package
Undo the t64 transition, as that is no longer needed.
- - - - -
b21b3b68 by Michael R. Crusoe at 2024-03-21T13:16:19+01:00
routine-update: Ready to upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/libwfa2-0t64.install → debian/libwfa2-0.install
- − debian/libwfa2-0t64.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libwfa2 (2.3.3-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: restrict to 64-bit architectures to match all of the rdeps
+ of this package. Undo the t64 transition, as that is no longer needed.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Thu, 21 Mar 2024 13:16:19 +0100
+
libwfa2 (2.3.3-2.1) unstable; urgency=medium
* Non-maintainer upload.
=====================================
debian/control
=====================================
@@ -3,8 +3,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
- d-shlibs (>= 0.106),
+Build-Depends: debhelper-compat (= 13),
+ architecture-is-64-bit,
+ d-shlibs,
cmake,
pkg-config
Standards-Version: 4.6.2
@@ -13,10 +14,8 @@ Vcs-Git: https://salsa.debian.org/med-team/libwfa2.git
Homepage: https://github.com/smarco/WFA2-lib
Rules-Requires-Root: no
-Package: libwfa2-0t64
-Provides: ${t64:Provides}
-Replaces: libwfa2-0
-Conflicts: libwfa2-0 (<< ${source:Version})
+Package: libwfa2-0
+Provides: libwfa2-0t64 (= ${binary:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
@@ -41,7 +40,7 @@ Description: exact gap-affine algorithm (shared library)
Package: libwfa2-dev
Architecture: any
Section: libdevel
-Depends: libwfa2-0t64 (= ${binary:Version}),
+Depends: libwfa2-0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: exact gap-affine algorithm (development)
=====================================
debian/libwfa2-0t64.install → debian/libwfa2-0.install
=====================================
=====================================
debian/libwfa2-0t64.lintian-overrides deleted
=====================================
@@ -1 +0,0 @@
-libwfa2-0t64: package-name-doesnt-match-sonames libwfa2-0
=====================================
debian/rules
=====================================
@@ -14,7 +14,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_install:
dh_install
d-shlibmove --commit \
- --t64 \
--multiarch \
--devunversioned \
--exclude-la \
View it on GitLab: https://salsa.debian.org/med-team/libwfa2/-/compare/fa4c1ecf95103b689d527e0447ea341288fd0bba...b21b3b6828a835f83c4007444154ef0dc4628a98
--
View it on GitLab: https://salsa.debian.org/med-team/libwfa2/-/compare/fa4c1ecf95103b689d527e0447ea341288fd0bba...b21b3b6828a835f83c4007444154ef0dc4628a98
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/20240321/07c464a2/attachment-0001.htm>
More information about the debian-med-commit
mailing list