remove senseless comments
This commit is contained in:
parent
6baa70b1e6
commit
8e4a2a1ecb
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
nagios-plugins (1.4.11-3) UNRELEASED; urgency=low
|
||||
|
||||
* remove unneeded debhelper scripts from rules
|
||||
* remove senseless comments from patches
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Fri, 07 Mar 2008 17:37:49 +0100
|
||||
|
||||
|
|
1
debian/patches/02_utilspm.dpatch
vendored
1
debian/patches/02_utilspm.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh -e
|
||||
## 02_utilspm.dpatch by Guido Trotter <ultrotter@debian.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Correct utils.pm script to begin with #!/usr/bin/perl
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
|
|
1
debian/patches/06_checkircd.dpatch
vendored
1
debian/patches/06_checkircd.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh -e
|
||||
## 06_checkircd.dpatch by <ultrotter@debian.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
if [ $# -lt 1 ]; then
|
||||
|
|
1
debian/patches/13_subst.in_again.dpatch
vendored
1
debian/patches/13_subst.in_again.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 13_subst.in_again.dpatch by <seanius@localhost.localdomain>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
|
|
1
debian/patches/14_check_log_paths.dpatch
vendored
1
debian/patches/14_check_log_paths.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 14_check_log_paths.dpatch by <seanius@debian.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
|
|
1
debian/patches/18_check_game_cmdline.dpatch
vendored
1
debian/patches/18_check_game_cmdline.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 18_check_game_cmdline.dpatch by <seanius@debian.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 22_check_smb_hostaddress.dpatch by <seanius@localhost.localdomain>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
|
|
1
debian/patches/26_implicit-basename.dpatch
vendored
1
debian/patches/26_implicit-basename.dpatch
vendored
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 26-implicit-basename.dpatch by <seanius@localhost.localdomain>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: No description.
|
||||
|
||||
@DPATCH@
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 28_check_pgsql_include_for_8.3.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: include pg_config_manual.h since NAMEDATALEN definition moved there with psql 8.3
|
||||
|
||||
@DPATCH@
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 29_check_ntp_fixsefault_deprecate.dpatch by Thomas Guyot-Sionnest <dermoth@aei.ca>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Fix check_ntp_time and check_ntp segfault, add deprecate hints
|
||||
|
||||
@DPATCH@
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 30_fix_check_ntp_options.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Fix options for check_ntp_time and check_ntp_peer
|
||||
|
||||
@DPATCH@
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#! /bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 31_check_disk_local_option.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Fix local option for check_disk
|
||||
|
||||
@DPATCH@
|
||||
|
|
1
debian/patches/32_check_ldap_pointer.dpatch
vendored
1
debian/patches/32_check_ldap_pointer.dpatch
vendored
|
@ -2,7 +2,6 @@
|
|||
## 32_check_ldap_pointer.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
## patch provided by dann frazier <dannf@debian.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: Using deprecated interfaces of libldap API
|
||||
|
||||
@DPATCH@
|
||||
|
|
1
debian/patches/50_misc_typos.dpatch
vendored
1
debian/patches/50_misc_typos.dpatch
vendored
|
@ -2,7 +2,6 @@
|
|||
## 50_misc_typos.dpatch by <andy@andrewprice.me.uk> modified for 1.4.10 by
|
||||
## Jan Wagner <waja@cyconet.org>
|
||||
##
|
||||
## All lines beginning with `## DP:' are a description of the patch.
|
||||
## DP: This patch fixes various typos and grammatical errors in plugins/*.c.
|
||||
## DP: It is based on Malcolm Parsons' patch posted at https://launchpad.net/bugs/64595
|
||||
|
||||
|
|
Loading…
Reference in a new issue