[med-svn] [Git][med-team/q2-feature-table][master] Use only Major.Minor in dependencies since Micro version might be different in...

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jan 29 13:20:04 GMT 2024



Andreas Tille pushed to branch master at Debian Med / q2-feature-table


Commits:
6cd36a35 by Andreas Tille at 2024-01-29T14:18:31+01:00
Use only Major.Minor in dependencies since Micro version might be different in some qiime packages but this dependency should be sufficient to make sure release versions will stay in sync

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -10,9 +10,9 @@ Build-Depends: debhelper-compat (= 13),
                python3-pytest-cov,
                python3-biom-format,
                python3-seaborn,
-               qiime (>= 2022.11.1),
-               q2templates (>= 2022.11.1),
-               q2-types (>= 2022.11.1)
+               qiime (>= 2022.11),
+               q2templates (>= 2022.11),
+               q2-types (>= 2022.11)
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/q2-feature-table
 Vcs-Git: https://salsa.debian.org/med-team/q2-feature-table.git
@@ -30,9 +30,9 @@ Depends: ${shlibs:Depends},
          python3-seaborn,
          python3-numpy,
          python3-ipywidgets,
-         qiime (>= 2022.11.1),
-         q2templates (>= 2022.11.1),
-         q2-types (>= 2022.11.1)
+         qiime (>= 2022.11),
+         q2templates (>= 2022.11),
+         q2-types (>= 2022.11)
 Description: QIIME 2 plugin supporting operations on feature tables
  QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
  package with a focus on data and analysis transparency. QIIME 2 enables


=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@
 export LC_ALL=C.UTF-8
 
 include /usr/share/dpkg/default.mk
-VERSION_UPSTREAM=$(shell echo $(DEB_VERSION_UPSTREAM) | sed 's/+dfsg//')
+VERSION_UPSTREAM=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\(20[0-9][0-9]\.[0-9]\+\)\..*/\1/')
 
 TSORTER=q2_feature_table/_summarize/tabulate_seqs_assets
 VEGA=q2_feature_table/_summarize/summarize_assets/vega



View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/commit/6cd36a3536c1a794a7eef85c6cb46cd6a1bb6fe6

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/commit/6cd36a3536c1a794a7eef85c6cb46cd6a1bb6fe6
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/20240129/6de648a6/attachment-0001.htm>


More information about the debian-med-commit mailing list