[med-svn] [Git][med-team/q2-emperor][master] 8 commits: Generate debian/control automatically to refresh version number

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jan 30 15:21:57 GMT 2024



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


Commits:
a588149d by Andreas Tille at 2024-01-30T16:09:37+01:00
Generate debian/control automatically to refresh version number

- - - - -
08345bd8 by Andreas Tille at 2024-01-30T16:09:52+01:00
routine-update: New upstream version

- - - - -
af80c647 by Andreas Tille at 2024-01-30T16:09:53+01:00
New upstream version 2023.9.0
- - - - -
e0f0d6c7 by Andreas Tille at 2024-01-30T16:09:53+01:00
Update upstream source from tag 'upstream/2023.9.0'

Update to upstream version '2023.9.0'
with Debian dir 0e271f4d166c9ec3a0b4f07158b6f26152d5430a
- - - - -
3d4f6dff by Andreas Tille at 2024-01-30T16:09:56+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/

- - - - -
51e7b164 by Andreas Tille at 2024-01-30T16:16:12+01:00
Fix typo

- - - - -
7a7f5691 by Andreas Tille at 2024-01-30T16:16:48+01:00
routine-update: Regenerate debian/control from debian/control.in

- - - - -
9a9f4ab9 by Andreas Tille at 2024-01-30T16:19:17+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/control.in
- debian/rules
- q2_emperor/_version.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+q2-emperor (2023.9.0-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Generate debian/control automatically to refresh version number
+  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+  * Regenerate debian/control from debian/control.in (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 30 Jan 2024 16:16:48 +0100
+
 q2-emperor (2023.7.0-1) unstable; urgency=medium
 
   * New upstream version 2023.7.0


=====================================
debian/control
=====================================
@@ -1,3 +1,4 @@
+# This file is autogenerated from control.in to update versioned dependencies
 Source: q2-emperor
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
@@ -5,15 +6,15 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               dh-python,
+               dh-sequence-python3,
                python3,
                python3-setuptools,
                python3-pytest <!nocheck>,
                python3-pytest-cov <!nocheck>,
                python3-emperor <!nocheck>,
-               qiime (>= 2022.11.1) <!nocheck>,
-               q2templates (>= 2022.11.1) <!nocheck>,
-               q2-types (>= 2022.11.1) <!nocheck>
+               qiime (>= 2023.9) <!nocheck>,
+               q2templates (>= 2023.9) <!nocheck>,
+               q2-types (>= 2023.9) <!nocheck>
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/q2-emperor
 Vcs-Git: https://salsa.debian.org/med-team/q2-emperor.git
@@ -28,9 +29,9 @@ Depends: ${shlibs:Depends},
          python3-pandas,
          python3-emperor,
          python3-distutils,
-         q2templates (>= 2022.11.1),
-         q2-types (>= 2022.11.1),
-         qiime (>= 2022.11.1)
+         q2templates (>= 2023.9),
+         q2-types (>= 2023.9),
+         qiime (>= 2023.9)
 Description: QIIME2 plugin for display of ordination plots
  QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
  package with a focus on data and analysis transparency. QIIME 2 enables


=====================================
debian/control.in
=====================================
@@ -0,0 +1,55 @@
+Source: q2-emperor
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>,
+           Étienne Mollier <emollier at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               dh-sequence-python3,
+               python3,
+               python3-setuptools,
+               python3-pytest <!nocheck>,
+               python3-pytest-cov <!nocheck>,
+               python3-emperor <!nocheck>,
+               qiime (>= @DEB_VERSION_UPSTREAM@) <!nocheck>,
+               q2templates (>= @DEB_VERSION_UPSTREAM@) <!nocheck>,
+               q2-types (>= @DEB_VERSION_UPSTREAM@) <!nocheck>
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/med-team/q2-emperor
+Vcs-Git: https://salsa.debian.org/med-team/q2-emperor.git
+Homepage: https://qiime2.org/
+Rules-Requires-Root: no
+
+Package: q2-emperor
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python3:Depends},
+         python3-pandas,
+         python3-emperor,
+         python3-distutils,
+         q2templates (>= @DEB_VERSION_UPSTREAM@),
+         q2-types (>= @DEB_VERSION_UPSTREAM@),
+         qiime (>= @DEB_VERSION_UPSTREAM@)
+Description: QIIME2 plugin for display of ordination plots
+ 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,9 +9,15 @@ export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build
 export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-emperor.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
+	dh $@ --buildsystem=pybuild
 
 #FIXME: Delaying true testing to autopkgtests since QIIME2 module cannot be registered
 #       at build time.


=====================================
q2_emperor/_version.py
=====================================
@@ -23,9 +23,9 @@ def get_keywords():
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (tag: 2023.7.0, Release-2023.7)"
-    git_full = "13b5dd0492ac2dfd69dd90f746028ae4f3641021"
-    git_date = "2023-08-17 18:42:00 +0000"
+    git_refnames = " (tag: 2023.9.0, Release-2023.9)"
+    git_full = "f60a1cb418f04e8318daef4afeded4f55f0ea77c"
+    git_date = "2023-10-03 21:56:29 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 



View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/compare/14d4c53752e65e949c84b1e2bed2d39675723338...9a9f4ab9354ae0dab797acf77aff206da5c71ab2

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-emperor/-/compare/14d4c53752e65e949c84b1e2bed2d39675723338...9a9f4ab9354ae0dab797acf77aff206da5c71ab2
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/8803a015/attachment-0001.htm>


More information about the debian-med-commit mailing list