Pierre Habouzit wrote: > On Sun, Aug 17, 2008 at 02:08:43PM +0000, Eugene V. Lyubimkin wrote: >> Hi release team! >> >> Upstream of bindfs package has just released version 1.8, which fixed >> following issue: >> http://code.google.com/p/bindfs/issues/detail?id=4&can=1. It was not >> reported in BTS. I >> would treat severity of this bug as important. >> >> Changes between 1.7 (in testing) and 1.8 are tiny: >> >> bindfs.c | 19 +++++++++---------- >> 1 file changed, 9 insertions(+), 10 deletions(-) >> >> Full diff is attached. >> >> Can bindfs 1.8 go to testing? > > Yes, please mail us again when you have the specific package version > to unblock. Hi -release.
My usual sponsor is unavailable, so I was seeking for a sponsor, sorry for the delay. George Danchev agreed to upload but he encouraged me to remove useless dependency on quilt as package no longer have a patches. I've done this. New interdiff 1.7->1.8 is in attachment. Are these changes acceptable? -- Eugene V. Lyubimkin aka JackYF, Ukrainian C++ developer.
diff -u bindfs-1.7/debian/changelog bindfs-1.8/debian/changelog --- bindfs-1.7/debian/changelog +++ bindfs-1.8/debian/changelog @@ -1,3 +1,15 @@ +bindfs (1.8-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/patches: + - No patches remains, deleted. + * debian/control: + - Removed build-dependency on quilt. + * debian/rules: + - Removed quilt stuff. + + -- Eugene V. Lyubimkin <[EMAIL PROTECTED]> Sun, 17 Aug 2008 16:53:21 +0300 + bindfs (1.7-1) unstable; urgency=low * New upstream release. diff -u bindfs-1.7/debian/control bindfs-1.8/debian/control --- bindfs-1.7/debian/control +++ bindfs-1.8/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Eugene V. Lyubimkin <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 6), autotools-dev, libfuse-dev, - quilt (>= 0.40), pkg-config + pkg-config Standards-Version: 3.8.0 Homepage: http://code.google.com/p/bindfs/ diff -u bindfs-1.7/debian/rules bindfs-1.8/debian/rules --- bindfs-1.7/debian/rules +++ bindfs-1.8/debian/rules @@ -18,14 +18,14 @@ build: build-stamp -build-stamp: patch config.status +build-stamp: config.status dh_testdir $(MAKE) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp @@ -71,2 +70,0 @@ - -include /usr/share/quilt/quilt.make reverted: --- bindfs-1.7/debian/patches/100-changelog-dates.patch +++ bindfs-1.7.orig/debian/patches/100-changelog-dates.patch @@ -1,24 +0,0 @@ -Index: ChangeLog -=================================================================== ---- ChangeLog (revision 145) -+++ ChangeLog (revision 146) -@@ -1,16 +1,16 @@ --2008-05-26 Martin Pärtel <martin dot partel at gmail dot com> -+2008-06-26 Martin Pärtel <martin dot partel at gmail dot com> - - * --create-as-* and --create-for-* weren't applied for mknod(). - Bug report and patch by rpfuller. Thanks! - * Released 1.6.2 - --2008-05-25 Martin Pärtel <martin dot partel at gmail dot com> -+2008-06-25 Martin Pärtel <martin dot partel at gmail dot com> - - * Added copyright messages to each source file. - * Escaped man-page dashes, since unescaped dashes are treated as - hyphens. - --2008-05-19 Martin Pärtel <martin dot partel at gmail dot com> -+2008-06-19 Martin Pärtel <martin dot partel at gmail dot com> - - * Fixed missing '=' signs in the man-page. -
signature.asc
Description: OpenPGP digital signature