diff options
author | Guillem Jover <guillem@debian.org> | 2008-06-21 06:27:39 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:23 +0200 |
commit | f5de9e5576d04a1139ff3ca85801e571b6ed7509 (patch) | |
tree | 17b629b482e6e32fe8f32013afc2018ef0ef061f /debian | |
parent | cc5534f384c4146e8825dd7f5a9d55ea69ad4a95 (diff) | |
download | inetutils-f5de9e5576d04a1139ff3ca85801e571b6ed7509.tar.gz |
Remove DPATCHLEVEL variable from patches
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/01_no_link_extralibs.patch | 1 | ||||
-rw-r--r-- | debian/patches/10_syslog_klog_doc.patch | 2 | ||||
-rw-r--r-- | debian/patches/22_syslogd_conf.patch | 1 | ||||
-rw-r--r-- | debian/patches/30_ping_suid_perms.patch | 1 |
5 files changed, 1 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index f56d1a0..dde95b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ inetutils (2:1.5.dfsg.1-7) UNRELEASED; urgency=low * Add a debian/README.source file. * Now using Standards-Version 3.8.0. * Refresh patches with -pab. (Closes: #484949) + * Remove DPATCHLEVEL variable from patches. -- Guillem Jover <guillem@debian.org> Sat, 21 Jun 2008 07:32:02 +0300 diff --git a/debian/patches/01_no_link_extralibs.patch b/debian/patches/01_no_link_extralibs.patch index db1d9fb..583af54 100644 --- a/debian/patches/01_no_link_extralibs.patch +++ b/debian/patches/01_no_link_extralibs.patch @@ -1,4 +1,3 @@ -#DPATCHLEVEL=0 Index: b/configure.ac =================================================================== --- a/configure.ac diff --git a/debian/patches/10_syslog_klog_doc.patch b/debian/patches/10_syslog_klog_doc.patch index bcc7226..4a63129 100644 --- a/debian/patches/10_syslog_klog_doc.patch +++ b/debian/patches/10_syslog_klog_doc.patch @@ -1,5 +1,3 @@ -#DPATCHLEVEL=0 - Index: b/syslogd/syslogd.8 =================================================================== --- a/syslogd/syslogd.8 diff --git a/debian/patches/22_syslogd_conf.patch b/debian/patches/22_syslogd_conf.patch index 42f5ddd..69226d5 100644 --- a/debian/patches/22_syslogd_conf.patch +++ b/debian/patches/22_syslogd_conf.patch @@ -1,4 +1,3 @@ -#DPATCHLEVEL=1 Index: b/syslogd/syslog.conf =================================================================== --- /dev/null diff --git a/debian/patches/30_ping_suid_perms.patch b/debian/patches/30_ping_suid_perms.patch index 3fbac3f..2c77b03 100644 --- a/debian/patches/30_ping_suid_perms.patch +++ b/debian/patches/30_ping_suid_perms.patch @@ -1,4 +1,3 @@ -#DPATCHLEVEL=0 Index: b/ping/Makefile.am =================================================================== --- a/ping/Makefile.am |