Your message dated Thu, 20 Mar 2008 21:17:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470402: fixed in fwbuilder 2.1.17-1
has caused the Debian Bug report #470402,
regarding New upstream version (patch updating debian/* attached)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
470402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470402
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fwbuilder
Version: 2.1.8-1
Severity: important
Tags: patch
Hello,
Same as bug #470401
As attachement, you will find the patch to update fwbuilder without any work
from you.
Jeremy, if you need anything, don't hesitate to ask.
Sylvestre
diff -ur fwbuilder-2.1.8/debian/changelog fwbuilder-2.1.17/debian/changelog
--- fwbuilder-2.1.8/debian/changelog 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/changelog 2008-03-09 19:39:50.000000000 +0100
@@ -1,3 +1,12 @@
+fwbuilder (2.1.17-0.1) unstable; urgency=low
+
+ * Non-maintainer upload
+ * New upstream version (Closes: #417685, #449727, #376527, #419753)
+ * Update of the watch file
+ * Cleanup lintian warnings
+
+ -- Sylvestre Ledru <[EMAIL PROTECTED]> Wed, 05 Mar 2008 00:15:22 +0100
+
fwbuilder (2.1.8-1) unstable; urgency=low
* New upstream version (Closes: #3276527, #382596, #275450)
diff -ur fwbuilder-2.1.8/debian/control fwbuilder-2.1.17/debian/control
--- fwbuilder-2.1.8/debian/control 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/control 2008-03-08 16:16:24.000000000 +0100
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Jeremy T. Bouse <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), dbs, autoconf, libtool, autotools-dev, zlib1g-dev, libqt3-mt-dev (>= 3:3.3.4), libfwbuilder-dev (>> 2.1.8-0), libfwbuilder-dev (<= 2.1.8.0-0), libxml2-dev (>> 2.3.8-0), libxslt1-dev (>= 1.0.0-0), libssl-dev, libsnmp9-dev | libsnmp-dev
+Build-Depends: debhelper (>= 4), dbs, autoconf, libtool, autotools-dev, zlib1g-dev, libqt3-mt-dev (>= 3:3.3.4), libfwbuilder-dev (>> 2.1.17-0), libfwbuilder-dev (<= 2.1.17.0-0), libxml2-dev (>> 2.3.8-0), libxslt1-dev (>= 1.0.0-0), libssl-dev, libsnmp9-dev | libsnmp-dev
Standards-Version: 3.7.2
Package: fwbuilder
@@ -33,6 +33,7 @@
This is the arch independent common parts of fwbuilder
Package: fwbuilder-doc
+Section: doc
Architecture: all
Description: Firewall administration tool GUI documentation
Firewall Builder consists of an object-oriented GUI and a set of policy
diff -ur fwbuilder-2.1.8/debian/copyright fwbuilder-2.1.17/debian/copyright
--- fwbuilder-2.1.8/debian/copyright 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/copyright 2008-03-08 15:42:32.000000000 +0100
@@ -3,7 +3,7 @@
It was downloaded from ftp://fwbuilder.sourceforge.net/pub/fwbuilder/
-Copyright:
+Copyright: Copyright (C) 2001-2008 NetCitadel, LLC
It may be redistributed under the terms of the GNU GPL, Version 2 or
later, found on Debian systems in the file /usr/share/common-licenses/GPL-2.
diff -ur fwbuilder-2.1.8/debian/packages.d/fwbuilder.in fwbuilder-2.1.17/debian/packages.d/fwbuilder.in
--- fwbuilder-2.1.8/debian/packages.d/fwbuilder.in 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/packages.d/fwbuilder.in 2008-03-08 17:18:34.000000000 +0100
@@ -1,6 +1,5 @@
%dirs%
usr/bin
-usr/share/pixmaps/fwbuilder
%install%
usr/share/pixmaps/fwbuilder/*.xpm
usr/bin/fwbuilder
@@ -11,5 +10,5 @@
debian/tmp/usr/share/man/man1/fwblookup.1
debian/tmp/usr/share/man/man1/fwbedit.1
%menu%
-?package(fwbuilder):needs="X11" section="Apps/Net" \
+?package(fwbuilder):needs="X11" section="Applications/System/Security/" \
title="Firewall Builder" command="/usr/bin/fwbuilder"
diff -ur fwbuilder-2.1.8/debian/rules fwbuilder-2.1.17/debian/rules
--- fwbuilder-2.1.8/debian/rules 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/rules 2008-03-10 23:07:06.000000000 +0100
@@ -3,7 +3,7 @@
# based on the sample debian/rules file for GNU hello by Ian Jackson.
package=fwbuilder
-pkgver=2.1.8
+pkgver=2.1.17
prefix := /usr
@@ -57,13 +57,14 @@
configure: setup $(configed)
$(configed):
$(checkdir)
- cd $(BUILD_TREE) && \
- ./autogen.sh $(configure_args)
+# cd $(BUILD_TREE) && \
+# ./autogen.sh $(configure_args)
+ ./autogen.sh $(configure_args)
touch $@
build: configure $(built)
$(built):
- ( cd $(BUILD_TREE) && $(MAKE) )
+ $(MAKE)
touch $@
install: build $(installed)
@@ -74,12 +75,11 @@
dh_installmenu
cwd=`pwd` ; \
set -e ; \
- ( cd $(BUILD_TREE) && \
- $(MAKE) install INSTALL_ROOT=$$cwd/debian/tmp && \
+ $(MAKE) install INSTALL_ROOT=$$cwd/debian/tmp && \
install -d $$cwd/debian/tmp/usr/share/pixmaps/fwbuilder/ ; \
- install $$cwd/$(BUILD_TREE)/src/gui/icons/firewall_64.xpm \
+ install $$cwd/src/gui/icons/firewall_64.xpm \
$$cwd/debian/tmp/usr/share/pixmaps/fwbuilder/ ; \
- $(CHMOD) 0644 $$cwd/debian/tmp/usr/share/pixmaps/fwbuilder/* )
+ $(CHMOD) 0644 $$cwd/debian/tmp/usr/share/pixmaps/fwbuilder/*
# install -d $cwd/debian/tmp/usr/share/doc/fwbuilder/examples
# install $cwd/debian/contrib/fwbuilder.* \
# $cwd/debian/tmp/usr/share/doc/fwbuilder/examples
diff -ur fwbuilder-2.1.8/debian/watch fwbuilder-2.1.17/debian/watch
--- fwbuilder-2.1.8/debian/watch 2008-03-10 23:02:00.000000000 +0100
+++ fwbuilder-2.1.17/debian/watch 2008-03-08 15:56:24.000000000 +0100
@@ -1,2 +1,2 @@
-version=2
-http://dl.sourceforge.net/f/fw/fwbuilder/ (?:.*/)?fwbuilder-?_?(\d+\.\d+\.\d+)(\.tar|\.tgz)(\.gz|\.bz2|) debian
+version=3
+http://sf.net/fwbuilder/fwbuilder-(\d+\.\d+\.\d+)\.tar\.gz
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---
--- Begin Message ---
Source: fwbuilder
Source-Version: 2.1.17-1
We believe that the bug you reported is fixed in the latest version of
fwbuilder, which is due to be installed in the Debian FTP archive:
fwbuilder-bsd_2.1.17-1_i386.deb
to pool/main/f/fwbuilder/fwbuilder-bsd_2.1.17-1_i386.deb
fwbuilder-common_2.1.17-1_all.deb
to pool/main/f/fwbuilder/fwbuilder-common_2.1.17-1_all.deb
fwbuilder-doc_2.1.17-1_all.deb
to pool/main/f/fwbuilder/fwbuilder-doc_2.1.17-1_all.deb
fwbuilder-linux_2.1.17-1_i386.deb
to pool/main/f/fwbuilder/fwbuilder-linux_2.1.17-1_i386.deb
fwbuilder_2.1.17-1.diff.gz
to pool/main/f/fwbuilder/fwbuilder_2.1.17-1.diff.gz
fwbuilder_2.1.17-1.dsc
to pool/main/f/fwbuilder/fwbuilder_2.1.17-1.dsc
fwbuilder_2.1.17-1_i386.deb
to pool/main/f/fwbuilder/fwbuilder_2.1.17-1_i386.deb
fwbuilder_2.1.17.orig.tar.gz
to pool/main/f/fwbuilder/fwbuilder_2.1.17.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Torsten Werner <[EMAIL PROTECTED]> (supplier of updated fwbuilder package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 18 Mar 2008 21:17:54 +0100
Source: fwbuilder
Binary: fwbuilder fwbuilder-common fwbuilder-doc fwbuilder-linux fwbuilder-bsd
Architecture: source all i386
Version: 2.1.17-1
Distribution: unstable
Urgency: low
Maintainer: Sylvestre Ledru <[EMAIL PROTECTED]>
Changed-By: Torsten Werner <[EMAIL PROTECTED]>
Description:
fwbuilder - Firewall administration tool GUI
fwbuilder-bsd - Firewall Builder policy compiler(s) for BSD based firewalls
fwbuilder-common - Firewall administration tool GUI (common files)
fwbuilder-doc - Firewall administration tool GUI documentation
fwbuilder-linux - Firewall Builder policy compiler(s) for Linux based firewalls
Closes: 255071 376527 409262 417685 419753 449727 470402
Changes:
fwbuilder (2.1.17-1) unstable; urgency=low
.
[ Sylvestre Ledru ]
* New upstream version
(Closes: #417685, #376527, #419753, #409262, #470402, #255071)
* Update of the watch file (Closes: #449727)
* Cleanup lintian warnings
* Fields Homepage, Vcs-Svn and Vcs-Browser added
* Standards-Version updated to 3.7.3
* Torsten and Sylvestre added as (co-)maintainers
.
[ Torsten Werner ]
* Switch to debhelper 5.
Files:
6e6082c5617d3e11565ac72f05451cdf 1085 net optional fwbuilder_2.1.17-1.dsc
6ac3e9c5663382271287df71e7a30239 1889486 net optional
fwbuilder_2.1.17.orig.tar.gz
55bf53e800a6246cb2d55e529d475b1d 8538 net optional fwbuilder_2.1.17-1.diff.gz
53fca9dc3fca4b2b80a7ed75be9e8ce1 387688 net optional
fwbuilder-common_2.1.17-1_all.deb
b64878350f545b5a9a3a16a6ffc410a8 144928 doc optional
fwbuilder-doc_2.1.17-1_all.deb
59707a09baa8e8a14bb27fcce20a26c9 1614564 net optional
fwbuilder_2.1.17-1_i386.deb
9cb66714367078ab22ea342882bfae6b 363858 net optional
fwbuilder-linux_2.1.17-1_i386.deb
0b333f2000ac5ac8e2564a99cf4608a1 559612 net optional
fwbuilder-bsd_2.1.17-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH4Sm1fY3dicTPjsMRAhnHAJ9EmXk7cgyO+/pth4wXcYYqyMi/dgCcC699
Yq/O57ExvbgWPU2Zzt702uU=
=gYNf
-----END PGP SIGNATURE-----
--- End Message ---