Codebase list fdm / ba7f4d0
Rename debian packaging repository to pkg-fdm Frank Terbeck 5 years ago
3 changed file(s) with 11 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 fdm (1.9+git20181219-1) unstable; urgency=medium
11
22 * Update to new git snapshot.
3
4 -- Frank Terbeck <ft@bewatermyfriend.org> Thu, 20 Dec 2018 14:20:00 +0100
3 * Rename debian packaging repository to pkg-fdm.
4
5 -- Frank Terbeck <ft@bewatermyfriend.org> Thu, 20 Dec 2018 14:32:24 +0100
56
67 fdm (1.9+git20180724-1) unstable; urgency=medium
78
33 Maintainer: Frank Terbeck <ft@bewatermyfriend.org>
44 Build-Depends: debhelper (>= 11), libssl-dev, zlib1g-dev, libpcre3-dev, libtdb-dev, bison, flex
55 Homepage: https://github.com/nicm/fdm
6 Vcs-Browser: https://github.com/ft/debian_fdm/
7 Vcs-Git: https://github.com/ft/debian_fdm.git
6 Vcs-Browser: https://github.com/ft/pkg-fdm/
7 Vcs-Git: https://github.com/ft/pkg-fdm.git
88 Standards-Version: 4.2.0.1
99
1010 Package: fdm
11 which is not allowed in debian. (Actually I don't quite remember if it's
22 strictly not permitted by debian's policy, but I've stopped caring.)
33
4 Index: debian_fdm/MANUAL
4 Index: pkg-fdm/MANUAL
55 ===================================================================
6 --- debian_fdm.orig/MANUAL
7 +++ debian_fdm/MANUAL
6 --- pkg-fdm.orig/MANUAL
7 +++ pkg-fdm/MANUAL
88 @@ -92,11 +92,11 @@ installation location:
99 $ ./configure --prefix=/opt/fdm && make
1010 $ sudo make install
1919
2020 It is not necessary to add a user if fdm is always started by a non-root user.
2121
22 Index: debian_fdm/fdm.h
22 Index: pkg-fdm/fdm.h
2323 ===================================================================
24 --- debian_fdm.orig/fdm.h
25 +++ debian_fdm/fdm.h
24 --- pkg-fdm.orig/fdm.h
25 +++ pkg-fdm/fdm.h
2626 @@ -52,7 +52,7 @@
2727 #include <openssl/ssl.h>
2828 #include <openssl/err.h>