Bug#476634: git-core: wrongly escaped .ft in manpages

2008-05-19 Thread Jonathan Nieder
The following changes fix this for me:

1. Add docbook-xsl ( 1.72) to the Build-Depends field of debian/control
2. Add DOCBOOK_XSL_172=Yes to the parameters for $(MAKE) in the
   build-indep-stamp: rule from debian/rules.

See Documentation/asciidoc.conf for a brief hint to what's going on.

Hope this helps,

Jonathan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#476634: git-core: wrongly escaped .ft in manpages

2008-05-19 Thread Jonathan Nieder
I forgot to mention that in my local tree I have made some
other changes to debian/rules:

 - the build-arch-stamp: patch-stamp line has become
   build-arch-stamp: build-indep-stamp patch-stamp

 - removed $(MAKE) -CDocumentation man ASCIIDOC8=YesPlease
   from the rules for build-arch-stamp

 - the build-indep-stamp: line has become
   build-indep-stamp: build-arch-stamp

These changes have nothing to do with manpages being broken:
they just prevent debian/rules uselessly building the manpages
twice. But I mention these changes now because without them
one has to add DOCBOOK_XSL_172=Yes to the line that begins
$(MAKE) -CDocumentation under build-arch-stamp as well.

Please let me know if I should file a separate bug for the
manpages-building-twice issue.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#476634: git-core: wrongly escaped .ft in manpages

2008-04-17 Thread Frédéric Brière
Package: git-core
Version: 1:1.5.5-1
Severity: minor

For some reason, all .ft commands in the manpages have been escaped
with \, thus making them appear verbatim in the output.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (1001, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-core depends on:
ii  cpio   2.9-13GNU cpio -- a program to manage ar
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.0-1+b1   Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  perl-modules   5.8.8-12  Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  curl 7.18.0-1+b1 Get a file from an HTTP, HTTPS or 
ii  less 418-1   Pager program similar to more
ii  openssh-client [ssh-client]  1:4.7p1-8   secure shell client, an rlogin/rsh
ii  patch2.5.9-4 Apply a diff file to an original
ii  rsync3.0.2-1 fast remote file copy program (lik

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]