Package: libfwbuilder Version: 2.1.8-1 Severity: important Tags: patch Hello,
Since there are many changes upstream and incompatibility with more recent versions, there is the need to update fwbuilder and libfwbuilder packages. As attachement, you will find the patch to update libfwbuilder without any work from you. Jeremy, if you need anything, don't hesitate to ask. Sylvestre
diff -u libfwbuilder-2.1.8/debian/changelog libfwbuilder-2.1.17/debian/changelog --- libfwbuilder-2.1.8/debian/changelog 2008-03-10 23:04:04.000000000 +0100 +++ libfwbuilder-2.1.17/debian/changelog 2008-03-10 23:18:27.000000000 +0100 @@ -1,3 +1,11 @@ +libfwbuilder (2.1.17-0.1) unstable; urgency=low + + * Non-maintener upload. + * New upstream version (Closes: #455153) + * New watch file (Closes: #449814) + + -- Sylvestre Ledru <[EMAIL PROTECTED]> Thu, 06 Mar 2008 00:28:50 +0100 + libfwbuilder (2.1.8-1.1) unstable; urgency=low * Non-maintainer upload. diff -u libfwbuilder-2.1.8/debian/control libfwbuilder-2.1.17/debian/control --- libfwbuilder-2.1.8/debian/control 2008-03-10 23:04:04.000000000 +0100 +++ libfwbuilder-2.1.17/debian/control 2008-03-07 00:44:21.000000000 +0100 @@ -2,8 +2,11 @@ Section: libs Priority: optional Maintainer: Jeremy T. Bouse <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4), dbs, autoconf, automake1.9, libtool, autotools-dev, zlib1g-dev, qt3-dev-tools (>= 3:3.3.4), libxml2-dev (>= 2.3.8-0), libxslt1-dev (>= 1.0.0-0), libssl-dev, libsnmp9-dev | libsnmp-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 4), dbs, autoconf, automake1.9, libtool, + autotools-dev, zlib1g-dev, qt3-dev-tools (>= 3:3.3.4), + libxml2-dev (>= 2.3.8-0), libxslt1-dev (>= 1.0.0-0), libssl-dev, + libsnmp9-dev | libsnmp-dev, cdbs, debhelper (>= 5), quilt +Standards-Version: 3.7.3 Package: libfwbuilder-dev Section: libdevel diff -u libfwbuilder-2.1.8/debian/copyright libfwbuilder-2.1.17/debian/copyright --- libfwbuilder-2.1.8/debian/copyright 2008-03-10 23:04:04.000000000 +0100 +++ libfwbuilder-2.1.17/debian/copyright 2008-03-08 15:43:37.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 -u libfwbuilder-2.1.8/debian/rules libfwbuilder-2.1.17/debian/rules --- libfwbuilder-2.1.8/debian/rules 2008-03-10 23:04:04.000000000 +0100 +++ libfwbuilder-2.1.17/debian/rules 2008-03-10 23:06:10.000000000 +0100 @@ -3,7 +3,7 @@ # based on the sample debian/rules file for GNU hello by Ian Jackson. package=libfwbuilder -pkgver=2.1.8 +pkgver=2.1.17 prefix := /usr @@ -57,21 +57,19 @@ configure: setup $(configed) $(configed): $(checkdir) - cd $(BUILD_TREE) && \ - CC="$(CC)" \ - CXX="$(CXX)" \ - ./autogen.sh $(configure_args) + CC="$(CC)" \ + CXX="$(CXX)" \ + ./autogen.sh $(configure_args) touch $@ build: configure $(built) $(built): - ( cd $(BUILD_TREE) && \ - QTDIR=/usr/share/qt \ - MOC=/usr/bin/moc \ - UIC=/usr/bin/uic \ - MAKEFLAGS="CC=$(CC) CXX=$(CXX)" \ - QMAKESPEC=linux-g++ \ - $(MAKE) ) + QTDIR=/usr/share/qt \ + MOC=/usr/bin/moc \ + UIC=/usr/bin/uic \ + MAKEFLAGS="CC=$(CC) CXX=$(CXX)" \ + QMAKESPEC=linux-g++ \ + $(MAKE) touch $@ install: build $(installed) @@ -82,8 +80,7 @@ dh_installmenu cwd=`pwd` ; \ set -e ; \ - ( cd $(BUILD_TREE) && \ - $(MAKE) install INSTALL_ROOT=$$cwd/debian/tmp ) + $(MAKE) install INSTALL_ROOT=$$cwd/debian/tmp touch $@ clean: diff -u libfwbuilder-2.1.8/debian/watch libfwbuilder-2.1.17/debian/watch --- libfwbuilder-2.1.8/debian/watch 2008-03-10 23:04:04.000000000 +0100 +++ libfwbuilder-2.1.17/debian/watch 2008-03-08 15:57:35.000000000 +0100 @@ -1,2 +1,2 @@ -version=2 -http://dl.sourceforge.net/f/fw/fwbuilder/ (?:.*/)?libfwbuilder-?_?(\d+\.\d+\.\d+)(\.tar|\.tgz)(\.gz|\.bz2|) debian +version=3 +http://sf.net/fwbuilder/libfwbuilder-(\d+\.\d+\.\d+)\.tar\.gz
signature.asc
Description: Ceci est une partie de message numériquement signée

