aboutsummaryrefslogtreecommitdiff
path: root/debian/control
Commit message (Collapse)AuthorAge
* Allow Breezy as alternative to Bazaar.Jelmer Vernooij2019-02-03
| | | | (cherry picked from commit a07f048d9fc99928ebbb74b34f5d1932ff3d7884)
* rst: Use Python 3 instead of Python 2Simon McVittie2018-02-28
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Declare compliance with Debian Policy 4.1.3Simon McVittie2018-01-07
|
* debian: Declare compliance with Debian Policy 4.1.1Simon McVittie2017-10-01
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* debian: Declare compliance with Debian Policy 4.0.0Simon McVittie2017-06-22
|
* Sset libmagickcore-6.q16-3-extra as preferred build-dependencySimon McVittie2017-01-10
| | | | | The virtual package libmagickcore-extra is now merely an alternative, to help autopkgtest to do the right thing.
* Add automated test for using the CGI with git, including CVE-2016-10026Simon McVittie2016-12-28
|
* Standards-Version: 3.9.8 (no changes required)Simon McVittie2016-07-28
|
* update test suite for svg passthrough by img directiveJoey Hess2016-05-06
| | | | | Remove build dependency libmagickcore-6.q16-2-extra which was only there for this test.
* d/control: add Vcs-BrowserSimon McVittie2016-01-22
|
* d/control: use https for HomepageSimon McVittie2016-01-22
|
* d/control: Standards-Version: 3.9.6, no changes requiredSimon McVittie2016-01-19
|
* d/control: remove leading article from Description (lintian: ↵Simon McVittie2016-01-19
| | | | description-synopsis-starts-with-article)
* Change dependencies from transitional package perlmagick to ↵Simon McVittie2016-01-19
| | | | libimage-magick-perl (Closes: #789221)
* Add enough build-dependencies to run all tests, except for non-git VCSsSimon McVittie2015-11-30
|
* Wrap and sort control files (wrap-and-sort -abst)Simon McVittie2015-11-30
|
* Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructureSimon McVittie2015-11-30
|
* Merge branch 'ready/html5'Simon McVittie2014-11-26
|\
| * Always produce HTML5 doctype and new attributes, but not new elementsSimon McVittie2014-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | According to caniuse.com, a significant fraction of Web users are still using Internet Explorer versions that do not support HTML5 sectioning elements. However, claiming we're XHTML 1.0 Strict means we can't use features invented in the last 12 years, even if they degrade gracefully in older browsers (like the role and placeholder attributes). This means our output is no longer valid according to any particular DTD. Real browsers and other non-validator user-agents have never cared about DTD compliance anyway, so I don't think this is a real loss.
* | Set Debian package maintainer to Simon McVittie as I'm retiring from Debian.Joey Hess2014-11-08
| |
* | Add missing build-depends on libcgi-formbuilder-perl, needed for t/relativity.tJoey Hess2014-10-20
| |
* | Drop unused python-support dependencySimon McVittie2014-10-16
| |
* | build-depend on libcgi-pm-perl too, for testsSimon McVittie2014-10-16
| |
* | Explicitly depend on CGI.pm, which is no longer in Perl coreSimon McVittie2014-10-16
|/ | | | | I was going to depend on the version that has CGI->param_fetch, but that has been supported since 2.37, which is older than oldstable.
* Build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra so we can ↵Simon McVittie2014-09-16
| | | | thumbnail SVGs in the docwiki
* Add myself to Uploaders and release to DebianSimon McVittie2014-09-16
|
* Add package dependencies for scalable img supportSimon McVittie2014-09-16
| | | | | | - suggest ghostscript (required for PDF-to-PNG thumbnailing) and libmagickcore-extra (required for SVG-to-PNG thumbnailing) - build-depend on ghostscript so the test for scalable images can be run
* add build deps needed by some tests in the test suiteJoey Hess2014-08-15
|
* lintianJoey Hess2014-01-02
|
* releasing version 3.20130710Joey Hess2013-07-10
|
* releasing version 3.20120203Joey Hess2012-03-19
|
* add XML::Writer suggestion for osm pluginJoey Hess2012-03-03
|
* Switch to YAML::XS to work around insanity in YAML::Mo. Closes: #657533Joey Hess2012-01-28
| | | | | | | | | https://rt.cpan.org/Ticket/Display.html?id=74487 Gave up trying to support multiple YAML backends. The XS one requires ugly manual encoding to get unicode right, and doesn't allow dumping yaml fragments w/o the yaml header, but at least it doesn't randomly crash on import like YAML::Mo has started to.
* On Debian, depend on libtext-markdown-discount.Joey Hess2012-01-03
|
* remove vcs-browserJoey Hess2011-12-07
| | | | not a fan of this field, and it changed again
* reorder depends; git firstJoey Hess2011-11-19
|
* releasing version 3.20110905Joey Hess2011-09-05
|
* Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. ↵Joey Hess2011-09-05
| | | | Closes: #637603
* releasing version 3.20110712Joey Hess2011-07-12
|
* Add build dep on python-support. Closes: #633536Joey Hess2011-07-11
|
* add JSON depJoey Hess2011-06-16
|
* Add libtext-multimarkdown-perl to Suggests. Closes: #630705Joey Hess2011-06-16
|
* Support YAML::XS by not passing decoded unicode to Load. Closes: #625713Joey Hess2011-05-12
|
* aggregate, pinger: Use Net::INET6Glue if available to support making ipv6 ↵Joey Hess2011-05-09
| | | | | | | connections. Making outgoing ipv6 connections for openid auth is still broken; the glue module does not seem to solve that, so I did not make openid use it.
* Add conflict with libyaml-libyaml-perl, since that library does not support ↵Joey Hess2011-05-06
| | | | utf8. Closes: #625713 (see https://rt.cpan.org/Public/Bug/Display.html?id=54683)
* Promote Crypt::SSLeay to Recommends; needed for https openid auth.Joey Hess2011-04-30
|
* update for libravatar supportJoey Hess2011-03-30
| | | | | | * comments: Add avatar picture of comment author, using Libravatar::URL when available. The avatar is looked up based on (Thanks, Francois Marier) * Recommend libgravatar-url-perl, which contains Libravatar::URL.
* yaml is needed as a build dep nowJoey Hess2011-03-28
|
* Yaml formatted setup files are now produced by defaultJoey Hess2011-03-24
| | | | | | | This has been a while coming. It turns out that non-excutable setup files have a number of benefits. Also, I find YAML setup files easier to edit myself, and I suspect many users will prefer not needing to deal with perl syntax.
* releasing version 3.20100915Joey Hess2010-09-15
|