[med-svn] [Git][med-team/libslow5lib][master] 5 commits: Set field Upstream-Contact in debian/copyright.

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Sep 19 13:19:51 BST 2022



Andreas Tille pushed to branch master at Debian Med / libslow5lib


Commits:
c4fd8128 by Andreas Tille at 2022-09-19T13:41:02+02:00
Set field Upstream-Contact in debian/copyright.

Changes-By: lintian-brush

- - - - -
db36a20e by Andreas Tille at 2022-09-19T13:41:04+02:00
Remove obsolete field Contact from debian/upstream/metadata (already present in machine-readable debian/copyright).

Changes-By: lintian-brush

- - - - -
4412ec9b by Andreas Tille at 2022-09-19T13:41:07+02:00
Apply multi-arch hints.
+ libslow5-dev: Add Multi-Arch: same.

Changes-By: apply-multiarch-hints

- - - - -
e8fd1007 by Andreas Tille at 2022-09-19T14:13:28+02:00
Fix build time test

- - - - -
084638f7 by Andreas Tille at 2022-09-19T14:15:21+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-libslow5lib (0.6.0+dfsg-2) UNRELEASED; urgency=medium
+libslow5lib (0.6.0+dfsg-2) unstable; urgency=medium
 
   * Add symbols file
+  * Set field Upstream-Contact in debian/copyright.
+  * Remove obsolete field Contact from debian/upstream/metadata (already present
+    in machine-readable debian/copyright).
+  * Fix build time test
+    Closes: #1020023
 
- -- Andreas Tille <tille at debian.org>  Wed, 24 Aug 2022 09:38:37 +0200
+ -- Andreas Tille <tille at debian.org>  Mon, 19 Sep 2022 14:13:36 +0200
 
 libslow5lib (0.6.0+dfsg-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -53,6 +53,7 @@ Section: libdevel
 Depends: libslow5-0 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
+Multi-Arch: same
 Description: header and static library for reading & writing SLOW5 files
  Slow5lib is a software library for reading & writing SLOW5 files.
  Slow5lib is designed to facilitate use of data in SLOW5 format by third-


=====================================
debian/copyright
=====================================
@@ -16,6 +16,7 @@ Files-Excluded: thirdparty
                 test/random/print_bin
                 test/random/print_bin_array
                 test/random/test_error_h
+Upstream-Contact: Hasindu Gamaarachchi <hasindu2008 at gmail.com>
 
 Files: *
 Copyright: 2020-2022 Hasindu Gamaarachchi, Sasha Jenner, Hiruna Samarakoon


=====================================
debian/rules
=====================================
@@ -30,7 +30,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p lib
 	cp -a obj-$(DEB_HOST_GNU_TYPE)/libslow5_static.a lib/libslow5.a
 	$(MAKE) -C test zstd=1
-	PYTHONPATH=$(CURDIR)/build/lib.$(PY_PLATFORM)-$(DEFPY3) python3 -m unittest -v python/test.py
+	PYTHONPATH=$(CURDIR)/build/`basename $(CURDIR)/build/lib.$(PY_PLATFORM)-*` python3 -m unittest -v python/test.py
 endif
 
 override_dh_install:


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,4 @@
 ---
-Contact: Hasindu Gamaarachchi <hasindu2008 at gmail.com>
 Archive: GitHub
 Bug-Database: https://github.com/hasindu2008/slow5lib/issues
 Bug-Submit: https://github.com/hasindu2008/slow5lib/issues/new



View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/ce9172d3e2ec40c8cb50ebb21f74a6371d7db993...084638f7ce7d280ca45aa5c00ccc916265b3ab10

-- 
View it on GitLab: https://salsa.debian.org/med-team/libslow5lib/-/compare/ce9172d3e2ec40c8cb50ebb21f74a6371d7db993...084638f7ce7d280ca45aa5c00ccc916265b3ab10
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/20220919/137e90fa/attachment-0001.htm>


More information about the debian-med-commit mailing list