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

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jan 30 14:31:41 GMT 2024



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


Commits:
3bf648de by Andreas Tille at 2024-01-30T15:25:09+01:00
Generate debian/control automatically to refresh version number

- - - - -
e3a8ea1b by Andreas Tille at 2024-01-30T15:25:30+01:00
New upstream version 2023.9.0
- - - - -
e4a5f791 by Andreas Tille at 2024-01-30T15:25:30+01:00
routine-update: New upstream version

- - - - -
9f1c1423 by Andreas Tille at 2024-01-30T15:25:34+01:00
Update upstream source from tag 'upstream/2023.9.0'

Update to upstream version '2023.9.0'
with Debian dir 0c816e35575b513d5c4740bde399ccdb1999eae5
- - - - -
fa459898 by Andreas Tille at 2024-01-30T15:25:39+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/

- - - - -
b04d5e83 by Andreas Tille at 2024-01-30T15:25:57+01:00
routine-update: Regenerate debian/control from debian/control.in

- - - - -
1136827e by Andreas Tille at 2024-01-30T15:28:36+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+q2-cutadapt (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 15:25:57 +0100
+
 q2-cutadapt (2023.7.0-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,17 +1,18 @@
+# This file is autogenerated from control.in to update versioned dependencies
 Source: q2-cutadapt
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
-               dh-python,
+               dh-sequence-python3,
                python3,
                python3-setuptools,
                python3-pytest-cov,
                python3-pandas,
                cutadapt,
-               qiime (>= 2022.11.1),
-               q2-types (>= 2022.11.1)
+               qiime (>= 2023.9),
+               q2-types (>= 2023.9)
 Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/q2-cutadapt
 Vcs-Git: https://salsa.debian.org/med-team/q2-cutadapt.git
@@ -27,8 +28,8 @@ Depends: ${shlibs:Depends},
          python3-pandas,
          cutadapt,
          pigz,
-         qiime (>= 2022.11.1),
-         q2-types (>= 2022.11.1)
+         qiime (>= 2023.9),
+         q2-types (>= 2023.9)
 Description: QIIME 2 plugin to work with adapters in sequence data
  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,53 @@
+Source: q2-cutadapt
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>
+Section: science
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+               dh-sequence-python3,
+               python3,
+               python3-setuptools,
+               python3-pytest-cov,
+               python3-pandas,
+               cutadapt,
+               qiime (>= @DEB_VERSION_UPSTREAM@),
+               q2-types (>= @DEB_VERSION_UPSTREAM@)
+Standards-Version: 4.6.2
+Vcs-Browser: https://salsa.debian.org/med-team/q2-cutadapt
+Vcs-Git: https://salsa.debian.org/med-team/q2-cutadapt.git
+Homepage: https://qiime2.org/
+Rules-Requires-Root: no
+
+Package: q2-cutadapt
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python3:Depends},
+         python3-numpy,
+         python3-pandas,
+         cutadapt,
+         pigz,
+         qiime (>= @DEB_VERSION_UPSTREAM@),
+         q2-types (>= @DEB_VERSION_UPSTREAM@)
+Description: QIIME 2 plugin to work with adapters in sequence data
+ 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
=====================================
@@ -3,6 +3,9 @@
 # DH_VERBOSE := 1
 export LC_ALL=C.UTF-8
 
+include /usr/share/dpkg/default.mk
+VERSION_UPSTREAM=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\(20[0-9][0-9]\.[0-9]\+\)\..*/\1/')
+
 # For testing, we need to deploy the project in the build directory
 # so that qiime2 plugins are loaded
 export PYBUILD_BEFORE_TEST=python{version} setup.py develop --install-dir {build_dir}
@@ -11,7 +14,11 @@ export PYBUILD_AFTER_TEST=rm -v {build_dir}/site.py {build_dir}/.coverage*; \
 	python{version} setup.py develop --uninstall --install-dir {build_dir}
 
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --buildsystem=pybuild
+
+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" $< >> $@
 
 # FIXME: similarly to the qiime and q2-types packages, the build time testing fails, as
 #        the Qiime plugin system is not fully available at this point of the package


=====================================
q2_cutadapt/_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 = "43cece4fc00d51c08030cfca85f8a615d9d885de"
-    git_date = "2023-08-17 18:35:42 +0000"
+    git_refnames = " (tag: 2023.9.0, Release-2023.9)"
+    git_full = "4098881c977e2a54475e580e65b40c15c92c490d"
+    git_date = "2023-10-03 21:51:11 +0000"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 



View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/compare/014134767543ae91d9fe8c577176b9bb8b36550f...1136827eea6efecec3d98a54ba54583d710c864a

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-cutadapt/-/compare/014134767543ae91d9fe8c577176b9bb8b36550f...1136827eea6efecec3d98a54ba54583d710c864a
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/3d5db8d7/attachment-0001.htm>


More information about the debian-med-commit mailing list