[med-svn] [Git][med-team/fast][master] 3 commits: Add build dep entries to control & clean rules file
Shayan Doust
gitlab at salsa.debian.org
Sat Jul 27 01:31:40 BST 2019
Shayan Doust pushed to branch master at Debian Med / fast
Commits:
8ddfec82 by Shayan Doust at 2019-07-26T01:55:38Z
Add build dep entries to control & clean rules file
- - - - -
0eb97222 by Shayan Doust at 2019-07-26T04:24:09Z
First copyright file edit
More entries will be added once libraries have been resolved and figured out what needs separation
- - - - -
47b16441 by Shayan Doust at 2019-07-26T04:33:15Z
Fix yaml format of metadata
- - - - -
4 changed files:
- debian/control
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/control
=====================================
@@ -3,7 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Shayan Doust <hello at shayandoust.me>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 12),
+ cmake,
+ libfontconfig1-dev,
+ libgstreamer-plugins-bad1.0-dev,
+ libgstreamer-plugins-base1.0-dev,
+ libgstreamer1.0-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/fast
Vcs-Git: https://salsa.debian.org/med-team/fast.git
=====================================
debian/copyright
=====================================
@@ -1,16 +1,37 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fast
-Source: <path_to_download>
-Comment: **** Before manually editing this file you should give ****
- scan-copyrights
- **** available in cme + lib-config-model-dpkg-perl ****
- **** package a try. For existing copyright files try ****
- cme update dpkg-copyright
+Source: https://github.com/smistad/FAST/
Files: *
-Copyright: 20xx-20yy <upstream>
-License: <license>
+Copyright: 2017 Norwegian University of Science and Technology
+ 2017 SINTEF
+License: BSD-2-Clause
Files: debian/*
Copyright: 2019 Shayan Doust <hello at shayandoust.me>
-License: <license>
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 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.
=====================================
debian/rules
=====================================
@@ -4,28 +4,8 @@
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
-# this provides:
-# DEB_SOURCE: the source package name
-# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision)
-# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision
-# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch
-# DEB_VERSION_UPSTREAM: the package's upstream version
-# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog
-# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as
-# specified by <https://reproducible-builds.org/specs/source-date-epoch/>
-# for hardening you might like to uncomment this:
# export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
-
-### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
-#override_dh_auto_test:
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-# do_stuff_for_testing
-#endif
-
-### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script
-#get-orig-source:
-# . debian/get-orig-source
=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,6 @@
Reference:
Author: Erik Smistad, Mohammadmehdi Bozorgi, Frank Lindseth
- Title: FAST: framework for heterogeneous medical image computing and visualization.
+ Title: "FAST: framework for heterogeneous medical image computing and visualization."
Journal:
Year: 2015
ISSN: 1861-6429
View it on GitLab: https://salsa.debian.org/med-team/fast/compare/217be47b2903a271b6266b7742bbce4a53f11556...47b164411c24a2b446552235a8bbda8eb3037590
--
View it on GitLab: https://salsa.debian.org/med-team/fast/compare/217be47b2903a271b6266b7742bbce4a53f11556...47b164411c24a2b446552235a8bbda8eb3037590
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/20190727/29ca2c23/attachment-0001.html>
More information about the debian-med-commit
mailing list