Your message dated Sun, 01 Feb 2009 17:02:16 +0000
with message-id <[email protected]>
and subject line Bug#511699: fixed in python-ldap-doc 2.3-2
has caused the Debian Bug report #511699,
regarding Syntax error in generated version.tex
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
511699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511699
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-ldap-doc
Version: 2.3-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu jaunty ubuntu-patch

The debian/rules snippet to generate version.tex puts a ^M
at the start of the file instead of \r, leading to a build
build failure. The attached patch tweaks it to make sure
the generated file is correct. Please consider applying it.

Thanks,

James
diff -u python-ldap-doc-2.3/debian/rules python-ldap-doc-2.3/debian/rules
--- python-ldap-doc-2.3/debian/rules
+++ python-ldap-doc-2.3/debian/rules
@@ -9,7 +9,7 @@
        v=$${v%-*}; \
        d=`dpkg-parsechangelog | sed -n 's/^Date: //p'`; \
        d=`LC_TIME=C date +"%B %e, %Y" -d "$$d"`; \
-       echo "\\release{$$v}\\setshortversion{$$v}\\date{$$d}" > $@
+       echo "\\\\release{$$v}\\setshortversion{$$v}\\date{$$d}" > $@
 
 build/python-ldap-doc:: Doc/version.tex
        $(MAKE) -C Doc python-ldap/index.html

--- End Message ---
--- Begin Message ---
Source: python-ldap-doc
Source-Version: 2.3-2

We believe that the bug you reported is fixed in the latest version of
python-ldap-doc, which is due to be installed in the Debian FTP archive:

python-ldap-doc_2.3-2.diff.gz
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.3-2.diff.gz
python-ldap-doc_2.3-2.dsc
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.3-2.dsc
python-ldap-doc_2.3-2_all.deb
  to pool/contrib/p/python-ldap-doc/python-ldap-doc_2.3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[email protected]> (supplier of updated python-ldap-doc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 01 Feb 2009 17:50:56 +0100
Source: python-ldap-doc
Binary: python-ldap-doc
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Matej Vela <[email protected]>
Changed-By: Matej Vela <[email protected]>
Description: 
 python-ldap-doc - Documentation for the Python LDAP interface module
Closes: 511699
Changes: 
 python-ldap-doc (2.3-2) unstable; urgency=low
 .
   * debian/rules: Fix quoting for dash; thanks to James Westby.
     Closes: #511699.
   * debian/control: Add Homepage field.
   * debian/control: Use ${misc:Depends} to placate Lintian.
   * debian/copyright: Add copyright notice.
   * debian/copyright: Note that the package is not in main and why.
   * debian/copyright: Update upstream CVS location.
   * debian/doc-base: Change section from Apps/Programming to
     Programming/Python.
   * debian/install: Remove brace expansion.
   * Conforms to Standards version 3.8.0.
Checksums-Sha1: 
 767332a0cf9aa9b3523683e699a35d8250b6c8d9 1033 python-ldap-doc_2.3-2.dsc
 b1a14012b69e87f142b632c7a30b01612e29e8e2 2310 python-ldap-doc_2.3-2.diff.gz
 5215478e916ba78e6b14bb608c8e5d5c7d558c21 44280 python-ldap-doc_2.3-2_all.deb
Checksums-Sha256: 
 ad034c6299c501677375f1a66f8273e717ba66a35b92d77929799baa2c6e2a00 1033 
python-ldap-doc_2.3-2.dsc
 d33b9690f7e59aa0253a247ee27c73007687df8d6d1638776602fe1c82558747 2310 
python-ldap-doc_2.3-2.diff.gz
 cd0470b6aceb70f73a0230d9731ef003fc682f661427f539a7aebeeb50d931b0 44280 
python-ldap-doc_2.3-2_all.deb
Files: 
 b5546aa8ddbeb49194008476e9a87ae4 1033 contrib/doc optional 
python-ldap-doc_2.3-2.dsc
 7bfefeda92eb6aa05488dc27a76595e3 2310 contrib/doc optional 
python-ldap-doc_2.3-2.diff.gz
 c70ab726111492dda8cf911335fb478b 44280 contrib/doc optional 
python-ldap-doc_2.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmF0yMACgkQqbYs6sQrY8oI4wCfTPwXDwrEt8yQn7bu0uiR7OJP
/JQAn3ee5/sbQdNwlQLMTFjvGUXo2Fg6
=U7Ux
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to