diff -Nru seriation-0.1+git20201220.04e6202/debian/changelog seriation-0.1+git20210125.fc7b8cb/debian/changelog --- seriation-0.1+git20201220.04e6202/debian/changelog 2020-12-26 05:55:36.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/debian/changelog 2021-12-28 15:53:23.000000000 +0000 @@ -1,3 +1,11 @@ +seriation (0.1+git20210125.fc7b8cb-1) unstable; urgency=medium + + * [1929659] New upstream version 0.1+git20210125.fc7b8cb + * [cb5f5a1] Bump Standards-Version to 4.6.0 (no changes needed) + * [438691d] Add gnuplot template files as example + + -- Nilesh Patra Tue, 28 Dec 2021 15:53:23 +0000 + seriation (0.1+git20201220.04e6202-1) unstable; urgency=medium * New upstream version diff -Nru seriation-0.1+git20201220.04e6202/debian/control seriation-0.1+git20210125.fc7b8cb/debian/control --- seriation-0.1+git20201220.04e6202/debian/control 2020-12-26 05:55:35.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/debian/control 2021-12-28 15:49:15.000000000 +0000 @@ -2,9 +2,9 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team -Uploaders: Nilesh Patra +Uploaders: Nilesh Patra Build-Depends: debhelper-compat (= 13) -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/seriation Vcs-Git: https://salsa.debian.org/med-team/seriation.git Homepage: https://github.com/amamory/seriation diff -Nru seriation-0.1+git20201220.04e6202/debian/examples seriation-0.1+git20210125.fc7b8cb/debian/examples --- seriation-0.1+git20201220.04e6202/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/debian/examples 2021-12-28 15:49:36.000000000 +0000 @@ -0,0 +1 @@ +gnuplot/* diff -Nru seriation-0.1+git20201220.04e6202/gnuplot/energy.gnu seriation-0.1+git20210125.fc7b8cb/gnuplot/energy.gnu --- seriation-0.1+git20201220.04e6202/gnuplot/energy.gnu 1970-01-01 00:00:00.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/gnuplot/energy.gnu 2021-01-25 20:28:43.000000000 +0000 @@ -0,0 +1,32 @@ +set terminal pngcairo size 800, 600 +set datafile separator "\t" +set multiplot +set tics font "name[,10]" +set yrange [0:1] +set xlabel "Tempo" +set ylabel "Custo" +set size 1,1 +set origin 0,0 +set key samplen 2 bottom left +plot filename using 1:5 title "H/H0" with lines lt 2 +set key default +set xtics offset 0,graph 0.05 +set tics font "name[,7]" +set yrange [0:*] +unset xlabel +unset ylabel +set format y "%.e" +set size 0.41,0.35 +set origin 0.54,0.3 +set key samplen 2 font ",8" top right +plot filename using 1:6 title "Temperatura/H0" with lines lt 1 +set key default +set yrange [0:*] +unset xlabel +unset ylabel +set format y "%.e" +set size 0.41,0.35 +set origin 0.54,0.6 +set key samplen 2 font ",8" bottom right +plot filename using 1:4 title "Trocas" with lines lt 3 +unset multiplot diff -Nru seriation-0.1+git20201220.04e6202/gnuplot/matrix.gnu seriation-0.1+git20210125.fc7b8cb/gnuplot/matrix.gnu --- seriation-0.1+git20201220.04e6202/gnuplot/matrix.gnu 1970-01-01 00:00:00.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/gnuplot/matrix.gnu 2021-01-25 20:28:43.000000000 +0000 @@ -0,0 +1,7 @@ +set size square; +set tics scale 0; +set datafile separator "\t" +set xrange [0:1]; +set yrange [0:1]; +set terminal pngcairo size 800, 800; +set nokey; diff -Nru seriation-0.1+git20201220.04e6202/gnuplot/readme.md seriation-0.1+git20210125.fc7b8cb/gnuplot/readme.md --- seriation-0.1+git20201220.04e6202/gnuplot/readme.md 1970-01-01 00:00:00.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/gnuplot/readme.md 2021-01-25 20:28:43.000000000 +0000 @@ -0,0 +1 @@ + diff -Nru seriation-0.1+git20201220.04e6202/gnuplot/video.gnu seriation-0.1+git20210125.fc7b8cb/gnuplot/video.gnu --- seriation-0.1+git20201220.04e6202/gnuplot/video.gnu 1970-01-01 00:00:00.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/gnuplot/video.gnu 2021-01-25 20:28:43.000000000 +0000 @@ -0,0 +1,12 @@ +set key default +set xtics offset 0,graph 0.02 +set tics font "name[,7]" +set yrange [0:1] +unset xlabel +unset ylabel +set size nosquare 0.48,0.36 +set origin 0.49,0.06 +set key samplen 2 bottom left +set object 1 rectangle from graph -0.1,-0.1 to graph 1.08,1.08 behind fc rgb "#FFFFFF" fs noborder +plot filename using 1:5 title "H/H0" with lines lt 2 +unset multiplot diff -Nru seriation-0.1+git20201220.04e6202/README.md seriation-0.1+git20210125.fc7b8cb/README.md --- seriation-0.1+git20201220.04e6202/README.md 2020-12-20 22:45:23.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/README.md 2021-01-25 20:28:43.000000000 +0000 @@ -10,7 +10,7 @@ The Seriation Package was developed by [Felipe Kuentzer](http://lattes.cnpq.br/1979213773480902), in collaboration with Douglas G. Ávila, Alexandre Pereira, Gabriel Perrone, Samoel da Silva, [Alexandre Amory](http://lattes.cnpq.br/2609000874577720), and [Rita de Almeida](http://lattes.cnpq.br/4672766298301524). -**Contact information**: Alexandre Amory (*alexandre.amory at pucrs.br*) +**Contact information**: Alexandre Amory (*amamory @ gmail com*) ## Inputs diff -Nru seriation-0.1+git20201220.04e6202/.travis.yml seriation-0.1+git20210125.fc7b8cb/.travis.yml --- seriation-0.1+git20201220.04e6202/.travis.yml 2020-12-20 22:45:23.000000000 +0000 +++ seriation-0.1+git20210125.fc7b8cb/.travis.yml 1970-01-01 00:00:00.000000000 +0000 @@ -1,15 +0,0 @@ -language: cpp -compiler: g++ -dist: trusty -sudo: required - -before_install: -- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test -- sudo apt-get update -qq -- sudo apt-get install -qq gcc - -script: -- gcc cfm-seriation.c -lm -lpthread -lrt -o cfm-seriation -- ./cfm-seriation f=data/Escherichia_coli.dat - -install: true