From: Denis Briand Date: Sun, 27 Dec 2015 23:43:01 +0000 (+0100) Subject: remove merged patch 03_datafile-f-switch.diff X-Git-Tag: debian/0.6.1-1~15 X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=commitdiff_plain;h=a24a6d502ba48dfba8118521802e6209d2a49d4e remove merged patch 03_datafile-f-switch.diff --- diff --git a/debian/patches/03_datafile-f-switch.diff b/debian/patches/03_datafile-f-switch.diff deleted file mode 100644 index f211e7d..0000000 --- a/debian/patches/03_datafile-f-switch.diff +++ /dev/null @@ -1,16 +0,0 @@ -Author: Gerfried Fuchs vim:ft=diff: -Description: Let --datafile also work through -f short option -============================================================================== -Index: abook/abook.c -=================================================================== ---- abook.orig/abook.c -+++ abook/abook.c -@@ -342,7 +342,7 @@ parse_command_line(int argc, char **argv - { 0, 0, 0, 0 } - }; - -- c = getopt_long(argc, argv, "hC:", -+ c = getopt_long(argc, argv, "hC:f:", - long_options, &option_index); - - if(c == -1) diff --git a/debian/patches/series b/debian/patches/series index f2f3c78..e69de29 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +0,0 @@ -03_datafile-f-switch.diff