[med-svn] [Git][med-team/nxtrim][master] 4 commits: Cleanup after running build time test Closes: #1045354
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 20 21:13:12 GMT 2024
Andreas Tille pushed to branch master at Debian Med / nxtrim
Commits:
5dee61b1 by Andreas Tille at 2024-12-20T22:09:56+01:00
Cleanup after running build time test Closes: #1045354
- - - - -
01382b58 by Andreas Tille at 2024-12-20T22:11:09+01:00
Team upload
- - - - -
dd997123 by Andreas Tille at 2024-12-20T22:11:32+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
efaa22f4 by Andreas Tille at 2024-12-20T22:12:36+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+nxtrim (0.4.3+dfsg-4) unstable; urgency=medium
+
+ * Team upload
+ * Cleanup after running build time test
+ Closes: #1045354
+ * Standards-Version: 4.7.0 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 20 Dec 2024 22:12:03 +0100
+
nxtrim (0.4.3+dfsg-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh at debian.org>
Build-Depends: debhelper-compat (= 13), zlib1g-dev
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/nxtrim
Vcs-Git: https://salsa.debian.org/med-team/nxtrim.git
Homepage: https://github.com/sequencing/NxTrim
=====================================
debian/rules
=====================================
@@ -8,3 +8,11 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ cp -a example example.bak
+ dh_auto_test
+ rm -rf example
+ mv example.bak example
+endif
View it on GitLab: https://salsa.debian.org/med-team/nxtrim/-/compare/f5650414ffcadc0e98eb60eb618930faeb73af84...efaa22f4c7591a604d125619ddcd44cf6a1957b8
--
View it on GitLab: https://salsa.debian.org/med-team/nxtrim/-/compare/f5650414ffcadc0e98eb60eb618930faeb73af84...efaa22f4c7591a604d125619ddcd44cf6a1957b8
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/20241220/6fe641ce/attachment-0001.htm>
More information about the debian-med-commit
mailing list