[med-svn] [Git][med-team/simde][master] 4 commits: add a Dockerfile for testing

Michael R. Crusoe gitlab at salsa.debian.org
Fri Dec 6 19:52:44 GMT 2019



Michael R. Crusoe pushed to branch master at Debian Med / simde


Commits:
83f19110 by Michael R. Crusoe at 2019-12-06T19:52:20Z
add a Dockerfile for testing

- - - - -
d0b9de01 by Michael R. Crusoe at 2019-12-06T19:52:20Z
Remove trailing whitespace in debian/copyright

- - - - -
c872e41e by Michael R. Crusoe at 2019-12-06T19:52:20Z
Set upstream metadata fields: Repository.

Fixes lintian: upstream-metadata-file-is-missing
See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details.

- - - - -
aec479a3 by Michael R. Crusoe at 2019-12-06T19:52:21Z
add ITP #

- - - - -


4 changed files:

- debian/changelog
- debian/copyright
- + debian/docker/Dockerfile
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,6 +1,6 @@
 simde (0.0.0.git.20191205.c2e740c-1) UNRELEASED; urgency=medium
 
-  * Initial release. (Closes: #XXXXXX)
+  * Initial release. (Closes: #946299)
   * TODO: wait for a versioned release from upstream
           fixes for the failing tests (from upstream)
 


=====================================
debian/copyright
=====================================
@@ -18,7 +18,7 @@ License: MIT
  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.
  .


=====================================
debian/docker/Dockerfile
=====================================
@@ -0,0 +1,15 @@
+# Helpful in communication with upstream about build/test issues
+
+FROM debian:unstable
+
+RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
+  debhelper \
+  cmake \
+  git \
+  ca-certificates \
+  git-buildpackage \
+  build-essential
+WORKDIR /build
+RUN gbp clone https://salsa.debian.org/med-team/simde.git
+WORKDIR /build/simde
+RUN gbp buildpackage


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1 @@
+Repository: https://github.com/nemequ/simde



View it on GitLab: https://salsa.debian.org/med-team/simde/compare/7b44644006ecd73d299e7ddaa29089fbccb8f225...aec479a3b8b21e8d6e2c0116c5daac09adc8268a

-- 
View it on GitLab: https://salsa.debian.org/med-team/simde/compare/7b44644006ecd73d299e7ddaa29089fbccb8f225...aec479a3b8b21e8d6e2c0116c5daac09adc8268a
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/20191206/669d6fcb/attachment-0001.html>


More information about the debian-med-commit mailing list