Processed: Re: Bug#897108: gitano FTBFS with pandoc 2.1.2

2018-06-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 897108 1.1.1-1
Bug #897108 [src:gitano] gitano FTBFS with pandoc 2.1.2
Marked as fixed in versions gitano/1.1.1-1.
Bug #897108 [src:gitano] gitano FTBFS with pandoc 2.1.2
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
897108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#897108: gitano FTBFS with pandoc 2.1.2

2018-04-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 897108 https://trello.com/c/CrnBZptB/275
Bug #897108 [src:gitano] gitano FTBFS with pandoc 2.1.2
Set Bug forwarded-to-address to 'https://trello.com/c/CrnBZptB/275'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
897108: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897108
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#897108: gitano FTBFS with pandoc 2.1.2

2018-04-30 Thread Daniel Silverstone
forward 897108 https://trello.com/c/CrnBZptB/275
thanks

On Sat, Apr 28, 2018 at 17:28:31 +0300, Adrian Bunk wrote:
> pandoc --standalone --toc --chapters -V documentclass:report -V 
> geometry:margin=1in -V graphics:true -V papersize:a4paper -H titling.tex -H 
> header.tex -o gitano-admin-doc.pdf 000.mdwn
> --chapters has been removed. Use --top-level-division=chapter instead.
> Try pandoc --help for more information.

This looks to be a non-backward-compatible change in behaviour between pandoc 
1.x and 2.x
and will require a change to the upstream build system.  There are a number of 
things which
must happen for 1.2 of Gitano and this has been added to them.

You can see the upstream tracking card at https://trello.com/c/CrnBZptB/275

Thanks,

Daniel.

-- 
Daniel Silverstone http://www.digital-scurf.org/
PGP mail accepted and encouraged.Key Id: 3CCE BABE 206C 3B69



Bug#897108: gitano FTBFS with pandoc 2.1.2

2018-04-28 Thread Adrian Bunk
Source: gitano
Version: 1.1-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/gitano.html

...
   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/1st/gitano-1.1'
make
make[2]: Entering directory '/build/1st/gitano-1.1'
NOTE: Coverage gathering is not enabled
make[2]: Leaving directory '/build/1st/gitano-1.1'
make -C doc/admin
make[2]: Entering directory '/build/1st/gitano-1.1/doc/admin'
pandoc --standalone --toc --chapters -V documentclass:report -V 
geometry:margin=1in -V graphics:true -V papersize:a4paper -H titling.tex -H 
header.tex -o gitano-admin-doc.pdf 000.mdwn
--chapters has been removed. Use --top-level-division=chapter instead.
Try pandoc --help for more information.
make[2]: *** [Makefile:6: gitano-admin-doc.pdf] Error 2