tags 669537 + patch
thanks

Hi,

> During a rebuild of all packages in sid, your package failed to
> build on amd64.

I can reproduce this.

>> while pdflatex techdoc.tex > /dev/null 2>&1 || exit 1 ; \
>>              grep -q "Label(s) may have changed" techdoc.log; \
>>      do :; done
>> make[1]: *** [techdoc.pdf] Error 1

Removing the pdflatex output silencing shows this is due to uri.sty
not being found. Adding texlive-latex-extra to the build-deps allows
me to successfully complete a build.

=== modified file 'debian/control'
--- debian/control      2012-02-09 23:15:57 +0000
+++ debian/control      2012-04-23 16:26:59 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Kees Cook <k...@debian.org>
-Build-Depends: debhelper (>= 8.1.2), flex, bison, bzip2, apache2-prefork-dev, 
libpam-dev, autotools-dev, libtool, automake, autoconf, chrpath, 
texlive-latex-base, swig, quilt, po-debconf, dejagnu, chrpath, python-all-dev, 
python, perl (>= 5.8.0), liblocale-gettext-perl
+Build-Depends: debhelper (>= 8.1.2), flex, bison, bzip2, apache2-prefork-dev, 
libpam-dev, autotools-dev, libtool, automake, autoconf, chrpath, 
texlive-latex-base, texlive-latex-extra, swig, quilt, po-debconf, dejagnu, 
chrpath, python-all-dev, python, perl (>= 5.8.0), liblocale-gettext-perl
 Standards-Version: 3.9.2
 Homepage: http://apparmor.net/
 Vcs-Bzr: https://code.launchpad.net/~kees/apparmor/debian

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to