[med-svn] [Git][med-team/nanopolish][master] 5 commits: d/rules: Explicitly call $(MAKE) on nanopolish_test so as to vendor the same...

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Tue Aug 24 21:25:41 BST 2021



Nilesh Patra pushed to branch master at Debian Med / nanopolish


Commits:
2964c240 by Nilesh Patra at 2021-08-25T01:50:10+05:30
d/rules: Explicitly call $(MAKE) on nanopolish_test so as to vendor the same even when nocheck is enabled

- - - - -
e510f1e7 by Nilesh Patra at 2021-08-25T01:50:17+05:30
Bump Standards-Version to 4.6.0 (no changes needed)

- - - - -
bcb417ec by Nilesh Patra at 2021-08-25T01:50:21+05:30
Bump debhelper compatibility level to 13

- - - - -
8f11d302 by Nilesh Patra at 2021-08-25T01:51:00+05:30
Bump watch file version to 4

- - - - -
b2e8af88 by Nilesh Patra at 2021-08-25T01:51:58+05:30
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+nanopolish (0.13.3-2) unstable; urgency=medium
+
+  * Team Upload.
+  * d/rules: Explicitly call $(MAKE) on nanopolish_test so as to
+    vendor the same even when nocheck is enabled (Closes: #983767)
+  * Bump Standards-Version to 4.6.0 (no changes needed)
+  * Bump debhelper compatibility level to 13
+  * Bump watch file version to 4
+
+ -- Nilesh Patra <nilesh at debian.org>  Wed, 25 Aug 2021 01:51:10 +0530
+
 nanopolish (0.13.3-1) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3,
                zlib1g-dev,
@@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 12),
                libhts-dev,
                libeigen3-dev,
                libminimap2-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/nanopolish
 Vcs-Git: https://salsa.debian.org/med-team/nanopolish.git
 Homepage: https://github.com/jts/nanopolish


=====================================
debian/rules
=====================================
@@ -34,12 +34,12 @@ override_dh_auto_clean:
 
 override_dh_auto_build:
 	dh_auto_build
-	dh_auto_test
+	$(MAKE) nanopolish_test
 
 ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	echo "Since we need the executable createt inside build time test in autopkgtest this is enforced in dh_auto_build to circumvent nocheck."
+	echo "Since we need the executable created inside build time test in autopkgtest this is enforced in dh_auto_build to circumvent nocheck."
 endif
 
 override_dh_install:


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
 
 opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/nanopolish-$1.tar.gz/" \
 https://github.com/jts/nanopolish/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/nanopolish/-/compare/0cccbb367c2f0800379b258361aa8c2e28a02109...b2e8af881fed45a8c3d668d13c0e75cb87be2cc7

-- 
View it on GitLab: https://salsa.debian.org/med-team/nanopolish/-/compare/0cccbb367c2f0800379b258361aa8c2e28a02109...b2e8af881fed45a8c3d668d13c0e75cb87be2cc7
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/20210824/4d1e9d45/attachment-0001.htm>


More information about the debian-med-commit mailing list