[med-svn] [Git][med-team/jellyfish][master] d/control: simplify architecture specifications by build-dep'ing on architecture-is-little-endian.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Thu Mar 7 07:45:00 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / jellyfish
Commits:
2a1b8988 by Michael R. Crusoe at 2024-03-07T08:44:28+01:00
d/control: simplify architecture specifications by build-dep'ing on architecture-is-little-endian.
- - - - -
2 changed files:
- debian/changelog
- debian/control
Changes:
=====================================
debian/changelog
=====================================
@@ -3,6 +3,8 @@ jellyfish (2.3.1-3) UNRELEASED; urgency=medium
* Forwarded several patches upstream.
* debian/patches/fix_catch.patch is no longer used, remove it.
* Point to the Jellyfish 2.0 homepage
+ * d/control: simplify architecture specifications by build-dep'ing on
+ architecture-is-little-endian.
-- Michael R. Crusoe <crusoe at debian.org> Wed, 28 Feb 2024 14:57:36 +0100
=====================================
debian/control
=====================================
@@ -7,6 +7,7 @@ Uploaders: Shaun Jackman <sjackman at debian.org>,
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
+ architecture-is-little-endian,
d-shlibs (>= 0.106~),
autoconf-archive,
yaggo,
@@ -29,7 +30,7 @@ Homepage: https://www.genome.umd.edu/jellyfish.html
Rules-Requires-Root: no
Package: jellyfish
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64
+Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libjellyfish-2.0-2t64 (= ${binary:Version})
@@ -52,7 +53,7 @@ Package: libjellyfish-2.0-2t64
Provides: ${t64:Provides}
Replaces: libjellyfish-2.0-2
Conflicts: libjellyfish-2.0-2 (<< ${source:Version})
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64
+Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
@@ -76,7 +77,7 @@ Description: count k-mers in DNA sequences (dynamic library of jellyfish)
jellyfish is linked to.
Package: libjellyfish-2.0-dev
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64
+Architecture: any
Section: libdevel
Depends: ${misc:Depends},
libjellyfish-2.0-2t64 (= ${binary:Version})
@@ -99,7 +100,7 @@ Description: count k-mers in DNA sequences (development files of jellyfish)
header files)
Package: python3-dna-jellyfish
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64
+Architecture: any
Section: python
Depends: ${python3:Depends},
${misc:Depends},
@@ -122,7 +123,7 @@ Description: count k-mers in DNA sequences (Python bindings of jellyfish)
This package contains the Python bindings of jellyfish.
Package: libjellyfish-perl
-Architecture: amd64 arm64 armel armhf i386 mips64el ppc64el hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 riscv64 loong64
+Architecture: any
Multi-Arch: same
Section: perl
Depends: ${perl:Depends},
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/2a1b898813195b6d387b2f51f73f3f48fa7c284c
--
View it on GitLab: https://salsa.debian.org/med-team/jellyfish/-/commit/2a1b898813195b6d387b2f51f73f3f48fa7c284c
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/20240307/18618c8a/attachment-0001.htm>
More information about the debian-med-commit
mailing list