Your message dated Wed, 18 Feb 2015 01:42:56 +0100
with message-id <[email protected]>
and subject line Bug was fixed in doc-debian but now is maintained elsewhere
has caused the Debian Bug report #405925,
regarding doc-debian: Please ship BYHAND versions (for
ftp.debian.org/debian/doc) of many documents
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.)
--
405925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405925
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: doc-debian
Version: 3.1.3
Severity: wishlist
Tags: patch
The versions of various files in http://ftp.debian.org/debian/doc/
are grossly out of date, as documented at bug 262425.
The ftpmasters would like these files to be generated from a package
as BYHAND files.
This is the logical package from which to do so, as it contains the
up-to-date version of nearly all of them (the exception is the dedication-2.2.*
files), and it already has BYHAND processing.
This (tested) patch adjusts debian/rules to ship this Pile O Stuff in its BYHAND
area. It also causes the old versions of the constitution and social contract
to be shipped for http://ftp.debian.org/debian/doc/, which I think is probably
the correct thing to do.
Alternatively, you might request that some of those documents simply be removed
from ftp.debian.org/debian/doc/ if you think they don't belong there. It is
also
possible that some of these documents are already being produced as BYHAND
documents
by other packages, but if so I know nothing about it!
--- rules 2006-03-14 09:22:55.000000000 -0500
+++ rules.new 2007-01-07 07:28:00.000000000 -0500
@@ -64,5 +64,11 @@
dpkg-distaddfile debian-faq.en.txt.gz byhand -
dpkg-distaddfile debian-faq.en.ps.gz byhand -
dpkg-distaddfile debian-faq.en.pdf.gz byhand -
+ cp $(docdir)/debian-manifesto ../
+ dpkg-distaddfile debian-manifesto byhand -
+ for txtfile in `cd $(docdir) && ls *.txt`; do \
+ cp $(docdir)/$$txtfile ../ ; \
+ dpkg-distaddfile $$txtfile byhand - ; \
+ done
.PHONY: build clean binary binary-arch binary-indep
--- End Message ---
--- Begin Message ---
Initially this bug was fixed in doc-debian 3.1.5 (in 2007). It was later
removed in 2008 as ftp.debian.org is already updating the 'debian-manifesto'
through other mechanisms.
I'm thus closing this bug.
Regards
Javier
signature.asc
Description: Digital signature
--- End Message ---