summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2022-04-15(debian): update changelog for 0.4.0 releaseDaniel Silverstone1-0/+6
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2021-11-16chore: update debian/changelog for new releaseLars Wirzenius1-0/+7
Sponsored-by: author
2021-11-10chore: change licence to MIT-0Lars Wirzenius1-17/+23
We've decided to simplify the Subplot licensing situation by changing the licence to MIT-0 from the GPL. See https://gitlab.com/subplot/subplot/-/issues/229 for agreements from everyone involved. Sponsored-by: author
2021-10-21docs: update NEWS.md, debian/changelog for upcoming releaseLars Wirzenius1-0/+6
Sponsored-by: author
2021-09-09fix: depend on texlive-plain-generic for ulem.styLars Wirzenius1-1/+2
Sponsored-by: author
2021-08-07chore: update debian/changelog for new releaseLars Wirzenius1-0/+6
Sponsored-by: author
2021-07-11release: Subplot version 0.2.1Lars Wirzenius1-0/+6
Sponsored-by: author
2021-05-16docs: add tutorial for verifying a web siteLars Wirzenius1-1/+1
2021-04-26fix: add missing build-dependencies lmodern, procpsLars Wirzenius1-1/+1
2021-01-10debian: Install share files from right pathDaniel Silverstone1-1/+1
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-12-20fix(debian): add daemonize to build dependenciesLars Wirzenius1-1/+1
This is needed by lib/daemon. Without daemonize, the test suite fails.
2020-12-04Merge branch 'alfred' into 'main'Lars Wirzenius1-1/+1
Added lmodern to depends Closes #102 See merge request larswirzenius/subplot!107
2020-12-04Added lmodern to dependsDan Alderman1-1/+1
2020-11-22fix(deb): don't install /.crates.toml and /.crates2.json in .debLars Wirzenius1-0/+2
They're pointless in the package.
2020-11-11fix(debian): move pandoc-citeproc from Suggests to DependsLars Wirzenius1-2/+1
Subplot docgen always tells Pandoc to use citeproc, and so it is a hard dependency.
2020-09-15build(debian): drop plantuml, pandoc-citeproc, graphviz to suggestsLars Wirzenius1-7/+6
Make the plantuml, pandoc-citeproc, graphviz, and librsvg2-bin packages be suggestions rather than runtime dependencies for the Debian package.
2020-03-09Fix: add plantuml as build and runtime dependencyLars Wirzenius1-2/+3
2020-02-29Fix: Debian package runtime dependenciesLars Wirzenius1-3/+8
We must have pandoc, but LaTeX is only necessary when making a PDF, so it's a suggestion.
2020-02-09Fix: drop bad build-depLars Wirzenius1-1/+1
2020-02-09Fix: add missing build-deps to to debian/controlLars Wirzenius1-1/+2
2020-01-11Add: graphviz, librsvg2-bin as build-dependenciesLars Wirzenius1-1/+1
2020-01-10Add: build-deps for ./check to be able to prouduce PDFsLars Wirzenius1-1/+2
2020-01-10Change: build-dep on pandoc, for checkLars Wirzenius1-1/+1
2020-01-10Fix: build-depend on python3, for running generated test programsLars Wirzenius1-1/+1
2020-01-10Change: run ./check in Debian package buildLars Wirzenius1-1/+1
2020-01-10Change: install templates in .debLars Wirzenius1-0/+1
2019-12-01Fix: tell dh about renamed READMELars Wirzenius1-1/+1
2019-12-01Change: improve elevator speech of projectLars Wirzenius1-4/+4
Use the same in README.md and .deb package description.
2019-10-12Add: debian/subplo.docsLars Wirzenius1-0/+1
2019-09-28Add: initial, rough Debian packagingLars Wirzenius7-0/+63