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=c624b86dea639702c0b464f40f13979688c70f07 commit c624b86dea639702c0b464f40f13979688c70f07 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jun 27 13:34:50 2020 +0200 debian: Sort dpkg-dev.manpages file --- debian/changelog | 2 ++ debian/dpkg-dev.manpages | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index faf6ba5e7..876eee97f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ dpkg (1.20.2) UNRELEASED; urgency=medium * Build system: - Set SHELL in the test environment. - Do not fail if po4a is not found, and search for it just once. + * Packaging: + - Sort debian/dpkg-dev.manpages. -- Guillem Jover <[email protected]> Sat, 27 Jun 2020 03:10:36 +0200 diff --git a/debian/dpkg-dev.manpages b/debian/dpkg-dev.manpages index 27ef5832b..513ec82ae 100644 --- a/debian/dpkg-dev.manpages +++ b/debian/dpkg-dev.manpages @@ -1,28 +1,27 @@ usr/share/man/*/deb-buildinfo.5 usr/share/man/*/deb-changelog.5 usr/share/man/*/deb-changes.5 -usr/share/man/*/deb-control.5 usr/share/man/*/deb-conffiles.5 -usr/share/man/*/deb-src-control.5 -usr/share/man/*/deb-src-files.5 -usr/share/man/*/deb-src-rules.5 -usr/share/man/*/deb-version.7 -usr/share/man/*/deb-substvars.5 +usr/share/man/*/deb-control.5 +usr/share/man/*/deb-extra-override.5 +usr/share/man/*/deb-old.5 usr/share/man/*/deb-origin.5 usr/share/man/*/deb-override.5 -usr/share/man/*/deb-extra-override.5 -usr/share/man/*/deb-shlibs.5 -usr/share/man/*/deb-split.5 -usr/share/man/*/deb-symbols.5 usr/share/man/*/deb-postinst.5 usr/share/man/*/deb-postrm.5 usr/share/man/*/deb-preinst.5 usr/share/man/*/deb-prerm.5 +usr/share/man/*/deb-shlibs.5 +usr/share/man/*/deb-split.5 +usr/share/man/*/deb-src-control.5 +usr/share/man/*/deb-src-files.5 +usr/share/man/*/deb-src-rules.5 +usr/share/man/*/deb-substvars.5 +usr/share/man/*/deb-symbols.5 usr/share/man/*/deb-triggers.5 -usr/share/man/*/deb-old.5 +usr/share/man/*/deb-version.7 usr/share/man/*/deb.5 usr/share/man/*/deb822.5 -usr/share/man/*/dsc.5 usr/share/man/*/dpkg-architecture.1 usr/share/man/*/dpkg-buildflags.1 usr/share/man/*/dpkg-buildpackage.1 @@ -40,3 +39,4 @@ usr/share/man/*/dpkg-scansources.1 usr/share/man/*/dpkg-shlibdeps.1 usr/share/man/*/dpkg-source.1 usr/share/man/*/dpkg-vendor.1 +usr/share/man/*/dsc.5 -- Dpkg.Org's dpkg

