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

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to