summaryrefslogtreecommitdiff
path: root/debian/botch.manpages
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2020-01-02 15:02:44 +0100
committerJohannes 'josch' Schauer <josch@debian.org>2020-02-22 12:46:42 +0100
commit664ecbfbe0b61acd9020656b721717fcfec4382b (patch)
tree413f8175692eee7e81280909881697ae9405c5cf /debian/botch.manpages
parent3ddfcc9a8fec0ecda80ad263d53420bdb11dc30f (diff)
Import Debian changes 0.22-2
botch (0.22-2) unstable; urgency=medium * Add patch as workaround for bug #946980. On 32bit architectures, botch will now not attempt using parmap for parallelization (closes: #946817) * Fixup last changelog entry that forgot a closes: #944473 botch (0.22-1) unstable; urgency=medium * New upstream release * drop debian/patches -> all have been applied upstream * drop B-D on libcdt5 because tests are not testing graphviz version anymore (closes: #944473) * replace deprecated $ADTTMP with $AUTOPKGTEST_TMP * bump Standards-Version to 4.4.1 (no changes) * add Rules-Requires-Root: no * bump debhelper version to 12 * use debhelper-compat B-D instead of debian/compat * add B-D: black <!nocheck> botch (0.21-8) unstable; urgency=medium * add patch accounts for new argparse version in python 3.7 (closes: #912935) botch (0.21-7) unstable; urgency=medium * also ignore pycodestyle W504 (closes: #912060) botch (0.21-6) unstable; urgency=medium * debian/control: add Build-Depends on dh-python (closes: #896797) * Define undefined parameters in shell scripts (closes: #903564) * Migrate to networkx 2.0 * update for graphviz 2.40.1 (closes: #890029) * Fix for changed version provides handling of dose3 5.0.1-9 * tools/graph-difference.py: allow comparison of arbitrary input graphs * Rename ma_interpreter.pkggraph to ma_interpreter.xml so that it is checked using botch-graph-difference instead of diff * debian/control: fix my name * bump dh compat level to 11 * debian/copyright: secure source format uri botch (0.21-5) unstable; urgency=medium * add patch fixing test output for changed dictionary ordering from Python 3.5 to 3.6. Also bump build dependency on Python (closes: #869586) * remove empty recommends and suggests fields from botch-doc * use https URI in debian/watch * bump Standards-Version to 4.1.1 (no changes) botch (0.21-4) unstable; urgency=medium * Add patch to fix FTBFS due to new pycodestyle and error E722 (closes: #867005) * Replace jquery-tablesorter/themes/blue/style.css with jquery-tablesorter/css/theme.blue.css after upstream switch (closes: #867607) * Build-Depends on ocamlbuild to ease a future transition to ocaml 4.05.0 (closes: #869852) * bump Standards-Version to 4.0.0 (no changes required) * make botch-doc Multi-Arch:foreign botch (0.21-3) unstable; urgency=medium * Add patch to fix FTBFS due to API breakage introduced by src:dose3 5.0.1-8 (closes: #852917) botch (0.21-2) unstable; urgency=medium * python3-pygraphviz dropped the file attribute. Thus adapting the code accordingly and bumping dependency to 1.4~rc1 * bump Standards-Version to 3.9.8 (no changes required) * Do not build depend on -1-revisions to ease backports * Remove unused lintian overrides botch (0.21-1) unstable; urgency=medium * new upstream release - changes testcases for gringo 5.1.0 (closes: #847831) * remove all patches * fail if diff in autopkgtest returns nonzero exit (closes: #847832) * move diff_tmp_out of autopkgtest into its own script botch (0.20-3) unstable; urgency=medium * Add two patches from upstream which switch from pep8 to pycodestyle (closes: #844964) botch (0.20-2) unstable; urgency=medium * Apply patch from upstream catering for missing 'depends' field in dose3 yaml output botch (0.20-1) unstable; urgency=medium * new upstream release botch (0.19-3) unstable; urgency=medium * Update autopkgtest test suite to 0.19 release botch (0.19-2) unstable; urgency=medium * Run ocamlbuild with -lflags -runtime-variant,_pic to work around Debian bug #837359 botch (0.19-1) unstable; urgency=medium * new upstream release * drop patches as they were integrated upstream * add a Suggests:botch-doc to botch (closes: #839924) * make the botch package description less verbose (closes: #839926) * fix VCS-Git field to point to the botch git (closes: #839901) * add a README.Debian * update lintian overrides (remove hardening-no-relro and add hardening-no-bindnow and hardening-no-pie) botch (0.18-5) unstable; urgency=medium * dummy upload to test source-only uploads without an empty Binary field in the .changes file botch (0.18-4) unstable; urgency=medium * backport patch to output progress for botch-clean-repository via 0001-clean-repository.ml-add-progress-option.patch botch (0.18-3) unstable; urgency=medium * backport patch which applies _tag rules to *.byte instead of just applying them to *.d.byte via 0002-_tags-don-t-apply-rule-to-.d.byte-only-but-to-.byte.patch * build-depend on libatdgen-ocaml-dev (>= 1.9.1-2) to make sure to depend on a version of atdgen with bug #837804 fixed (provides /usr/bin/atdgen on all architectures) botch (0.18-2) unstable; urgency=medium * backport patch that retries parmap with smaller chunk sizes to cater for 32 bit architectures with very limited memory constraints 0001-buildGraph.ml-retry-with-smaller-chunk-sizes-if-parm.patch botch (0.18-1) unstable; urgency=medium * new upstream release - restores compatibility with dose3 (closes: #827977) * add dependency on dpkg-dev (closes: #832028) * remove all patches * replace build-depends on pyflakes by pyflakes3 * replace dependcy on python3-pydot by python3-pygraphviz * update autopkgtests * add dependency on libyojson-ocaml-dev for the ydump program * bump minimum dose3 version to 5.0.1-1 botch (0.17-3) unstable; urgency=medium * Allows one to only build architecture dependent or architecture independent packages (Closes: #804296) - build dependencies are selected through Build-Depends-Arch and Build-Depends-Indep - this only fixes #804296 because it will not build the failing wiki target anymore during architecture dependent builds on mips or mipsel. The real fix still has to be done in #804297. The problem is hidden because Architecture:all packages are not built on mips or mipsel. * support for DEB_BUILD_PROFILES nodoc and nocheck * support for DEB_BUILD_OPTIONS nodoc and nocheck botch (0.17-2) unstable; urgency=medium * backport two patches from upstream git to support running the misc unit test target on non-native architectures: - 797639f Makefile: do not add debug information by default on non-native architectures, move that to a new debug target - bc22129 tools/*.sh: check all possible ocaml extensions to find an executable botch (0.17-1) unstable; urgency=medium * new upstream release * The upload of clasp 3.1.3-1 broke aspcud in some cases (see #800526 and #801169) and introduced a spurious failure of the test suite that was worked around with the upload of upstream version 0.16. Now that the problem is known and clasp was fixed with 3.1.3-2, this upstream release reverts that change (closes: #802265). * remove debian/patches/print-stats.ml-do-not-use-yojson.safe.pr because that commit is part of this upstream release * refresh debian/patches/send-keepalive * add debian/tests/misc * add build dependency on python3-pydot for the test suite * add build dependency on gsfonts because graphviz wants a font called "Times-Roman" and otherwise falls back to "DejaVu Serif" instead of using "Nimbus Roman No9 L" with gsfonts installed. This could've also been fixed by changing the testcase png be rendered using "DejaVu Serif" * add build dependency on libgraph-easy-perl for the graph-easy tool which is needed by y-u-b-d-transitive-essential in the test suite * break long lines in debian/control for extended description * add additional Depends for debian/tests/control for the misc test botch (0.16-2) unstable; urgency=medium * fix build problem on 32bit architectures botch (0.16-1) unstable; urgency=medium * New upstream release botch (0.15-4) unstable; urgency=medium * and another one... botch (0.15-3) unstable; urgency=medium * another dgit test upload botch (0.15-2) unstable; urgency=medium * dgit test upload botch (0.15-1) unstable; urgency=medium * New upstream release (Closes: #797453) * bump dependency on dose tools >= 4.0.1-2 * remove dependency on jq because it's not needed anymore due to new dose tools * update botch package description * update Vcs-* fields to use dgit botch (0.14-1) unstable; urgency=medium * New upstream release * refresh patch send-keepalive * botch binary: add dependency on python3-pydot, zutils and suggest libgraph-easy-perl, jq * update debian/tests/* with --drop-b-d-indep argument and correct locale environment variable export * make debian/tests/* more readable by splitting long lines * update debian/tests/* with workaround for random segmentation faults see http://bugs.python.org/issue24605 botch (0.13-1) unstable; urgency=medium * New upstream release (closes: #784835) * Remove the XS-Testsuite field from d/control to fix lintian warning xs-testsuite-header-in-debian-control botch (0.12-1) unstable; urgency=medium * New upstream release (closes: #764704) botch (0.11-2) unstable; urgency=medium * fix last d/changelog entry to say unstable instead of UNRELEASED uploads like this should be rejected in the first place. See #647028 botch (0.11-1) unstable; urgency=medium * New upstream release botch (0.10-1~experimental1) experimental; urgency=medium * New upstream release * bump dependency on libdose to 3.3-2 because of its backported fixes for fd-leakage and storing the original Debian package name as a cudf_extras field botch (0.9-1~experimental1) experimental; urgency=medium * New upstream release * add build dependency on libparmap-ocaml-dev botch (0.8-1~experimental1) experimental; urgency=medium * New upstream release botch (0.7-1~experimental1) experimental; urgency=medium * New upstream release * replace gitorious upstream url with gitlab.mister-muffin.de botch (0.6-1~experimental3) experimental; urgency=medium * add patch send-keepalive to not abort build on arches without ocamlopt botch (0.6-1~experimental2) experimental; urgency=medium * do not explicitly set `dh_gencontrol -- -Vocaml:Depends` already done by dh-ocaml * do not run test suite without ocamlopt as that will make the build get killed by a timeout (closes: #778449) * add dh --with ocaml * include /usr/share/ocaml/ocamlvars.mk for OCAML_HAVE_OCAMLOPT * Build-Depend on dh-ocaml * add lintian overrides for hardening and strip errors botch (0.6-1~experimental1) experimental; urgency=medium * New upstream release (closes: #778373) botch (0.5-1~experimental3) experimental; urgency=medium * this upload removes the build-dependency on python3-yaml:native and the dependency on python3-yaml:amd64 to make it compilable/installable again botch (0.5-1~experimental2) experimental; urgency=medium * making an upload to experimental botch (0.5-1~experimental1) unstable; urgency=medium * New upstream release. - graph comparison is now done using botch-graph-difference (Closes: #764909) - adjusted to build with latest dose 3.3 (Closes: #770613) * bump dependency on dose lib and tools to 3.3 * adjust autopkgtests to use botch-graph-difference to compare graphs * bump Standards-Version to 3.9.6 * botch now suggests www-browser because some of its output is HTML * change my email in Maintainer field to josch@debian.org * add Vcs-Browser and Vcs-Git fields * change priority from extra to optional because it has no conflicts and is not a debug package * add build dependency on python3-yaml:native and dependency on python3-yaml:amd64 for testing purposes - please revert! botch (0.4-1) unstable; urgency=medium * New upstream release. botch (0.3-1) unstable; urgency=medium * New upstream release. botch (0.2-1) unstable; urgency=medium * New upstream release. botch (0.1-1) unstable; urgency=medium * Initial release. (Closes: #748102)
Diffstat (limited to 'debian/botch.manpages')
-rw-r--r--debian/botch.manpages1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/botch.manpages b/debian/botch.manpages
new file mode 100644
index 0000000..a70e6f3
--- /dev/null
+++ b/debian/botch.manpages
@@ -0,0 +1 @@
+doc/man/*.1