update to 1.10 upstream and drop dpatch
This commit is contained in:
parent
eb1fef3fe6
commit
219ae7d9a6
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
postfwd (1.03-1) unstable; urgency=low
|
||||
postfwd (1.10pre7c-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #470356).
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Mon, 10 Mar 2008 22:37:44 +0100
|
||||
-- Jan Wagner <waja@cyconet.org> Mon, 14 Apr 2008 22:37:44 +0100
|
||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: postfwd
|
|||
Section: mail
|
||||
Priority: optional
|
||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||
Build-Depends: debhelper (>= 5), dpatch
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Homepage: http://www.postfwd.org/
|
||||
Vcs-Browser: https://trac.cyconet.org/debian/browser/debian/postfwd
|
||||
Vcs-Svn: https://trac.cyconet.org/svn/debian/postfwd
|
||||
|
@ -10,8 +10,8 @@ Standards-Version: 3.7.3
|
|||
|
||||
Package: postfwd
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}, ${misc:Depends}, adduser, libnet-cidr-lite-perl, libnet-server-perl
|
||||
Description: a Postfix policyd to combine complex restrictions in a ruleset
|
||||
Depends: ${perl:Depends}, ${misc:Depends}, adduser, libnet-cidr-lite-perl, libnet-dns-async-perl, libnet-server-perl
|
||||
Description: Postfix policyd to combine complex restrictions in a ruleset
|
||||
Postfwd is written in perl to combine complex postfix restrictions in a
|
||||
ruleset similar to those of the most firewalls. The program uses the postfix
|
||||
policy delegation protocol to control access to the mail system before a
|
||||
|
|
1
debian/patches/00list
vendored
1
debian/patches/00list
vendored
|
@ -1 +0,0 @@
|
|||
10_fix_manpage.dpatch
|
21
debian/patches/10_fix_manpage.dpatch
vendored
21
debian/patches/10_fix_manpage.dpatch
vendored
|
@ -1,21 +0,0 @@
|
|||
#!/bin/sh /usr/share/dpatch/dpatch-run
|
||||
## 10_fix_manpage.dpatch by Jan Wagner <waja@cyconet.org>
|
||||
##
|
||||
## DP: Fix manpage section
|
||||
|
||||
@DPATCH@
|
||||
|
||||
diff -Nur postfwd-1.03.orig/man/man1/postfwd.1 postfwd-1.03/man/man1/postfwd.1
|
||||
--- postfwd-1.03.orig/man/man1/postfwd.1 2007-10-29 09:29:15.000000000 +0100
|
||||
+++ postfwd-1.03/man/man1/postfwd.1 2008-03-12 01:10:48.000000000 +0100
|
||||
@@ -128,8 +128,8 @@
|
||||
.rm #[ #] #H #V #F C
|
||||
.\" ========================================================================
|
||||
.\"
|
||||
-.IX Title "POSTFWD 1"
|
||||
-.TH POSTFWD 1 "2007-10-29" "perl v5.8.5" "User Contributed Perl Documentation"
|
||||
+.IX Title "POSTFWD 8"
|
||||
+.TH POSTFWD 8 "2007-10-29" "perl v5.8.5" "User Contributed Perl Documentation"
|
||||
.SH "NAME"
|
||||
postfwd \- postfix firewall daemon
|
||||
.SH "SYNOPSIS"
|
9
debian/rules
vendored
9
debian/rules
vendored
|
@ -4,11 +4,9 @@
|
|||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
include /usr/share/dpatch/dpatch.make
|
||||
build:
|
||||
|
||||
build: patch-stamp
|
||||
|
||||
clean: unpatch
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
|
@ -22,6 +20,7 @@ install: build
|
|||
install -D -m 644 sbin/postfwd debian/postfwd/usr/sbin/postfwd
|
||||
install -d -m 0755 debian/postfwd/usr/share/doc/postfwd/examples/
|
||||
cp debian/example-cfg*.txt debian/postfwd/usr/share/doc/postfwd/examples/
|
||||
cp etc/postfwd.cf debian/postfwd/usr/share/doc/postfwd/examples/example-cfg.txt
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
|
@ -30,7 +29,7 @@ binary-indep: build install
|
|||
dh_installchangelogs doc/CHANGELOG
|
||||
dh_installdocs tools
|
||||
dh_installinit -- defaults 19 21
|
||||
dh_installman man/man1/postfwd.1
|
||||
dh_installman man/man8/postfwd.8
|
||||
dh_link
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
Loading…
Reference in a new issue