diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-09-03 14:36:57 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-09-03 14:37:07 +0200 |
commit | 80c60e9bde6b1f5ddfc033e7d1c2e428646fba75 (patch) | |
tree | b08f2e5f533d37f3a8365affacd54ab998bf83f7 /debian | |
parent | 3c0a3176fe7c5ec6f92c7364b34d32cde0d97543 (diff) | |
download | debhelper-80c60e9bde6b1f5ddfc033e7d1c2e428646fba75.tar.gz |
Use uppercase "Debian" in package description when the project is meant
Fixes lintian warning capitalization-error-in-description.
Signed-off-by: Axel Beckert <abe@deuxchevaux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 56ec2573..c0bb6c02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ debhelper (9.20160814+unreleased) UNRELEASED; urgency=medium [ Axel Beckert ] * Apply patch by Jens Reyer to fix typo in dh_installdocs man page. (Closes: #836344) + * Use uppercase "Debian" in package description when the project is + meant. Fixes lintian warning capitalization-error-in-description. -- Niels Thykier <niels@thykier.net> Sun, 14 Aug 2016 09:30:15 +0000 diff --git a/debian/control b/debian/control index a1d93ba4..d675e628 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,8 @@ Provides: dh-systemd (= 1.38) Multi-Arch: foreign Description: helper programs for debian/rules A collection of programs that can be used in a debian/rules file to - automate common tasks related to building debian packages. Programs + automate common tasks related to building Debian packages. Programs are included to install various files into your package, compress - files, fix file permissions, integrate your package with the debian - menu system, debconf, doc-base, etc. Most debian packages use debhelper + files, fix file permissions, integrate your package with the Debian + menu system, debconf, doc-base, etc. Most Debian packages use debhelper as part of their build process. |