[med-svn] [Git][med-team/runcircos-gui][master] 10 commits: routine-update: New upstream version
Steffen Möller
gitlab at salsa.debian.org
Mon Jul 13 23:08:54 BST 2020
Steffen Möller pushed to branch master at Debian Med / runcircos-gui
Commits:
e2ea9f1a by Steffen Moeller at 2020-07-13T23:59:01+02:00
routine-update: New upstream version
- - - - -
b9b95fa5 by Steffen Moeller at 2020-07-13T23:59:02+02:00
New upstream version 0.0+git20200528.82dda8c
- - - - -
a277a8fc by Steffen Moeller at 2020-07-13T23:59:02+02:00
Update upstream source from tag 'upstream/0.0+git20200528.82dda8c'
Update to upstream version '0.0+git20200528.82dda8c'
with Debian dir 0832f460b9ef692c5f58a9489f68fff2b3722cc5
- - - - -
4a0db490 by Steffen Moeller at 2020-07-13T23:59:03+02:00
routine-update: Standards-Version: 4.5.0
- - - - -
3a0060bb by Steffen Moeller at 2020-07-13T23:59:03+02:00
routine-update: debhelper-compat 13
- - - - -
cf7d0117 by Steffen Moeller at 2020-07-13T23:59:06+02:00
routine-update: Add salsa-ci file
- - - - -
6fdc5590 by Steffen Moeller at 2020-07-13T23:59:06+02:00
routine-update: Rules-Requires-Root: no
- - - - -
957a5e80 by Steffen Moeller at 2020-07-13T23:59:08+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
- - - - -
d6d17336 by Steffen Moeller at 2020-07-13T23:59:30+02:00
routine-update: Ready to upload to unstable
- - - - -
d4bda19a by Steffen Moeller at 2020-07-14T00:08:28+02:00
Upload of new upstream version to unstable
- - - - -
8 changed files:
- + .github/workflow_testing.yml
- + .github/workflows/main.yml
- README.md
- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- + debian/upstream/metadata
Changes:
=====================================
.github/workflow_testing.yml
=====================================
@@ -0,0 +1,36 @@
+name: Test Installing Qt
+
+on: [push, pull_request]
+
+jobs:
+ test:
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest, macOS-latest, ubuntu-latest]
+
+ steps:
+ - uses: actions/checkout at v2
+ - name: Cache Qt
+ id: cache-qt
+ uses: actions/cache at v1
+ with:
+ path: ../Qt
+ key: ${{ runner.os }}-QtCache
+
+ - name: Install Qt
+ uses: jurplel/install-qt-action at v2
+ with:
+ cached: ${{ steps.cache-qt.outputs.cache-hit }}
+
+ - name: Configure test project on windows
+ if: startsWith(matrix.os, 'windows')
+ run: |
+ cd tests/TestWithModules
+ call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+ dir %Qt5_DIR%/bin/qmake
+ qmake
+ shell: cmd
+ - name: TestBuild
+ run: make
+ shell: cmd
=====================================
.github/workflows/main.yml
=====================================
@@ -0,0 +1,31 @@
+name: Test Build
+
+on: [push, pull_request]
+
+jobs:
+ test:
+ runs-on: ${{ matrix.os }}
+ strategy:
+ matrix:
+ os: [windows-latest, macOS-latest, ubuntu-latest]
+
+ steps:
+ - name: Install Qt
+ uses: jurplel/install-qt-action at v2
+
+ - name: clone repository
+ uses: actions/checkout at v2
+
+ - name: Configure test project on windows
+ if: startsWith(matrix.os, 'windows')
+ run:
+ cd src
+ qmake
+ make
+
+ - name: Configure test project on unix
+ if: (!startsWith(matrix.os, 'windows'))
+ run: |
+ cd src
+ qmake
+ make
=====================================
README.md
=====================================
@@ -1,4 +1,5 @@
# runcircos-gui
+
[![Build Status](https://travis-ci.org/narunlifescience/runcircos-gui.svg?branch=master)](https://travis-ci.org/narunlifescience/runcircos-gui) [![Build status](https://ci.appveyor.com/api/projects/status/jq6q44uggvokxmgt?svg=true)](https://ci.appveyor.com/project/narunlifescience/runcircos-gui)
runCircos-gui is a simple yet comprehensive crossplatform software developed in QT(C++) to execute Circos http://circos.ca/ from a graphical user interface. The software eliminates the need to use command line for running Circos without compromising the power of complete commandline parameters and options.
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+runcircos-gui (0.0+git20200528.82dda8c-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream version
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit.
+ (routine-update)
+ * Avoid qt5-default as build-dependency (lintian-error)
+
+ -- Steffen Moeller <moeller at debian.org> Mon, 13 Jul 2020 23:59:08 +0200
+
runcircos-gui (0.0+git20180828.97703b9-1) unstable; urgency=medium
* New upstream commit
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,13 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
qt5-qmake,
- qt5-default
-Standards-Version: 4.2.1
+ qtbase5-dev
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/runcircos-gui
Vcs-Git: https://salsa.debian.org/med-team/runcircos-gui.git
Homepage: https://github.com/narunlifescience/runcircos-gui
+Rules-Requires-Root: no
Package: runcircos-gui
Architecture: any
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+---
+Bug-Database: https://github.com/narunlifescience/runcircos-gui/issues
+Bug-Submit: https://github.com/narunlifescience/runcircos-gui/issues/new
View it on GitLab: https://salsa.debian.org/med-team/runcircos-gui/-/compare/50625597daddc992880e22e283282d7a7fc38925...d4bda19ab418eaebff9d9a064c9df607dd59f5a6
--
View it on GitLab: https://salsa.debian.org/med-team/runcircos-gui/-/compare/50625597daddc992880e22e283282d7a7fc38925...d4bda19ab418eaebff9d9a064c9df607dd59f5a6
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/20200713/bf5d8c76/attachment-0001.html>
More information about the debian-med-commit
mailing list