Your message dated Wed, 17 Dec 2008 19:49:08 +0100
with message-id <[email protected]>
and subject line fixed in 0.5-1
has caused the Debian Bug report #503888,
regarding Typo in makefile; ps does not build.
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.)
--
503888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503888
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-sphinx
Version: 0.4.2-1
Severity: normal
File: /usr/share/pyshared/sphinx/texinputs/Makefile
Tags: patch
This is the immediate fix, but really it should use $(addsuffix) as
done for ALLPDF and ALLDVI.
diff -ud /usr/share/pyshared/sphinx/texinputs/Makefile
/tmp/buffer-content-2361UJR
--- /usr/share/pyshared/sphinx/texinputs/Makefile 2008-06-27
05:15:43.000000000 +1000
+++ /tmp/buffer-content-2361UJR 2008-10-29 13:08:25.285062417 +1100
@@ -11,7 +11,7 @@
all-pdf: $(ALLPDF)
all-dvi: $(ALLDVI)
all-ps: all-dvi
- for f in *.dvi; do dvips $f; done
+ for f in *.dvi; do dvips $$f; done
zip: all-$(FMT)
mkdir $(ARCHIVEPREFIX)docs-$(FMT)
Diff finished. Wed Oct 29 13:08:25 2008
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages python-sphinx depends on:
ii libjs-jquery 1.2.6-1 JavaScript library for dynamic web
ii python 2.5.2-2 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-docutils 0.5-2 Utilities for the documentation of
ii python-jinja 1.2-2 small but fast and easy to use sta
ii python-pygments 0.10-1 syntax highlighting package writte
python-sphinx recommends no packages.
python-sphinx suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: sphinx
Source-Version: 0.5-1
this bug has been fixed upstream (I forgot to close it in 0.5-1 upload)
pgp8W15ROfl3Z.pgp
Description: PGP signature
--- End Message ---