summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control6
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.