[med-svn] [Git][med-team/python-tinyalign][master] 10 commits: Fix Build-Depends issues
Andreas Tille
gitlab at salsa.debian.org
Mon Mar 9 09:20:17 GMT 2020
Andreas Tille pushed to branch master at Debian Med / python-tinyalign
Commits:
32b2a6a7 by Andreas Tille at 2020-03-09T08:15:35+01:00
Fix Build-Depends issues
- - - - -
244d15e7 by Andreas Tille at 2020-03-09T08:16:10+01:00
R-U: Trailing whitespace in debian/changelog
- - - - -
08dc6ee2 by Andreas Tille at 2020-03-09T08:53:26+01:00
routine-update: Do not parse d/changelog
- - - - -
bd464561 by Andreas Tille at 2020-03-09T08:53:26+01:00
routine-update: Add salsa-ci file
- - - - -
8b2bf8ce by Andreas Tille at 2020-03-09T08:53:38+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
- - - - -
5ced379f by Andreas Tille at 2020-03-09T09:32:20+01:00
Fix version calculation
- - - - -
01005c06 by Andreas Tille at 2020-03-09T09:44:16+01:00
Binary package: Section: python
- - - - -
d6226f85 by Andreas Tille at 2020-03-09T09:45:43+01:00
Hardening
- - - - -
4a50bed0 by Andreas Tille at 2020-03-09T09:51:01+01:00
No fiddling around with _version.py since python3-setuptools-scm is used now
- - - - -
7ed85bc0 by Andreas Tille at 2020-03-09T09:53:11+01:00
Upload to unstable
- - - - -
8 changed files:
- debian/changelog
- + debian/clean
- debian/control
- − debian/patches/series
- − debian/patches/setup.patch
- debian/rules
- + debian/salsa-ci.yml
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,24 @@
+python-tinyalign (0.2-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Logan Rosen ]
+ * Fix Build-Depends issues
+ Closes: #953395
+
+ [ Andreas Tille ]
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Do not parse d/changelog (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Binary package: Section: python
+ * Hardening
+ * No fiddling around with _version.py since python3-setuptools-scm
+ is used now
+
+ -- Andreas Tille <tille at debian.org> Mon, 09 Mar 2020 09:51:15 +0100
+
python-tinyalign (0.2-1) unstable; urgency=medium
* Initial release (Closes: #950511)
=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+src/tinyalign/_version.py
=====================================
debian/control
=====================================
@@ -5,8 +5,10 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Steffen Moeller <moeller at debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
+ cython3,
python3-setuptools,
- python3-all
+ python3-setuptools-scm,
+ python3-all-dev
Standards-Version: 4.5.0
Homepage: https://github.com/marcelm/tinyalign
Vcs-Browser: https://salsa.debian.org/med-team/tinyalign
@@ -15,6 +17,7 @@ Vcs-Git: https://salsa.debian.org/med-team/tinyalign.git
Package: python3-tinyalign
Architecture: any
+Section: python
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: numerical representation of differences between strings
A small Python module providing edit distance (aka Levenshtein distance,
=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-setup.patch
=====================================
debian/patches/setup.patch deleted
=====================================
@@ -1,14 +0,0 @@
-Index: python-tinyalign-0.2/setup.py
-===================================================================
---- python-tinyalign-0.2.orig/setup.py
-+++ python-tinyalign-0.2/setup.py
-@@ -61,7 +61,8 @@ with open("README.md", encoding="utf-8")
- setup(
- name="tinyalign",
- setup_requires=["setuptools_scm"], # Support pip versions that don't know about pyproject.toml
-- use_scm_version={"write_to": "src/tinyalign/_version.py"},
-+ #use_scm_version={"write_to": "src/tinyalign/_version.py"},
-+ use_scm_version=False,
- author="Marcel Martin",
- author_email="marcel.martin at scilifelab.se",
- url="https://github.com/marcelm/tinyalign/",
=====================================
debian/rules
=====================================
@@ -3,14 +3,7 @@ export DH_VERBOSE = 1
export PYBUILD_NAME=tinyalign
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
%:
dh $@ --with python3 --buildsystem=pybuild
-
-override_dh_auto_build:
- echo "version=\"$$(dpkg-parsechangelog |grep ^Version|cut -f2 -d' ' | cut -f1 -d-)\"" > src/tinyalign/_version.py
- dh_auto_build
-
-override_dh_auto_clean:
- rm -f src/tinyalign/_version.py src/tinyalign/_core.c
- rm -rf src/tinyalign.egg-info
- dh_auto_clean
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+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
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/marcelm/tinyalign/issues
+Bug-Submit: https://github.com/marcelm/tinyalign/issues/new
Registry:
- Name: conda:bioconda
Entry: tinyalign
@@ -5,3 +7,5 @@ Registry:
Entry: NA
- Name: OMICtools
Entry: NA
+Repository: https://github.com/marcelm/tinyalign.git
+Repository-Browse: https://github.com/marcelm/tinyalign
View it on GitLab: https://salsa.debian.org/med-team/python-tinyalign/-/compare/4f6b7578d6c6a4a0ddd3e31a225c6ccc4a4cecef...7ed85bc0eb3be711c9cfa8cd9c924d1e100ee85b
--
View it on GitLab: https://salsa.debian.org/med-team/python-tinyalign/-/compare/4f6b7578d6c6a4a0ddd3e31a225c6ccc4a4cecef...7ed85bc0eb3be711c9cfa8cd9c924d1e100ee85b
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/20200309/38b2e1b0/attachment-0001.html>
More information about the debian-med-commit
mailing list