[med-svn] [Git][med-team/kaptive][master] 2 commits: Set packages field explicitly

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Sat Sep 24 12:26:57 BST 2022



Nilesh Patra pushed to branch master at Debian Med / kaptive


Commits:
9f03654d by Nilesh Patra at 2022-09-24T16:50:41+05:30
Set packages field explicitly

- - - - -
4291e514 by Nilesh Patra at 2022-09-24T16:50:41+05:30
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/set_package_field.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+kaptive (2.0.3-2) unstable; urgency=medium
+
+  * Team Upload.
+  * Set packages field explicitly (Closes: #1020110)
+
+ -- Nilesh Patra <nilesh at debian.org>  Sat, 24 Sep 2022 11:19:10 +0000
+
 kaptive (2.0.3-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 blastdb_4
+set_package_field.patch


=====================================
debian/patches/set_package_field.patch
=====================================
@@ -0,0 +1,22 @@
+Description: Explicitly set packages field for right file
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2022-09-24
+--- a/setup.py
++++ b/setup.py
+@@ -12,7 +12,7 @@
+ not, see <http://www.gnu.org/licenses/>.
+ """
+ 
+-from setuptools import setup
++from setuptools import setup, find_packages
+ 
+ with open('README.md', 'rb') as readme:
+     long_description = readme.read()
+@@ -27,6 +27,7 @@
+ 
+ setup(name='Kaptive',
+       version=__version__,
++      packages=find_packages(),
+       description='K and O locus typing for Klebsiella assemblies',
+       long_description=long_description,
+       url='http://github.com/katholt/Kaptive',



View it on GitLab: https://salsa.debian.org/med-team/kaptive/-/compare/0c96b6d1777aac89819a4d5e045b32f03753d569...4291e514931e7f17251ff9558c9d1886f50ed8e4

-- 
View it on GitLab: https://salsa.debian.org/med-team/kaptive/-/compare/0c96b6d1777aac89819a4d5e045b32f03753d569...4291e514931e7f17251ff9558c9d1886f50ed8e4
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/20220924/4ea3b031/attachment-0001.htm>


More information about the debian-med-commit mailing list