vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
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