[med-svn] [Git][med-team/ncbi-vdb][master] 4 commits: Start work towards ncbi-vdb 3.0.0+dfsg2-4.

Aaron M. Ucko (@ucko) gitlab at salsa.debian.org
Wed Oct 12 02:49:10 BST 2022



Aaron M. Ucko pushed to branch master at Debian Med / ncbi-vdb


Commits:
f11f58ef by Aaron M. Ucko at 2022-10-11T21:40:34-04:00
Start work towards ncbi-vdb 3.0.0+dfsg2-4.

- - - - -
32fe911b by Aaron M. Ucko at 2022-10-11T21:45:21-04:00
d/rules: $(DEB_HOST_ARCH_BITS) in LIBINSTALLDIR for the sake of x32.

- - - - -
93fa2edf by Aaron M. Ucko at 2022-10-11T21:47:13-04:00
debian/salsa-ci.yml: Enable aptly for the sake of sra-sdk 3.x

... until both packages return to unstable.

- - - - -
66994a9f by Aaron M. Ucko at 2022-10-11T21:48:44-04:00
debian/control: Drop i386, desupported upstream.

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+ncbi-vdb (3.0.0+dfsg2-4) UNRELEASED; urgency=medium
+
+  * NOT RELEASED YET.
+  * debian/control: Drop i386, desupported upstream.
+  * debian/rules: Use $(DEB_HOST_ARCH_BITS) in LIBINSTALLDIR for the sake
+    of x32.
+  * debian/salsa-ci.yml: Enable aptly for the sake of sra-sdk 3.x until
+    both packages return to unstable.
+
+ -- Aaron M. Ucko <ucko at debian.org>  Tue, 11 Oct 2022 21:48:43 -0400
+
 ncbi-vdb (3.0.0+dfsg2-3) experimental; urgency=medium
 
   * .gitignore: Ignore temporary interfaces/cc/gcc/aarch64 symlink.


=====================================
debian/control
=====================================
@@ -28,7 +28,7 @@ Homepage: https://github.com/ncbi/ncbi-vdb
 Rules-Requires-Root: no
 
 Package: libncbi-vdb3
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -48,7 +48,7 @@ Description: libraries for using data in the INSDC Sequence Read Archives
  This package contains a runtime library for reading VDB data.
 
 Package: libncbi-vdb-dev
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -93,7 +93,7 @@ Description: schemata and defaults for the INSDC Sequence Read Archives
  configuration files for VDB libraries.
 
 Package: libkdf5-3
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -113,7 +113,7 @@ Description: hdf5 access to data in the INSDC Sequence Read Archives
  to the Hierarchical Data Format, version 5 (HDF5).
 
 Package: libkdf5-dev
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -135,7 +135,7 @@ Description: hdf5 access to data in the INSDC Sequence Read Archives (devel)
  This is the development package.
 
 Package: libncbi-wvdb3
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -154,7 +154,7 @@ Description: virtual layer update module of ncbi-vdb library
  This package contains a runtime library for updating VDB data.
 
 Package: libncbi-wvdb-dev
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -173,7 +173,7 @@ Description: virtual layer update module of ncbi-vdb library (devel)
  This package contains development files for updating VDB data.
 
 Package: libsam-extract3
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -192,7 +192,7 @@ Description: SAM extraction module of ncbi-vdb library
  for extracting Sequence/Alignment Map (SAM) files.
 
 Package: libsam-extract-dev
-Architecture: amd64 arm64 i386 x32
+Architecture: amd64 arm64 x32
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},


=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 SODIR := $(DEB_SOURCE)/$(DEB_SOURCE)/$(OS)/gcc
 # VDB_ARCH := $(word 1, $(subst -, ,$(DEB_HOST_MULTIARCH)))
 VDB_ARCH := *
-LIBINSTALLDIR := debian/tmp/usr/lib64
+LIBINSTALLDIR := debian/tmp/usr/lib$(DEB_HOST_ARCH_BITS)
 SCHEMADIR := debian/ncbi-vdb-data/usr/lib/$(DEB_SOURCE)
 DSLMFLAGS := --commit --multiarch --devunversioned --exclude-la
 


=====================================
debian/salsa-ci.yml
=====================================
@@ -2,3 +2,5 @@
 include:
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
   - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+  SALSA_CI_DISABLE_APTLY: 0



View it on GitLab: https://salsa.debian.org/med-team/ncbi-vdb/-/compare/7090c8b87b8a9b01c33fd15d85ec1767a13d3ff9...66994a9f46485d3b8d66bceca51b9c5003904476

-- 
View it on GitLab: https://salsa.debian.org/med-team/ncbi-vdb/-/compare/7090c8b87b8a9b01c33fd15d85ec1767a13d3ff9...66994a9f46485d3b8d66bceca51b9c5003904476
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/20221012/2b643e55/attachment-0001.htm>


More information about the debian-med-commit mailing list