[med-svn] [Git][med-team/megadepth][master] 6 commits: Add missing Build-Depends
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Apr 4 20:39:22 BST 2022
Andreas Tille pushed to branch master at Debian Med / megadepth
Commits:
143cdb0e by Andreas Tille at 2022-04-04T21:17:40+02:00
Add missing Build-Depends
- - - - -
33f1302b by Andreas Tille at 2022-04-04T21:23:34+02:00
Add missing files in d/copyright
- - - - -
d42a0030 by Andreas Tille at 2022-04-04T21:24:03+02:00
Enable hardening
- - - - -
7ad9a567 by Andreas Tille at 2022-04-04T21:25:21+02:00
Upload to new
- - - - -
06d98d6f by Andreas Tille at 2022-04-04T21:28:54+02:00
Fix watch file
- - - - -
36bfce5b by Andreas Tille at 2022-04-04T21:32:49+02:00
DEP3
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/patches/addCurlLibrary.patch
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-megadepth (1.2.0-1) UNRELEASED; urgency=medium
+megadepth (1.2.0-1) unstable; urgency=medium
+ * Team upload.
* Initial release (Closes: #1008740)
- -- Steffen Moeller <moeller at debian.org> Thu, 31 Mar 2022 13:06:05 +0200
+ -- Andreas Tille <tille at debian.org> Mon, 04 Apr 2022 21:24:58 +0200
=====================================
debian/control
=====================================
@@ -4,9 +4,11 @@ Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
Build-Depends: debhelper-compat (= 13),
+ cmake,
libhts-dev,
libdeflate-dev,
- libbigwig-dev
+ libbigwig-dev,
+ help2man
Standards-Version: 4.6.0
Homepage: https://github.com/ChristopherWilks/megadepth
Vcs-Browser: https://salsa.debian.org/med-team/megadepth
=====================================
debian/copyright
=====================================
@@ -12,6 +12,8 @@ Copyright: 2018-2020 Martin Ankerl <http://martin.ankerl.com>
License: Expat
Files: countlut.hpp
+ digitslut.h
+ countdecimaldigit.h
Copyright: 2014 Milo Yip
License: Expat
=====================================
debian/patches/addCurlLibrary.patch
=====================================
@@ -1,3 +1,8 @@
+Author: Steffen Moeller
+Last-Update: 2022-03-31 17:20:20 +0200
+Description: Add curl library
+ FIXME: should be linked against shared lib
+
Index: megadepth-1.2.0/CMakeLists.txt.ci
===================================================================
--- megadepth-1.2.0.orig/CMakeLists.txt.ci
=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
# see FEATURE AREAS in dpkg-buildflags(1)
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
https://github.com/ChristopherWilks/megadepth/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/megadepth/-/compare/791d3627e36e58a5e40154d047362eadaecebb15...36bfce5b96c687422bf41f51c9a5fe7a7e5d21f6
--
View it on GitLab: https://salsa.debian.org/med-team/megadepth/-/compare/791d3627e36e58a5e40154d047362eadaecebb15...36bfce5b96c687422bf41f51c9a5fe7a7e5d21f6
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/20220404/74fbbe9d/attachment-0001.htm>
More information about the debian-med-commit
mailing list