diff options
author | Pino Toscano <pino@debian.org> | 2016-08-27 09:51:47 +0200 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2016-08-27 09:51:47 +0200 |
commit | e777225a707e5838a8c1b0a4704a07ac460857e5 (patch) | |
tree | c3c3d92e48ec4fa8c44a2540408376d39d1d0fcd | |
parent | 92f63673170d6f230e78c9f9f862099704821db7 (diff) | |
download | pkg-kde-tools-e777225a707e5838a8c1b0a4704a07ac460857e5.tar.gz |
dh_sameversiondep: fix typo in doc
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | dh_sameversiondep | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 430892e..91ab20b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ pkg-kde-tools (0.15.23) UNRELEASED; urgency=medium [ Pino Toscano ] * Add myself to Uploaders. * dh_sodeps: make it work also for libraries in the multiarch directory. + * dh_sameversiondep: fix typo in documentation. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 27 Aug 2016 09:34:05 +0200 diff --git a/dh_sameversiondep b/dh_sameversiondep index 2eaac45..e109aa4 100755 --- a/dh_sameversiondep +++ b/dh_sameversiondep @@ -107,7 +107,7 @@ The name of the package which you want to add as a dependency. The name of the package which dependencies are to be intersected with the dependencies of the I<dependency> package. Defaults to the first package in -debian/control if ommited. +debian/control if omitted. =item I<dependency type> (optional) |