Your message dated Tue, 27 Aug 2013 00:03:03 +0000
with message-id <[email protected]>
and subject line Bug#720932: fixed in btrfs-tools 0.19+20130705-1
has caused the Debian Bug report #720932,
regarding btrfs-tools: please upgrade btrfs-tools to 0.20.rc1
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.)
--
720932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720932
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: btrfs-tools
Version: 0.19+20130315-5
Severity: wishlist
Tags: patch
Dear Maintainer,
a recent btrfsck is needed when having data corruption with btrfs, so please
upgrade btrfs-tools to the latest upstream version.
You'll find a patch with this modifications :
- 02-ftbfs.patch is no longer needed
- calc-size was renamed upstream in btrfs-calc-size
- btrfsctl doesn't exists anymore
thanks,
Olivier
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8) (ignored: LC_ALL
set to fr_FR.utf8)
Shell: /bin/sh linked to /bin/dash
Versions of packages btrfs-tools depends on:
ii e2fslibs 1.42.8-1
ii libblkid1 2.20.1-5.5
ii libc6 2.17-92
ii libcomerr2 1.42.8-1
ii liblzo2-2 2.06-1
ii libuuid1 2.20.1-5.5
ii zlib1g 1:1.2.8.dfsg-1
btrfs-tools recommends no packages.
btrfs-tools suggests no packages.
-- no debconf information
diff -Naurp btrfs-tools-0.19+20130315/debian/btrfs-tools.install btrfs-tools/debian/btrfs-tools.install
--- btrfs-tools-0.19+20130315/debian/btrfs-tools.install 2013-07-31 15:49:41.000000000 +0200
+++ btrfs-tools/debian/btrfs-tools.install 2013-08-26 11:49:07.551971856 +0200
@@ -1,4 +1,4 @@
btrfs-select-super /sbin
-calc-size /sbin
+btrfs-calc-size /sbin
ioctl.h /usr/include/btrfs
-debian/local/fsck.btrfs /sbin
\ Pas de fin de ligne à la fin du fichier
+debian/local/fsck.btrfs /sbin
diff -Naurp btrfs-tools-0.19+20130315/debian/btrfs-tools-udeb.install btrfs-tools/debian/btrfs-tools-udeb.install
--- btrfs-tools-0.19+20130315/debian/btrfs-tools-udeb.install 2013-05-15 09:43:04.000000000 +0200
+++ btrfs-tools/debian/btrfs-tools-udeb.install 2013-08-26 11:51:00.092763011 +0200
@@ -1,3 +1,2 @@
btrfs /sbin
-btrfsctl /sbin
mkfs.btrfs /sbin
diff -Naurp btrfs-tools-0.19+20130315/debian/changelog btrfs-tools/debian/changelog
--- btrfs-tools-0.19+20130315/debian/changelog 2013-07-31 15:56:29.000000000 +0200
+++ btrfs-tools/debian/changelog 2013-08-26 11:19:06.675279043 +0200
@@ -1,3 +1,9 @@
+btrfs-tools (0.20-rc1-358-g194aa4a) wheezy; urgency=low
+
+ * Non-maintainer upload.
+
+ -- Daevel SARL <[email protected]> Mon, 26 Aug 2013 11:17:52 +0200
+
btrfs-tools (0.19+20130315-5) unstable; urgency=low
* Provide "proper" fsck.btrfs, similar in spirit to fsck.xfs, that
diff -Naurp btrfs-tools-0.19+20130315/debian/control btrfs-tools/debian/control
--- btrfs-tools-0.19+20130315/debian/control 2013-07-23 23:33:13.000000000 +0200
+++ btrfs-tools/debian/control 2013-08-26 11:51:08.104819964 +0200
@@ -15,7 +15,7 @@ Description: Checksumming Copy on Write
advanced features while focusing on fault tolerance, repair and easy
administration.
.
- This package contains utilities (mkfs, fsck, btrfsctl) used to work with btrfs
+ This package contains utilities (mkfs, fsck) used to work with btrfs
and an utility (btrfs-convert) to make a btrfs filesystem from an ext3.
Package: btrfs-tools-udeb
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/02-ftbfs.patch btrfs-tools/debian/patches/02-ftbfs.patch
--- btrfs-tools-0.19+20130315/debian/patches/02-ftbfs.patch 2013-05-15 09:43:04.000000000 +0200
+++ btrfs-tools/debian/patches/02-ftbfs.patch 1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-Authors:
- Luca Bruno <[email protected]>
- Alexander Kurtz <[email protected]>
- Daniel Baumann <[email protected]>
-Description:
- Patch to properly cast and avoiding compiler warnings. Fixes FTBFS on alpha
- and ia64 (Closes: #539433, #583768).
-
-diff -Naurp btrfs-tools.orig/convert.c btrfs-tools/convert.c
---- btrfs-tools.orig/convert.c 2010-06-01 07:22:33.000000000 +0200
-+++ btrfs-tools/convert.c 2010-06-05 08:43:29.000000000 +0200
-@@ -2518,7 +2518,7 @@ int do_rollback(const char *devname, int
- ext2_root = btrfs_read_fs_root(root->fs_info, &key);
- if (!ext2_root || IS_ERR(ext2_root)) {
- fprintf(stderr, "unable to open subvol %llu\n",
-- key.objectid);
-+ (unsigned long long) key.objectid);
- goto fail;
- }
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/03-manpage.patch btrfs-tools/debian/patches/03-manpage.patch
--- btrfs-tools-0.19+20130315/debian/patches/03-manpage.patch 2013-05-15 09:43:04.000000000 +0200
+++ btrfs-tools/debian/patches/03-manpage.patch 2013-08-26 11:32:20.008865750 +0200
@@ -27,40 +27,16 @@ diff -Naurp btrfs-tools.orig/man/btrfsck
and not suitable for any uses other than benchmarking and review.
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
further details.
-diff -Naurp btrfs-tools.orig/man/btrfsctl.8.in btrfs-tools/man/btrfsctl.8.in
---- btrfs-tools.orig/man/btrfsctl.8.in 2010-10-02 11:59:27.288223493 +0200
-+++ btrfs-tools/man/btrfsctl.8.in 2010-10-04 21:21:32.900128594 +0200
-@@ -40,7 +40,7 @@ Scans all devices present in the system
- Forces a filesystem sync.
- .SH AVAILABILITY
- .B btrfsctl
--is part of btrfs-progs. Btrfs is currently under heavy development,
-+is part of btrfs-tools. Btrfs is currently under heavy development,
- and not suitable for any uses other than benchmarking and review.
- Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
- further details.
diff -Naurp btrfs-tools.orig/man/btrfs-image.8.in btrfs-tools/man/btrfs-image.8.in
--- btrfs-tools.orig/man/btrfs-image.8.in 2010-10-02 11:59:27.288223493 +0200
+++ btrfs-tools/man/btrfs-image.8.in 2010-10-04 21:21:35.280121306 +0200
-@@ -26,7 +26,7 @@ compression level (0 ~ 9).
- number of threads (1 ~ 32) to be used to process the image dump or restore.
+@@ -44,7 +44,7 @@ option if your extent tree is corrupted
+ captured.
.SH AVAILABILITY
.B btrfs-image
-is part of btrfs-progs. Btrfs is currently under heavy development,
+is part of btrfs-tools. Btrfs is currently under heavy development,
and not suitable for any uses other than benchmarking and review.
- Please refer to the btrfs wiki
- http://btrfs.wiki.kernel.org for further details.
-diff -Naurp btrfs-tools.orig/man/btrfs-show.8.in btrfs-tools/man/btrfs-show.8.in
---- btrfs-tools.orig/man/btrfs-show.8.in 2010-10-02 11:59:27.288223493 +0200
-+++ btrfs-tools/man/btrfs-show.8.in 2010-10-04 21:21:37.068067824 +0200
-@@ -14,7 +14,7 @@ information such as lable, uuid, etc of
- none
- .SH AVAILABILITY
- .B btrfs-show
--is part of btrfs-progs. Btrfs is currently under heavy development,
-+is part of btrfs-tools. Btrfs is currently under heavy development,
- and not suitable for any uses other than benchmarking and review.
Please refer to the btrfs wiki
http://btrfs.wiki.kernel.org for further details.
diff -Naurp btrfs-tools.orig/man/mkfs.btrfs.8.in btrfs-tools/man/mkfs.btrfs.8.in
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/10-soname.patch btrfs-tools/debian/patches/10-soname.patch
--- btrfs-tools-0.19+20130315/debian/patches/10-soname.patch 2013-05-16 17:25:58.000000000 +0200
+++ btrfs-tools/debian/patches/10-soname.patch 2013-08-26 11:40:20.000248816 +0200
@@ -4,12 +4,12 @@ Description: Setting soname for libbtrfs
diff -Naurp btrfs-tools.orig/Makefile btrfs-tools/Makefile
--- btrfs-tools.orig/Makefile 2013-05-16 13:05:40.967941936 +0200
+++ btrfs-tools/Makefile 2013-05-16 23:06:54.962345615 +0200
-@@ -93,7 +93,7 @@
-
+@@ -100,7 +100,7 @@
$(libs_shared): $(libbtrfs_objects) $(lib_links) send.h
@echo " [LD] $@"
-- $(Q)$(CC) $(CFLAGS) $(libbtrfs_objects) $(lib_LIBS) -shared -Wl,-soname,libbtrfs.so -o libbtrfs.so.0.1
-+ $(Q)$(CC) $(CFLAGS) $(libbtrfs_objects) $(lib_LIBS) -shared -Wl,-soname,libbtrfs.so.0 -o libbtrfs.so.0.1
+ $(Q)$(CC) $(CFLAGS) $(libbtrfs_objects) $(LDFLAGS) $(lib_LIBS) \
+- -shared -Wl,-soname,libbtrfs.so -o libbtrfs.so.0.1
++ -shared -Wl,-soname,libbtrfs.so.0 -o libbtrfs.so.0.1
$(libs_static): $(libbtrfs_objects)
@echo " [AR] $@"
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/series btrfs-tools/debian/patches/series
--- btrfs-tools-0.19+20130315/debian/patches/series 2013-07-23 17:57:52.000000000 +0200
+++ btrfs-tools/debian/patches/series 2013-08-26 11:22:53.740877119 +0200
@@ -1,4 +1,3 @@
-02-ftbfs.patch
03-manpage.patch
04-linker.patch
07-manpage2.patch
diff -Naurp btrfs-tools-0.19+20130315/debian/rules btrfs-tools/debian/rules
--- btrfs-tools-0.19+20130315/debian/rules 2013-07-29 16:09:35.000000000 +0200
+++ btrfs-tools/debian/rules 2013-08-26 11:46:01.542658461 +0200
@@ -16,12 +16,12 @@ CFLAGS := $(patsubst -O2,-Os,$(CFLAGS))
dh ${@}
override_dh_auto_build:
- dh_auto_build -- all btrfs-select-super calc-size CFLAGS="$(CFLAGS)" CC="$(CC)"
+ dh_auto_build -- all btrfs-select-super btrfs-calc-size CFLAGS="$(CFLAGS)" CC="$(CC)"
override_dh_auto_clean:
dh_auto_clean
- rm -f btrfs-select-super calc-size
+ rm -f btrfs-select-super btrfs-calc-size
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(CURDIR)/debian/btrfs-tools prefix=/usr bindir=/sbin mandir=/usr/share/man libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
@@ -44,8 +44,5 @@ override_dh_auto_install:
override_dh_install:
dh_install
- # Avoid polluting namespace
- mv debian/btrfs-tools/sbin/calc-size debian/btrfs-tools/sbin/btrfs-calc-size
-
override_dh_strip:
dh_strip --dbg-package=btrfs-tools-dbg
--- End Message ---
--- Begin Message ---
Source: btrfs-tools
Source-Version: 0.19+20130705-1
We believe that the bug you reported is fixed in the latest version of
btrfs-tools, which is due to be installed in the Debian FTP archive.
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.
Dmitrijs Ledkovs <[email protected]> (supplier of updated btrfs-tools
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: SHA256
Format: 1.8
Date: Mon, 26 Aug 2013 19:14:51 +0100
Source: btrfs-tools
Binary: btrfs-tools btrfs-tools-udeb btrfs-tools-dbg
Architecture: amd64 source
Version: 0.19+20130705-1
Distribution: unstable
Urgency: low
Maintainer: Dmitrijs Ledkovs <[email protected]>
Changed-By: Dmitrijs Ledkovs <[email protected]>
Closes: 720932
Description:
btrfs-tools - Checksumming Copy on Write Filesystem utilities
btrfs-tools-dbg - Checksumming Copy on Write Filesystem utilities (debug)
btrfs-tools-udeb - Checksumming Copy on Write Filesystem utilities (udeb)
(udeb)
Changes:
btrfs-tools (0.19+20130705-1) unstable; urgency=low
.
* New upstream snapshot. (Closes: #720932)
* Refresh patches.
* btrfsctl is gone, and calc-size is prefixed with btrfs- upstream now.
* Enable verbose build-log.
Checksums-Sha1:
40fd7c61a5794da622041e1e189ac46446c72acd 314616
btrfs-tools_0.19+20130705-1_amd64.deb
796127e6f9c12f70077727bfd7bf27a40c6e42d6 158374
btrfs-tools-udeb_0.19+20130705-1_amd64.udeb
e56442f34244e63852790167c118bb3b490c9629 3320670
btrfs-tools-dbg_0.19+20130705-1_amd64.deb
00f098e91af90fc9e260daa0e2283a8ed90a0403 2030 btrfs-tools_0.19+20130705-1.dsc
a481f292f2124966d4d8541ebc7e5c35f0f32abc 238452
btrfs-tools_0.19+20130705.orig.tar.xz
8136660e9570c0b784d319ac109708ab08d385ef 9992
btrfs-tools_0.19+20130705-1.debian.tar.xz
Checksums-Sha256:
acef22bdede1b102d9e43acd61455f481457be5c064cf0d4523ab89ff9eb6942 314616
btrfs-tools_0.19+20130705-1_amd64.deb
39b72c9959ae580385945b23756a937ec846644925192c4ec2cf5d380f17add4 158374
btrfs-tools-udeb_0.19+20130705-1_amd64.udeb
a745f69253c0599b7de4f5a56d598b053e79eeffd973e4494e6b60cc33d4a58e 3320670
btrfs-tools-dbg_0.19+20130705-1_amd64.deb
8b2eb6e7f604d0951dd236f8c5a6e0d2396c222c4015380ec58d1cfe5329184a 2030
btrfs-tools_0.19+20130705-1.dsc
660aaa5610c7f9d430b51988720407e0a4f4db5f53ec18385b9095fd25cdf77c 238452
btrfs-tools_0.19+20130705.orig.tar.xz
ef1fbdcb673af1a16d5f5151ac1b8bde500f52ee9e8607b5bc5c46c185d1e59c 9992
btrfs-tools_0.19+20130705-1.debian.tar.xz
Files:
795d4f104a16a683af60a9772b910cd5 314616 admin optional
btrfs-tools_0.19+20130705-1_amd64.deb
0b717254a964915955a59c58ee86f86b 158374 debian-installer optional
btrfs-tools-udeb_0.19+20130705-1_amd64.udeb
f70348aa9b628bddf0b9cfc881b234eb 3320670 debug extra
btrfs-tools-dbg_0.19+20130705-1_amd64.deb
f56f5b4a93669cbe4693675b02e92041 2030 admin optional
btrfs-tools_0.19+20130705-1.dsc
ed8d65c335a6dc76ec847f8b25f6eab9 238452 admin optional
btrfs-tools_0.19+20130705.orig.tar.xz
8c5aab59e1f4c22a905133f4badaa9f2 9992 admin optional
btrfs-tools_0.19+20130705-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCAAGBQJSG+lZAAoJEIh7YGGLPBaufH4P/3EEUdcHqfewksYlFZqAzwDs
ubdF7XtVmJ5Sr/ax6z3eBS8yXzDtmbn5yQGUAOzAoZ91cERGcbHyhTkeKnZez9Lh
A/Qk4Va2mdHoNej7Bqw4tFSp9lUqrGgD5/TJ5vWW/ZzzOCtXN5ooWWbS4vB9kTGi
HGyTYBdvUpom9hbcKCF0zfVxPcvuP/UDjlW6pD5rhkMCvImew24jqda36KLEL7Mp
WJCAc0BbVLkGZxr0WW+kdcDveaw1XUHPFIEkgD7ZpQcg7SLNnTzmyfZVnLUWgQQD
t72Iex06EN0i+SgnEEo2g1MiKPg0JdQ9Z9cOulDwf5Bhi02iFR+r+6LXpMsoMRJL
8Gd3ywTRgbzOf0SVJwaf0tCIC2muVkYlK9zBocjdE6AhKUzfBUIVdF2m8huhaTBT
GiO8Ujlyd28pfVJw0njrwje53zIo+kzNJHVDxxqdg3H+uY59vx5Rba9ATXWr9i8q
WHBWb28E7u+mH6LxJxqpW6T8Cw3zePV9wcTWIRiUOMK3Ov/j3NBNDH0bDiiccUnR
L1dE9/HDZYCy2U+B3ge/3m/fCSPDls+4UHoV0D8KQJSxx/SepDSmaq1NHjhFXSeQ
yFsaUmI0pUaFxaFO4MM4J1eNV937EVe5XrHowg5KhA77obaM0PKk5SqG5rEKiMsR
kOzBWNtpCToLsoLjGbtY
=KrfX
-----END PGP SIGNATURE-----
--- End Message ---