[med-svn] [Git][med-team/q2-diversity-lib][master] Generate debian/control automatically to refresh version number
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Jan 30 15:07:42 GMT 2024
Andreas Tille pushed to branch master at Debian Med / q2-diversity-lib
Commits:
952faf41 by Andreas Tille at 2024-01-30T16:07:24+01:00
Generate debian/control automatically to refresh version number
- - - - -
3 changed files:
- debian/changelog
- + debian/control.in
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+q2-diversity-lib (2023.7.0-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Generate debian/control automatically to refresh version number
+
+ -- Andreas Tille <tille at debian.org> Tue, 30 Jan 2024 16:06:56 +0100
+
q2-diversity-lib (2023.7.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control.in
=====================================
@@ -0,0 +1,56 @@
+Source: q2-diversity-lib
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ dh-python,
+ python3,
+ python3-setuptools,
+ python3-pytest <!nocheck>,
+ python3-statsmodels <!nocheck>,
+ python3-unifrac <!nocheck>,
+ qiime (>= @DEB_VERSION_UPSTREAM@) <!nocheck>
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/med-team/q2-diversity-lib
+Vcs-Git: https://salsa.debian.org/med-team/q2-diversity-lib.git
+Homepage: https://qiime2.org/
+Rules-Requires-Root: no
+
+Package: q2-diversity-lib
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python3:Depends},
+ python3-pandas,
+ python3-sklearn,
+ qiime (>= @DEB_VERSION_UPSTREAM@),
+ q2-emperor (>= @DEB_VERSION_UPSTREAM@),
+ q2-feature-table (>= @DEB_VERSION_UPSTREAM@),
+ r-base-core,
+ r-cran-vegan,
+ python3-statsmodels,
+ python3-unifrac,
+ unifrac-tools
+Description: QIIME2 plugin to expose diversity metrics/measures as actions
+ QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
+ package with a focus on data and analysis transparency. QIIME 2 enables
+ researchers to start an analysis with raw DNA sequence data and finish with
+ publication-quality figures and statistical results.
+ Key features:
+ * Integrated and automatic tracking of data provenance
+ * Semantic type system
+ * Plugin system for extending microbiome analysis functionality
+ * Support for multiple types of user interfaces (e.g. API, command line,
+ graphical)
+ .
+ QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
+ pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
+ retaining the features that makes QIIME 1 a powerful and widely-used analysis
+ pipeline.
+ .
+ QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
+ New functionality will regularly become available through QIIME 2 plugins. You
+ can view a list of plugins that are currently available on the QIIME 2 plugin
+ availability page. The future plugins page lists plugins that are being
+ developed.
=====================================
debian/rules
=====================================
@@ -9,6 +9,12 @@ export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build
export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-diversity-lib.egg-* \
{build_dir}/site.py {build_dir}/.coverage* {build_dir}/easy-install.pth
+include /usr/share/dpkg/default.mk
+VERSION_UPSTREAM=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\(20[0-9][0-9]\.[0-9]\+\)\..*/\1/')
+
+debian/control: debian/control.in
+ echo "# This file is autogenerated from control.in to update versioned dependencies" > $@
+ sed -e"s/@DEB_VERSION_UPSTREAM@/$(VERSION_UPSTREAM)/g" $< >> $@
%:
dh $@ --with python3 --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/q2-diversity-lib/-/commit/952faf41b462238963f51e6486ae8d62f6d31c08
--
View it on GitLab: https://salsa.debian.org/med-team/q2-diversity-lib/-/commit/952faf41b462238963f51e6486ae8d62f6d31c08
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/20240130/50d901de/attachment-0001.htm>
More information about the debian-med-commit
mailing list