Control: tags -1 patch On 07-06-16 21:31, Paul Gevers wrote: > The world has turned a couple of times... > > On Thu, 03 Mar 2016 20:43:08 +0100 Paul Gevers <elb...@debian.org> wrote: >> As suggested by Paul Wise in a response to an e-mail to debian-admin@l.d.o, I >> would like to have the content that currently lives here: >> https://people.debian.org/~seanius/policy/dbapp-policy.html/ >> https://people.debian.org/~seanius/policy/dbconfig-common.html/ >> https://people.debian.org/~seanius/policy/dbconfig-common-design.html >> to be extracted from the dbconfig-common binary package and made available on >> https://www.debian.org/doc/devel-manuals or in the ../packaging-manuals. The >> current webpages are out-dated and seanius is retired from Debian so won't >> update anymore. > > Do you think it is possible to fix this? If not on a short term, could I > get access to manually update the documentation, such that the old > documentation can be replaced?
With the help of Paul Wise, I was able to locate the script that does this and I created a patch. The patch seems to be doing what I expect on my system. Please apply this to: ssh://git.debian.org/git/debwww/cron.git Thanks Paul
diff --git a/parts/7doc b/parts/7doc index 524a0b7..3004dc6 100755 --- a/parts/7doc +++ b/parts/7doc @@ -460,6 +460,13 @@ for lang in $langlist ; do mvhtml2 debian-handbook usr/share/doc/debian-handbook/html/$lang ADD $lclang done +unpack dbconfig-common +mvdocs dbapp-policy usr/share/doc/dbconfig-common NO en manuals/ dbapp-policy +mvdocs dbconfig-common usr/share/doc/dbconfig-common NO en manuals/ dbconfig-common +mvhtml dbapp-policy usr/share/doc/dbconfig-common/dbapp-policy.html NO en +mvhtml dbconfig-common usr/share/doc/dbconfig-common NO en +mvhtml dbconfig-common usr/share/doc/dbconfig-common/dbconfig-common.html NO en + echo echo "7doc finished (at `date`)"
signature.asc
Description: OpenPGP digital signature