[med-svn] [Git][med-team/allelecount][master] 7 commits: Build with make 4.4.1 (no-parallel)
Andreas Tille (@tille)
gitlab at salsa.debian.org
Tue Dec 10 16:25:19 GMT 2024
Andreas Tille pushed to branch master at Debian Med / allelecount
Commits:
01f73cfc by Andreas Tille at 2024-12-10T17:08:26+01:00
Build with make 4.4.1 (no-parallel)
- - - - -
7ac136d7 by Andreas Tille at 2024-12-10T17:08:36+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
7b61cdc6 by Andreas Tille at 2024-12-10T16:08:41+00:00
Update lintian override info format in d/liballelecount-perl.lintian-overrides on line 2.
Changes-By: lintian-brush
Fixes: lintian: mismatched-override
See-also: https://lintian.debian.org/tags/mismatched-override.html
- - - - -
947be989 by Andreas Tille at 2024-12-10T17:10:05+01:00
routine-update: Ready to upload to unstable
- - - - -
ae86e077 by Andreas Tille at 2024-12-10T17:17:59+01:00
Reformat d/changelog
- - - - -
6c9ce4fb by Andreas Tille at 2024-12-10T17:19:13+01:00
Fix d/copyright (thanks to lrc)
- - - - -
2f80fef8 by Andreas Tille at 2024-12-10T17:20:36+01:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/liballelecount-perl.lintian-overrides
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+allelecount (4.3.0-3) unstable; urgency=medium
+
+ * Build with make 4.4.1 (no-parallel)
+ * Standards-Version: 4.7.0 (routine-update)
+ * Update lintian override info format in
+ d/liballelecount-perl.lintian-overrides on line 2.
+ * Fix d/copyright (thanks to lrc)
+
+ -- Andreas Tille <tille at debian.org> Tue, 10 Dec 2024 17:19:18 +0100
+
allelecount (4.3.0-2) unstable; urgency=medium
* Fix watch file
=====================================
debian/control
=====================================
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 13),
libtest-fatal-perl <!nocheck>,
libtry-tiny-perl <!nocheck>,
perl
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/allelecount
Vcs-Git: https://salsa.debian.org/med-team/allelecount.git
Homepage: https://github.com/cancerit/alleleCount
=====================================
debian/copyright
=====================================
@@ -6,6 +6,58 @@ Files: *
Copyright: 2014-2019 Genome Research Ltd
License: AGPL-3+
+Files: c/src/dbg.h
+Copyright: 2010, Zed A. Shaw
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ * Neither the name of the Learn C The Hard Way, Zed A. Shaw, nor the names
+ of its contributors may be used to endorse or promote products
+ derived from this software without specific prior written
+ permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: c/src/khash.h
+Copyright: 2008, 2009, 2011 by Attractive Chaos <attractor at live.co.uk>
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
Files: debian/*
Copyright: 2020 Andreas Tille <tille at debian.org>
License: AGPL-3+
=====================================
debian/liballelecount-perl.lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
-liballelecount-perl: script-with-language-extension usr/bin/*.*
+liballelecount-perl: script-with-language-extension [usr/bin/*.*]
=====================================
debian/rules
=====================================
@@ -20,7 +20,7 @@ override_dh_auto_configure:
dh_auto_configure --sourcedirectory=perl
override_dh_auto_build:
- dh_auto_build --sourcedirectory=c
+ dh_auto_build --sourcedirectory=c --no-parallel
dh_auto_build --sourcedirectory=perl
override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/compare/c549273da87d0e26605a8c10d7f815fea3c281b9...2f80fef87eff6a9bff5fef35876ea8283a298c13
--
View it on GitLab: https://salsa.debian.org/med-team/allelecount/-/compare/c549273da87d0e26605a8c10d7f815fea3c281b9...2f80fef87eff6a9bff5fef35876ea8283a298c13
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/20241210/125dfa59/attachment-0001.htm>
More information about the debian-med-commit
mailing list