From a18719ccaa3c303c608553c463b1707a9172e02b Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 13 Apr 2016 20:27:35 +0200 Subject: Quench minor lintian warnings --- debian/patches/001-lintian-warning-fix-man-typo.patch | 15 +++++++++++++++ .../002-lintian-warning-fix-desktop-keywords.patch | 12 ++++++++++++ debian/patches/series | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 debian/patches/001-lintian-warning-fix-man-typo.patch create mode 100644 debian/patches/002-lintian-warning-fix-desktop-keywords.patch diff --git a/debian/patches/001-lintian-warning-fix-man-typo.patch b/debian/patches/001-lintian-warning-fix-man-typo.patch new file mode 100644 index 0000000..889b7ae --- /dev/null +++ b/debian/patches/001-lintian-warning-fix-man-typo.patch @@ -0,0 +1,15 @@ +Description: Fix a lintian warning about a typo in the man page + spelling-error-in-manpage usr/share/man/man1/htop.1.gz +Author: Daniel Lange +--- +--- a/htop.1.in ++++ b/htop.1.in +@@ -10,7 +10,7 @@ Htop is a free (GPL) ncurses-based proce + .LP + It is similar to top, but allows you to scroll vertically and horizontally, + so you can see all the processes running on the system, along with their full +-command lines, as well as viewing them as a process tree, selecting mutiple ++command lines, as well as viewing them as a process tree, selecting multiple + processes and acting on them all at once. + .LP + Tasks related to processes (killing, renicing) can be done without diff --git a/debian/patches/002-lintian-warning-fix-desktop-keywords.patch b/debian/patches/002-lintian-warning-fix-desktop-keywords.patch new file mode 100644 index 0000000..a7bd134 --- /dev/null +++ b/debian/patches/002-lintian-warning-fix-desktop-keywords.patch @@ -0,0 +1,12 @@ +Description: Add Keywords entry to .desktop file + lintian warning desktop-entry-lacks-keywords-entry + usr/share/applications/htop.desktop +Author: Daniel Lange +--- +--- a/htop.desktop ++++ b/htop.desktop +@@ -60,3 +60,4 @@ GenericName[sv]=Processvisning + GenericName[tr]=Süreç Görüntüleyici + GenericName[uk]=Перегляд процесів + GenericName[zh_TW]=行程檢視器 ++Keywords=system;process;task diff --git a/debian/patches/series b/debian/patches/series index a437421..5a4f7c8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,3 @@ +001-lintian-warning-fix-man-typo.patch +002-lintian-warning-fix-desktop-keywords.patch 601-openvz-new-ctid-vpid.patch -- cgit v1.2.3