From 6cbc047eacf5221fd33b44d71f84fc6fcb064af6 Mon Sep 17 00:00:00 2001 From: Leo Antunes Date: Wed, 28 Sep 2016 21:44:14 +0200 Subject: [PATCH] switch to source/format 3.0 (quilt) --- .gitignore | 1 + debian/patches/reap_child_procs.patch | 8 +++++--- debian/patches/series | 3 +++ debian/patches/syslog_facility_daemon.patch | 9 +++++---- debian/source/format | 1 + 5 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .gitignore create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845ca06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pc diff --git a/debian/patches/reap_child_procs.patch b/debian/patches/reap_child_procs.patch index e1ad964..b11c782 100644 --- a/debian/patches/reap_child_procs.patch +++ b/debian/patches/reap_child_procs.patch @@ -1,6 +1,8 @@ ---- knockd-0.5/src/knockd.c 2005-06-27 07:11:34.000000000 +0200 -+++ knockd-0.5-new/src/knockd.c 2006-11-07 21:07:46.000000000 +0100 -@@ -352,8 +352,9 @@ +Index: repo/src/knockd.c +=================================================================== +--- repo.orig/src/knockd.c 2016-09-28 21:42:58.417421069 +0200 ++++ repo/src/knockd.c 2016-09-28 21:42:58.413421096 +0200 +@@ -366,8 +366,9 @@ void child_exit(int signum) { diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..eb63939 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,3 @@ +default_config.patch +reap_child_procs.patch +syslog_facility_daemon.patch diff --git a/debian/patches/syslog_facility_daemon.patch b/debian/patches/syslog_facility_daemon.patch index b0a2720..8ffef5f 100644 --- a/debian/patches/syslog_facility_daemon.patch +++ b/debian/patches/syslog_facility_daemon.patch @@ -1,7 +1,8 @@ -diff -urN --exclude=debian knockd-0.5/src/knockd.c knockd-0.5.new/src/knockd.c ---- knockd-0.5/src/knockd.c 2005-06-27 07:11:34.000000000 +0200 -+++ knockd-0.5.new/src/knockd.c 2007-12-09 20:06:15.000000000 +0100 -@@ -183,7 +183,7 @@ +Index: repo/src/knockd.c +=================================================================== +--- repo.orig/src/knockd.c 2016-09-28 21:43:16.741293903 +0200 ++++ repo/src/knockd.c 2016-09-28 21:43:16.741293903 +0200 +@@ -195,7 +195,7 @@ strncpy(o_int, "eth0", sizeof(o_int)); /* no explicit termination needed */ } if(o_usesyslog) { diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)