Debian Package Tracker
Register | Log in
Subscribe

doc-central

web-based documentation browser

Choose email to subscribe with

general
  • source: doc-central (main)
  • version: 1.9.0
  • maintainer: Diane Trout (DMD)
  • arch: all
  • std-ver: 4.4.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.8.3
  • oldstable: 1.8.3
  • stable: 1.9.0
  • testing: 1.9.0
  • unstable: 1.9.0
versioned links
  • 1.8.3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.9.0: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • doc-central (5 bugs: 0, 5, 0, 0)
action needed
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 1.9.1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit c5e7a40779f0329fbe81baf960ee688316760bb3
Merge: 568ab02 b6cccf3
Author: Jelmer Vernooij <jelmer@debian.org>
Date:   Tue Nov 1 13:33:27 2022 +0000

    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request debian/doc-central!3

commit b6cccf35fab30b579eacb0602c0ed56d8e916664
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Fri Sep 24 04:31:10 2021 +0000

    Bump debhelper from deprecated 9 to 10.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-deprecated-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

commit a123c9443a7c40142d6cad40dbcc8eab2166586b
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Fri Sep 24 04:31:09 2021 +0000

    Use set -e rather than passing -e on the shebang-line.
    
    Changes-By: lintian-brush
    Fixes: lintian: maintainer-script-without-set-e
    See-also: https://lintian.debian.org/tags/maintainer-script-without-set-e.html

commit 506ed9a8c6fb330dccc4596a693b3e5d073a52fc
Author: Debian Janitor <janitor@jelmer.uk>
Date:   Fri Sep 24 04:31:09 2021 +0000

    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html

commit 568ab0201b938fe1742dfa1c7a0e0bc5b9d0b12d
Author: Ondřej Nový <onovy@debian.org>
Date:   Mon Oct 1 10:15:42 2018 +0200

    d/changelog: Remove trailing whitespaces

commit 18f4f875f1dfe7f1b10320faafd1fd0a3a49b8c3
Author: Diane Trout <diane@ghic.org>
Date:   Tue May 1 11:04:25 2018 -0700

    Use Python 3's http.cookie parser instead of doing it by hand

commit 1c9eced31d2eae01605ddc8ec50b3b899f934d49
Author: Diane Trout <diane@ghic.org>
Date:   Sun Mar 11 12:11:06 2018 -0700

    Add canonical repository URLs

commit 947dc4248b8666bbac5bd518b6393b1e22b05b1e
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 15:02:41 2017 -0700

    Update changelog with update summary

commit 518b422ace8fec1f270e586f5eb632ac0a50eb5b
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 15:01:43 2017 -0700

    Update README.Debian Documentation

commit fe9057fd0e71a2c03ed522f6751d40ae94312e82
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 15:01:20 2017 -0700

    Update doc-central.conf for Apache 2.4 and allowing access to /doc

commit a0e258491a772fad53a257f365ea30133b50ae3b
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 12:38:07 2017 -0700

    Update Dependency list

commit f8d418d8793f4e463ee431575056bf15490b44d3
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:48:48 2017 -0700

    Remove extra newline

commit 44a9ed774c3c5a63f2740b39e6e96ef8c63662fe
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:48:05 2017 -0700

    use next(iter()) to access first element of dictionary keys

commit 6690fa2f8bc257c010e0a9ca903b94a683f0a637
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:47:47 2017 -0700

    Use Python 3 location for urllib quote function

commit ed616e99a94e9179ce65a333540065406b32318b
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:46:59 2017 -0700

    Declare that we are using charset UTF-8
    
    Since doc-base files are required to be encoded with UTF-8, we should
    use UTF-8

commit 5dd6e8da2dcf055939b1909951bca1557e08aa48
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:43:50 2017 -0700

    access stdout as a binary stream and write utf-8 to it.
    
    Regardless of what locale the web server is using.

commit cc89c062c8149453dca310438809cb9fd3c6c399
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:41:46 2017 -0700

    Port away from the string module to using string methods

commit db76b01efb61e18206182b06bd1b5e56ef009f7c
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:39:21 2017 -0700

    Use debian.deb822.Deb822 for reading doc-info files
    
    Why maintain effectively the same thing in two places

commit 61eb8fe03c89a9bbd2dca83048c23b77039ac8aa
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:35:15 2017 -0700

    Make DocumentationInfo sortable in Python 3

