[med-svn] [Git][med-team/bedtools][master] 3 commits: Do not use ulimit in test

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Apr 13 13:28:19 BST 2023



Andreas Tille pushed to branch master at Debian Med / bedtools


Commits:
5a1f5271 by Andreas Tille at 2023-04-13T14:10:26+02:00
Do not use ulimit in test

- - - - -
04a3cc2c by Andreas Tille at 2023-04-13T14:12:07+02:00
Override false positive (see lintian bug #1017966)

- - - - -
42191832 by Andreas Tille at 2023-04-13T14:15:04+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/no_ulimit.patch
- debian/patches/series
- + debian/source/lintian-overrides


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+bedtools (2.30.0+dfsg-3) unstable; urgency=medium
+
+  * Do not use ulimit in test
+    Closes: #1034349
+  * Override false positive (see lintian bug #1017966)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 13 Apr 2023 14:12:15 +0200
+
 bedtools (2.30.0+dfsg-2) unstable; urgency=medium
 
   [ Steffen Möller ]


=====================================
debian/patches/no_ulimit.patch
=====================================
@@ -0,0 +1,15 @@
+Description: Do not use ulimit in test
+Bug-Debian: https://bugs.debian.org/1034349
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 13 Apr 2023 14:02:17 +0200
+
+--- a/test/test.sh
++++ b/test/test.sh
+@@ -1,6 +1,6 @@
+ set -e; # Alert user to any uncaught error
+ 
+-ulimit -c unlimited
++#ulimit -c unlimited
+ 
+ STARTWD=$(pwd);
+ TOOL_PASSES="";


=====================================
debian/patches/series
=====================================
@@ -7,3 +7,4 @@ remove_barski_binding_site.png.patch
 2to3.patch
 hardening
 htsutil
+no_ulimit.patch


=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# See lintian bug #1017966
+bedtools source: source-is-missing [tutorial/bedtools.html]



View it on GitLab: https://salsa.debian.org/med-team/bedtools/-/compare/e0505183c444f14bdc6db6e6452e1fbf8663c008...4219183268d78af75628673989254cea91ef006b

-- 
View it on GitLab: https://salsa.debian.org/med-team/bedtools/-/compare/e0505183c444f14bdc6db6e6452e1fbf8663c008...4219183268d78af75628673989254cea91ef006b
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/20230413/4cce05c1/attachment-0001.htm>


More information about the debian-med-commit mailing list