This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=4114a568fd32cd8c146001007f1f50af7f2aa079 commit 4114a568fd32cd8c146001007f1f50af7f2aa079 Author: Guillem Jover <[email protected]> AuthorDate: Wed Jan 30 03:32:16 2019 +0100 debian: Remove now unused assert usertag description All such bugs have been closed, there is no reason to document it anymore. --- debian/changelog | 1 + debian/usertags | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6a107d78..a3cab4eee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ dpkg (1.19.5) UNRELEASED; urgency=medium - autopkgtest: Add file to Depends fields. - autopkgtest: Clarify behavior on root/non-root requirement. - Bump Standards-Version to 4.3.0 (no changes required). + - Remove now unused assert usertag description. [ Updated programs translations ] * German (Sven Joachim). diff --git a/debian/usertags b/debian/usertags index 97a6d8d44..5e2e3d4eb 100644 --- a/debian/usertags +++ b/debian/usertags @@ -15,8 +15,6 @@ Generic tags usertag description ------- ----------- -assert Errors caused by assert() (obsoleted by internerr() - usage). segfault Errors that cause segmentation faults. conffile Issues with configuration file handling. symlink Issues related to symlink handling. -- Dpkg.Org's dpkg

