X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpatches%2F03_datafile-f-switch;fp=debian%2Fpatches%2F03_datafile-f-switch;h=f5e8e2fa03d44e375be886818be62e5f21fd0176;hb=fb0661c596e94ea70479125c57a9cc43dc03a1c9;hp=0000000000000000000000000000000000000000;hpb=535ad70b710dd0f45f044856a69b8256e39051b3;p=pkg%2Fabook.git diff --git a/debian/patches/03_datafile-f-switch b/debian/patches/03_datafile-f-switch new file mode 100644 index 0000000..f5e8e2f --- /dev/null +++ b/debian/patches/03_datafile-f-switch @@ -0,0 +1,16 @@ +Author: Gerfried Fuchs vim:ft=diff: +Description: Let --datafile also work through -f short option + +Index: b/abook.c +=================================================================== +--- a/abook.c ++++ b/abook.c +@@ -331,7 +331,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)