feedgnuplot (1.61-1)
[PTS] [DDPO]
COMMITS: VCS has seen 14 commits since the debian/1.60-1 tag
- Git: https://salsa.debian.org/science-team/feedgnuplot.git
-
- Branch: debian
- Path: debian/changelog
- Repo size: 2715648
- Browser: https://salsa.debian.org/science-team/feedgnuplot
- Last scan: 2023-02-01 06:29:37+00
- Next scan: 2023-02-09 05:00:00+00
- Debian changelog in Git:
feedgnuplot (1.61-1) unstable; urgency=medium
* New upstream release
- Added --cblabel to label the color bar
- Added --cbmin, --cbmax
- --zmin,--zmax,--zlabel are always sent, if requested
- Plotting with no STDIN data works
-- Dima Kogan <dkogan@debian.org> Fri, 04 Mar 2022 14:47:42 -0800
- This branch is 14 commits ahead of tag debian/1.60-1
- Git log:
commit f15fb129e881791b8c15fb2adbc1158e10c0356a
Merge: 8429e13 c275159
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Nov 24 04:09:24 2022 +0000
Merge branch 'lintian-fixes' into 'debian'
Fix some issues reported by lintian
See merge request science-team/feedgnuplot!1
commit c275159bc31a7e8027e2f44ce4468373b4573f77
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Jun 7 17:00:43 2022 +0000
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
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
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
commit dab5fc6bacedd28ca35e6abb09a4a7c361bf85cb
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Jun 7 17:00:36 2022 +0000
Set debhelper-compat version in Build-Depends.
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
commit aa5732605c07c2f99d5a701a3f5233c902254ebb
Author: Debian Janitor <janitor@jelmer.uk>
Date: Tue Jun 7 17:00:36 2022 +0000
Bump debhelper from deprecated 9 to 13.
Changes-By: lintian-brush
Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
commit 8429e139e3b9e27b231e7854559e89f2bd95ed9b
Author: Dima Kogan <dima@secretsauce.net>
Date: Fri Mar 4 14:47:56 2022 -0800
changelog bump
commit 4109a586da27deac44b8334ffbefdf0362217082
Merge: 41f4de6 db4fdcb
Author: Dima Kogan <dima@secretsauce.net>
Date: Fri Mar 4 14:46:34 2022 -0800
Merge branch 'master' into debian
commit db4fdcb9331e0b4783fd8b2842dc77913db35b73
Author: Dima Kogan <dima@secretsauce.net>
Date: Fri Mar 4 14:45:49 2022 -0800
changelog bump
commit fce128aa14a9646415772dfb35728892b5b5937b
Author: Dima Kogan <dima@secretsauce.net>
Date: Fri Mar 4 14:40:13 2022 -0800
Plotting with no STDIN data works
This command now works:
echo "" | ./bin/feedgnuplot --equation 'x' --image /tmp/1.jpg
Prior to the patch, there's a trailing , in the command
commit 8c0f3df285e3ba443c2e0256c94edaff16fc80e8
Author: Dima Kogan <dima@secretsauce.net>
Date: Wed Mar 2 19:38:44 2022 -0800
Added --cbmin, --cbmax
These are used unless --colormap. Added more docs to describe what --colormap
does. It is legacy.
commit c99b377083800adbebd3306498253a3eedae8351
Author: Dima Kogan <dima@secretsauce.net>
Date: Wed Mar 2 19:32:19 2022 -0800
--zmin,--zmax,--zlabel are sent if requested
I don't try to figure out if they make sense or not: gnuplot can do that
commit ed99cd89d1786bf51b30db931216d6a1afb3c8a6
Author: Dima Kogan <dima@secretsauce.net>
Date: Wed Mar 2 19:27:33 2022 -0800
Added --cblabel to label the color bar
commit 41f4de612c903e732002dfbec9fd0e05b2049c93
Author: Dima Kogan <dima@secretsauce.net>
Date: Sat Aug 28 13:35:54 2021 -0700
patch: change the shebang back to /usr/bin/perl
commit 78b2069010adae63ee141022eac8dc3fbc1e0d0a
Merge: bd8f1bb 4817a53
Author: Dima Kogan <dima@secretsauce.net>
Date: Sat Aug 28 13:34:39 2021 -0700
Merge branch 'master' into debian
commit 4817a53d21ff13246da4aea8e17213400bd65bdd
Author: Dima Kogan <dima@secretsauce.net>
Date: Sat Aug 28 13:33:00 2021 -0700
#! line uses /usr/bin/env to work with nonstandard installations