commit e5f04ce98e9e6434c855ad1868f290d5c0c89a18
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:34:14 2017 -0700

    Use Python 3 stdlib for html escaping

commit 4f45db05d8399a04534461af4d3da149dd13e337
Author: Diane Trout <diane@ghic.org>
Date:   Wed Oct 11 11:32:15 2017 -0700

    Use #!/usr/bin/python3

commit 62fbf8b0c8e77eb2ea78e4d20e53521ed428c653
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 21:34:30 2017 -0700

    Use Python 3 compatible print()

commit 5fed8b0e7d5beabfcb6cb798ffc45bb06678406f
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:53:48 2017 -0700

    Remove trailing ;

commit 4ef54668f0f2f5c32b32985cf68256f32a8dd4e1
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:53:31 2017 -0700

    Remove unused code

commit cdd80c77fe428a526dfa5820f012e3bb33658669
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:52:59 2017 -0700

    Use except Exception as var:

commit 5ddf8dd10ffad31bab2d53925899b00ff1ce3c3b
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:48:54 2017 -0700

    Replace "not x in y" with "x not in y"

commit ff14f97da7883ce28d161ea8aa5bf00f61d21a45
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:48:36 2017 -0700

    Replace has_key with in

commit 7f9a122728391d14549dcfe58d7a742dea8c2409
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:35:45 2017 -0700

    Remove trailing whitespace

commit bd910dfa9319888dca9fae33532628e3d14a9985
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:34:47 2017 -0700

    Import one module per-line, remove unused imports

commit 28f72fa2b95579dce78e00fae87dda98f1b7391c
Author: Diane Trout <diane@ghic.org>
Date:   Tue Oct 10 20:30:16 2017 -0700

    pep8 whitespace changes
Created: 2019-10-16 Last update: 2023-03-24 03:06
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.6.2 instead of 4.4.1).
Created: 2020-01-21 Last update: 2022-12-17 19:17
news
[rss feed]
  • [2022-04-26] doc-central 1.9.0 MIGRATED to testing (Debian testing watch)
  • [2022-01-21] doc-central REMOVED from testing (Debian testing watch)
  • [2019-10-21] doc-central 1.9.0 MIGRATED to testing (Debian testing watch)
  • [2019-10-15] Accepted doc-central 1.9.0 (source) into unstable (Diane Trout)
  • [2014-01-30] doc-central 1.8.3 MIGRATED to testing (Debian testing watch)
  • [2014-01-19] Accepted doc-central 1.8.3 (source all) (Emanuele Rocca)
  • [2010-03-03] doc-central 1.8.2+nmu3 MIGRATED to testing (Debian testing watch)
  • [2010-02-20] Accepted doc-central 1.8.2+nmu3 (source all) (Mats Erik Andersson)
  • [2008-12-08] doc-central 1.8.2+nmu2 MIGRATED to testing (Debian testing watch)
  • [2008-11-13] Accepted doc-central 1.8.2+nmu2 (source all) (Robert Luberda)
  • [2008-05-17] doc-central 1.8.2+nmu1 MIGRATED to testing (Debian testing watch)
  • [2008-05-06] Accepted doc-central 1.8.2+nmu1 (source all) (Robert Luberda)
  • [2005-12-27] doc-central 1.8.2 MIGRATED to testing (Debian testing watch)
  • [2005-12-15] Accepted doc-central 1.8.2 (source all) (Guilherme de S. Pastore)
  • [2005-03-11] Accepted doc-central 1.8.1 (all source) (Guilherme de S. Pastore)
  • [2005-02-12] Accepted doc-central 1.8 (all source) (Guilherme de S. Pastore)
  • [2005-01-22] Accepted doc-central 1.7 (all source) (Guilherme de S. Pastore)
  • [2005-01-06] Accepted doc-central 1.6 (all source) (Guilherme de S. Pastore)
  • [2004-11-30] Accepted doc-central 1.5 (all source) (Guilherme de S. Pastore)
  • [2001-11-13] Installed doc-central 1.4 (all source) (Wichert Akkerman)
  • [2000-05-13] Installed doc-central 1.3 (all source) (Wichert Akkerman)
  • [2000-04-23] Installed doc-central 1.1 (all source) (Wichert Akkerman)
  • [2000-04-21] Installed doc-central 1.0 (all source) (Wichert Akkerman)
bugs [bug history graph]
  • all: 5
  • RC: 0
  • I&N: 5
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • screenshots
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1.9.0
  • 4 bugs (1 patch)

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing