[med-svn] [Git][med-team/pymia][master] 3 commits: d/rules: depend only on python36-dev to work around build failures

Gert Wollny gitlab at salsa.debian.org
Sat Jun 30 20:26:31 BST 2018


Gert Wollny pushed to branch master at Debian Med / pymia


Commits:
d6f20953 by Gert Wollny at 2018-06-30T21:23:44+02:00
d/rules: depend only on python36-dev to work around build failures

- - - - -
a6634e0d by Gert Wollny at 2018-06-30T21:24:12+02:00
Update changelog

- - - - -
1726409b by Gert Wollny at 2018-06-30T21:25:04+02:00
Add d/.gitlab-ci.yml

- - - - -


3 changed files:

- + debian/.gitlab-ci.yml
- debian/changelog
- debian/control


Changes:

=====================================
debian/.gitlab-ci.yml
=====================================
--- /dev/null
+++ b/debian/.gitlab-ci.yml
@@ -0,0 +1,16 @@
+image: debian:sid
+
+build:
+  stage: build
+  before_script:
+    - apt-get update && apt-get -y install devscripts git-buildpackage 
+    - mk-build-deps --tool "apt -y -o Debug::pkgProblemResolver=yes --no-install-recommends" --install -r debian/control 
+  script:
+    - git checkout pristine-tar 
+    - git pull 
+    - git checkout master 
+    - git pull 
+    # silence build to not exceed build log size of gitlab-ci
+    - gbp buildpackage -uc -us 2>&1 >../build.log
+    - tail -n 100 ../build.log
+


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+pymia (0.1.9-2) UNRELEASED; urgency=medium
+
+  [ Andreas Tille ]
+  * Remove invalid fields
+
+  [ Gert Wollny ]
+  * d/rules: depend only on python36-dev to work around build failures
+
+ -- Gert Wollny <gewo at debian.org>  Sat, 30 Jun 2018 21:23:54 +0200
+
 pymia (0.1.9-1) unstable; urgency=medium
 
   * Imported Upstream version 0.1.9


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                pkg-config,
                python-all-dev,
-               python3-all-dev,
+               python3.6-dev,
                python-numpy,
                python3-numpy,
                python-setuptools,



View it on GitLab: https://salsa.debian.org/med-team/pymia/compare/b6f3fe6d740cd8e742248f2fbb12af2407f4646a...1726409b86084ebb9483de3b8526e0d418b54884

-- 
View it on GitLab: https://salsa.debian.org/med-team/pymia/compare/b6f3fe6d740cd8e742248f2fbb12af2407f4646a...1726409b86084ebb9483de3b8526e0d418b54884
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/20180630/af6d7c20/attachment-0001.html>


More information about the debian-med-commit mailing list