update to 1.10 upstream and drop dpatch

This commit is contained in:
Jan Wagner 2008-05-12 20:40:59 +00:00
parent eb1fef3fe6
commit 219ae7d9a6
5 changed files with 9 additions and 32 deletions

4
debian/changelog vendored
View file

@ -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
View file

@ -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

View file

@ -1 +0,0 @@
10_fix_manpage.dpatch

View file

@ -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
View file

@ -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