Andreas Tille pushed to branch master at Debian Med / runcircos-gui

Commits:
f3a7d0ea by Andreas Tille at 2018-09-06T09:41:39Z
use mode=git

- - - - -
16483248 by Andreas Tille at 2018-09-06T09:42:03Z
New upstream version 0.0+git20180828.97703b9
- - - - -
2512aa84 by Andreas Tille at 2018-09-06T09:42:04Z
Update upstream source from tag 'upstream/0.0+git20180828.97703b9'

Update to upstream version '0.0+git20180828.97703b9'
with Debian dir 2932be520d229e99b649633e8f6835d55d81e569
- - - - -
b98a0ebf by Andreas Tille at 2018-09-06T09:42:46Z
New upstream commit

- - - - -
8b12f486 by Andreas Tille at 2018-09-06T09:43:51Z
Remove unneeded get-orig-source target

- - - - -
d37e645e by Andreas Tille at 2018-09-06T09:44:31Z
debhelper 11

- - - - -
7a24799c by Andreas Tille at 2018-09-06T09:44:34Z
Point Vcs fields to salsa.debian.org

- - - - -
cfec72ee by Andreas Tille at 2018-09-06T09:44:34Z
Standards-Version: 4.2.1

- - - - -
50625597 by Andreas Tille at 2018-09-06T09:46:49Z
Upload to unstable

- - - - -


7 changed files:

- README.md
- debian/changelog
- debian/compat
- debian/control
- − debian/get-orig-source
- debian/rules
- debian/watch


Changes:

=====================================
README.md
=====================================
@@ -1,7 +1,7 @@
 # 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
 


=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+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 <[email protected]>  Thu, 06 Sep 2018 11:44:34 +0200
+
 runcircos-gui (0.0+20160403-1) unstable; urgency=medium
 
   * Initial release (Closes: #857822)


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team 
<[email protected].
 Uploaders: Andreas Tille <[email protected]>
 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


=====================================
debian/get-orig-source deleted
=====================================
@@ -1,25 +0,0 @@
-#!/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}


=====================================
debian/rules
=====================================
@@ -7,6 +7,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
        dh $@ --sourcedirectory=src
-
-get-orig-source:
-       . debian/get-orig-source


=====================================
debian/watch
=====================================
@@ -1,3 +1,7 @@
 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



View it on GitLab: 
https://salsa.debian.org/med-team/runcircos-gui/compare/e2a7a671f21f783f1d94cb9909da9a45ef9419ef...50625597daddc992880e22e283282d7a7fc38925

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/runcircos-gui/compare/e2a7a671f21f783f1d94cb9909da9a45ef9419ef...50625597daddc992880e22e283282d7a7fc38925
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to