Package: firehol Version: 1.296-0 Severity: wishlist Hi Jerome,
Here is patch against http://mentors.debian.net/package/firehol 1.296-1 which chnages deprecated *.dpatch extension in favor of *.patch. You can also clone the Git repository for full changes (on top of 1.296-1 sources). git clone http://cante.net/~jaalto/vc/firehol.git -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.5-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages firehol depends on: ii bash 4.2+dfsg-0.1 ii iproute 20120521-3+b3 ii iptables 1.4.14-3.1 ii lsb-base 4.1+Debian8 ii net-tools 1.60-24.2 Versions of packages firehol recommends: ii aggregate 1.6-7 ii curl 7.26.0-1+wheezy1 ii module-init-tools 9-2 ii wget 1.13.4-3 Versions of packages firehol suggests: pn ulogd <none> -- no debconf information
>From 7ba3ca22fc7404bf9e46b1739dfd46ce04f1df35 Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Fri, 19 Apr 2013 11:46:27 +0300 Subject: [PATCH] debian/patches: Use standard *.patch name Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- ...ort_vlan.patch => 01-wizard-support-vlan.patch} | 0 ...ait_feature.patch => 02-add-wait-feature.patch} | 0 ...ebian_default.patch => 03-debian-default.patch} | 0 .../{04_use_mawk.patch => 04-use-mawk.patch} | 0 .../{05_fix_msnport.patch => 05-fix-msnport.patch} | 0 .../{06_add_openvpn.patch => 06-add-openvpn.patch} | 0 .../{09_use_mktemp.patch => 09-use-mktemp.patch} | 0 ...rd_nettools.patch => 10-discard-nettools.patch} | 0 ...ch => 11-temporary-folder-error-handling.patch} | 0 ...patch => 12-panic-option-rationalization.patch} | 0 debian/patches/series | 20 ++++++++++---------- 11 files changed, 10 insertions(+), 10 deletions(-) rename debian/patches/{01_wizard_support_vlan.patch => 01-wizard-support-vlan.patch} (100%) rename debian/patches/{02_add_wait_feature.patch => 02-add-wait-feature.patch} (100%) rename debian/patches/{03_debian_default.patch => 03-debian-default.patch} (100%) rename debian/patches/{04_use_mawk.patch => 04-use-mawk.patch} (100%) rename debian/patches/{05_fix_msnport.patch => 05-fix-msnport.patch} (100%) rename debian/patches/{06_add_openvpn.patch => 06-add-openvpn.patch} (100%) rename debian/patches/{09_use_mktemp.patch => 09-use-mktemp.patch} (100%) rename debian/patches/{10_discard_nettools.patch => 10-discard-nettools.patch} (100%) rename debian/patches/{11_temporary_folder_error_handling.patch => 11-temporary-folder-error-handling.patch} (100%) rename debian/patches/{12_panic_option_rationalization.patch => 12-panic-option-rationalization.patch} (100%) diff --git a/debian/patches/01_wizard_support_vlan.patch b/debian/patches/01-wizard-support-vlan.patch similarity index 100% rename from debian/patches/01_wizard_support_vlan.patch rename to debian/patches/01-wizard-support-vlan.patch diff --git a/debian/patches/02_add_wait_feature.patch b/debian/patches/02-add-wait-feature.patch similarity index 100% rename from debian/patches/02_add_wait_feature.patch rename to debian/patches/02-add-wait-feature.patch diff --git a/debian/patches/03_debian_default.patch b/debian/patches/03-debian-default.patch similarity index 100% rename from debian/patches/03_debian_default.patch rename to debian/patches/03-debian-default.patch diff --git a/debian/patches/04_use_mawk.patch b/debian/patches/04-use-mawk.patch similarity index 100% rename from debian/patches/04_use_mawk.patch rename to debian/patches/04-use-mawk.patch diff --git a/debian/patches/05_fix_msnport.patch b/debian/patches/05-fix-msnport.patch similarity index 100% rename from debian/patches/05_fix_msnport.patch rename to debian/patches/05-fix-msnport.patch diff --git a/debian/patches/06_add_openvpn.patch b/debian/patches/06-add-openvpn.patch similarity index 100% rename from debian/patches/06_add_openvpn.patch rename to debian/patches/06-add-openvpn.patch diff --git a/debian/patches/09_use_mktemp.patch b/debian/patches/09-use-mktemp.patch similarity index 100% rename from debian/patches/09_use_mktemp.patch rename to debian/patches/09-use-mktemp.patch diff --git a/debian/patches/10_discard_nettools.patch b/debian/patches/10-discard-nettools.patch similarity index 100% rename from debian/patches/10_discard_nettools.patch rename to debian/patches/10-discard-nettools.patch diff --git a/debian/patches/11_temporary_folder_error_handling.patch b/debian/patches/11-temporary-folder-error-handling.patch similarity index 100% rename from debian/patches/11_temporary_folder_error_handling.patch rename to debian/patches/11-temporary-folder-error-handling.patch diff --git a/debian/patches/12_panic_option_rationalization.patch b/debian/patches/12-panic-option-rationalization.patch similarity index 100% rename from debian/patches/12_panic_option_rationalization.patch rename to debian/patches/12-panic-option-rationalization.patch diff --git a/debian/patches/series b/debian/patches/series index 36c8d03..de31e5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,12 +1,12 @@ -01_wizard_support_vlan.patch -02_add_wait_feature.patch -03_debian_default.patch -04_use_mawk.patch -05_fix_msnport.patch -06_add_openvpn.patch -09_use_mktemp.patch -10_discard_nettools.patch -11_temporary_folder_error_handling.patch -12_panic_option_rationalization.patch +01-wizard-support-vlan.patch +02-add-wait-feature.patch +03-debian-default.patch +04-use-mawk.patch +05-fix-msnport.patch +06-add-openvpn.patch +09-use-mktemp.patch +10-discard-nettools.patch +11-temporary-folder-error-handling.patch +12-panic-option-rationalization.patch zz-fix-upstream-manpages.patch zz-debianization.patch -- 1.7.10.4
>From 7ba3ca22fc7404bf9e46b1739dfd46ce04f1df35 Mon Sep 17 00:00:00 2001 From: Jari Aalto <jari.aa...@cante.net> Date: Fri, 19 Apr 2013 11:46:27 +0300 Subject: [PATCH] debian/patches: Use standard *.patch name Organization: Private Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Jari Aalto <jari.aa...@cante.net> --- ...ort_vlan.patch => 01-wizard-support-vlan.patch} | 0 ...ait_feature.patch => 02-add-wait-feature.patch} | 0 ...ebian_default.patch => 03-debian-default.patch} | 0 .../{04_use_mawk.patch => 04-use-mawk.patch} | 0 .../{05_fix_msnport.patch => 05-fix-msnport.patch} | 0 .../{06_add_openvpn.patch => 06-add-openvpn.patch} | 0 .../{09_use_mktemp.patch => 09-use-mktemp.patch} | 0 ...rd_nettools.patch => 10-discard-nettools.patch} | 0 ...ch => 11-temporary-folder-error-handling.patch} | 0 ...patch => 12-panic-option-rationalization.patch} | 0 debian/patches/series | 20 ++++++++++---------- 11 files changed, 10 insertions(+), 10 deletions(-) rename debian/patches/{01_wizard_support_vlan.patch => 01-wizard-support-vlan.patch} (100%) rename debian/patches/{02_add_wait_feature.patch => 02-add-wait-feature.patch} (100%) rename debian/patches/{03_debian_default.patch => 03-debian-default.patch} (100%) rename debian/patches/{04_use_mawk.patch => 04-use-mawk.patch} (100%) rename debian/patches/{05_fix_msnport.patch => 05-fix-msnport.patch} (100%) rename debian/patches/{06_add_openvpn.patch => 06-add-openvpn.patch} (100%) rename debian/patches/{09_use_mktemp.patch => 09-use-mktemp.patch} (100%) rename debian/patches/{10_discard_nettools.patch => 10-discard-nettools.patch} (100%) rename debian/patches/{11_temporary_folder_error_handling.patch => 11-temporary-folder-error-handling.patch} (100%) rename debian/patches/{12_panic_option_rationalization.patch => 12-panic-option-rationalization.patch} (100%) diff --git a/debian/patches/01_wizard_support_vlan.patch b/debian/patches/01-wizard-support-vlan.patch similarity index 100% rename from debian/patches/01_wizard_support_vlan.patch rename to debian/patches/01-wizard-support-vlan.patch diff --git a/debian/patches/02_add_wait_feature.patch b/debian/patches/02-add-wait-feature.patch similarity index 100% rename from debian/patches/02_add_wait_feature.patch rename to debian/patches/02-add-wait-feature.patch diff --git a/debian/patches/03_debian_default.patch b/debian/patches/03-debian-default.patch similarity index 100% rename from debian/patches/03_debian_default.patch rename to debian/patches/03-debian-default.patch diff --git a/debian/patches/04_use_mawk.patch b/debian/patches/04-use-mawk.patch similarity index 100% rename from debian/patches/04_use_mawk.patch rename to debian/patches/04-use-mawk.patch diff --git a/debian/patches/05_fix_msnport.patch b/debian/patches/05-fix-msnport.patch similarity index 100% rename from debian/patches/05_fix_msnport.patch rename to debian/patches/05-fix-msnport.patch diff --git a/debian/patches/06_add_openvpn.patch b/debian/patches/06-add-openvpn.patch similarity index 100% rename from debian/patches/06_add_openvpn.patch rename to debian/patches/06-add-openvpn.patch diff --git a/debian/patches/09_use_mktemp.patch b/debian/patches/09-use-mktemp.patch similarity index 100% rename from debian/patches/09_use_mktemp.patch rename to debian/patches/09-use-mktemp.patch diff --git a/debian/patches/10_discard_nettools.patch b/debian/patches/10-discard-nettools.patch similarity index 100% rename from debian/patches/10_discard_nettools.patch rename to debian/patches/10-discard-nettools.patch diff --git a/debian/patches/11_temporary_folder_error_handling.patch b/debian/patches/11-temporary-folder-error-handling.patch similarity index 100% rename from debian/patches/11_temporary_folder_error_handling.patch rename to debian/patches/11-temporary-folder-error-handling.patch diff --git a/debian/patches/12_panic_option_rationalization.patch b/debian/patches/12-panic-option-rationalization.patch similarity index 100% rename from debian/patches/12_panic_option_rationalization.patch rename to debian/patches/12-panic-option-rationalization.patch diff --git a/debian/patches/series b/debian/patches/series index 36c8d03..de31e5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,12 +1,12 @@ -01_wizard_support_vlan.patch -02_add_wait_feature.patch -03_debian_default.patch -04_use_mawk.patch -05_fix_msnport.patch -06_add_openvpn.patch -09_use_mktemp.patch -10_discard_nettools.patch -11_temporary_folder_error_handling.patch -12_panic_option_rationalization.patch +01-wizard-support-vlan.patch +02-add-wait-feature.patch +03-debian-default.patch +04-use-mawk.patch +05-fix-msnport.patch +06-add-openvpn.patch +09-use-mktemp.patch +10-discard-nettools.patch +11-temporary-folder-error-handling.patch +12-panic-option-rationalization.patch zz-fix-upstream-manpages.patch zz-debianization.patch -- 1.7.10.4