Skip to content
Commits on Source (9)
# 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 devoloped 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 compremising the power of complete commandline parameters and options.
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.
runCircos-gui optimize running parameters (both toggle options & options with arguments) and install Perl packages without using command
......
runcircos-gui (0.0+git20180828.97703b9-1) unstable; urgency=medium
* New upstream commit
* d/watch: use mode=git
* Remove unneeded get-orig-source target
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Thu, 06 Sep 2018 11:44:34 +0200
runcircos-gui (0.0+20160403-1) unstable; urgency=medium
* Initial release (Closes: #857822)
......
......@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
qt5-qmake,
qt5-default
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/runcircos-gui.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/runcircos-gui.git
Standards-Version: 4.2.1
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
Package: runcircos-gui
......
#!/bin/sh -e
COMPRESS=xz
NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
MVERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/^\([0-9\.]\+\)[+~][-0-9]\+$/\1/'`
mkdir -p ../tarballs
cd ../tarballs
# need to clean up the tarballs dir first because upstream tarball might
# contain a directory with unpredictable name
rm -rf *
git clone --quiet https://github.com/narunlifescience/runcircos-gui
cd $NAME
VERSION=${MVERSION}+`date -d @$(git show --format="%at" | head -n1) +%Y%m%d`
# for esthetical reasons set file timestamps (if git-restore-mtime is installed)
git restore-mtime || true
cd ..
TARDIR=${NAME}-${VERSION}
mv ${NAME} ${TARDIR}
rm -rf ${TARDIR}/.git
rm -f ${TARDIR}/jars/*
GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESS} "${TARDIR}"
rm -rf ${TARDIR}
......@@ -7,6 +7,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@ --sourcedirectory=src
get-orig-source:
. debian/get-orig-source
version=4
https://github.com/narunlifescience/runcircos-gui/releases .*/archive/.*(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
opts="mode=git,pretty=0.0+git%cd.%h" \
https://github.com/narunlifescience/runcircos-gui.git HEAD
# Asked for release tags in
# https://github.com/narunlifescience/runcircos-gui/issues/1