Your message dated Sun, 17 May 2009 21:34:09 +0000
with message-id <[email protected]>
and subject line Bug#529168: fixed in btrfs-tools 0.18-4
has caused the Debian Bug report #529168,
regarding btrfs-tools: btrfs-convert is missing
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.)


-- 
529168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529168
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: btrfs-tools
Version: 0.18-3
Severity: normal
Tags: patch

Hello Daniel,

there is a nice utility missing in btrfs.  See the attached patch to
build and include it, too.

Best regards
Uwe

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (900, 'proposed-updates'), (900, 'stable'), (600, 
'testing-proposed-updates'), (600, 'testing'), (500, 
'oldstable-proposed-updates'), (500, 'oldstable'), (200, 'unstable'), (2, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages btrfs-tools depends on:
ii  libc6                  2.9-12            GNU C Library: Shared libraries
ii  libuuid1               1.41.3-1          universally unique id library
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

btrfs-tools recommends no packages.

btrfs-tools suggests no packages.

-- no debconf information
>From aaabbf2919abd0efd40e773ea668534a3a1dbe41 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?Uwe=20Kleine-K=C3=B6nig?= <[email protected]>
Date: Sun, 17 May 2009 21:38:06 +0200
Subject: [PATCH] build btrfs-convert
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

btrfs-convert accesses ext3 filesystems using e2fslibs, so two new build
dependencies are needed.

Signed-off-by: Uwe Kleine-König <[email protected]>
---
 debian/control |    6 ++++--
 debian/rules   |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 75c8d3a..812fd5c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: btrfs-tools
 Section: admin
 Priority: optional
 Maintainer: Daniel Baumann <[email protected]>
-Build-Depends: debhelper (>= 7), quilt, uuid-dev, zlib1g-dev
+Build-Depends: debhelper (>= 7), quilt, uuid-dev, zlib1g-dev, libacl1-dev, 
e2fslibs-dev
 Standards-Version: 3.8.1
 Homepage: http://btrfs.wiki.kernel.org/
 Vcs-Browser: http://git.debian.net/?p=debian/btrfs-tools.git
@@ -16,7 +16,9 @@ Description: Checksumming Copy on Write Filesystem
  Notable features include very fast offline filesystem check, online filesystem
  checking, checksumming of all metadata and fast, writable filesystem 
snapshots.
  .
- This package contains utilities (mkfs, fsck, btrfsctl) used to work with 
btrfs.
+ This package contains utilities (mkfs, fsck, btrfsctl) used to work with btrfs
+ and and an utility (btrfs-convert) to make a btrfs filesystem from an ext3
+ one.
  .
  WARNING: Btrfs is under heavy development, and is not suitable for any uses
  other than benchmarking and review.
diff --git a/debian/rules b/debian/rules
index ad96208..373abb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ build: build-stamp
 build-stamp: patch
        dh_testdir
 
-       CFLAGS="$(CFLAGS)" $(MAKE)
+       CFLAGS="$(CFLAGS)" $(MAKE) all convert
 
        touch build-stamp
 
-- 
1.6.3.1


--- End Message ---
--- Begin Message ---
Source: btrfs-tools
Source-Version: 0.18-4

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:

btrfs-tools_0.18-4.diff.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-4.diff.gz
btrfs-tools_0.18-4.dsc
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-4.dsc
btrfs-tools_0.18-4_i386.deb
  to pool/main/b/btrfs-tools/btrfs-tools_0.18-4_i386.deb



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.
Daniel Baumann <[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: SHA1

Format: 1.8
Date: Sun, 17 May 2009 22:18:27 +0200
Source: btrfs-tools
Binary: btrfs-tools
Architecture: source i386
Version: 0.18-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem
Closes: 529168
Changes: 
 btrfs-tools (0.18-4) unstable; urgency=low
 .
   * Using correct rfc-2822 date formats in changelog.
   * Including btrfs-convert, thanks to Uwe Kleine-König <u.kleine-
     [email protected]> (Closes: #529168).
Checksums-Sha1: 
 343056bc0fc134e1c5f0e758a924d38caf2b10ab 1181 btrfs-tools_0.18-4.dsc
 5b3ffe63050ba780296887a1a910363590840963 3933 btrfs-tools_0.18-4.diff.gz
 d23a900ab1982b2d93e79139e07d1f67e23f7c00 516678 btrfs-tools_0.18-4_i386.deb
Checksums-Sha256: 
 ed794216ae5a15f5d6c2c890116700727f5ed2cbf7cfee4b9670959995490569 1181 
btrfs-tools_0.18-4.dsc
 1feb3cfe2c6f606988787cadd1c91b759158db29e5a7a5e812c6a06798b32f2c 3933 
btrfs-tools_0.18-4.diff.gz
 41a6a0f0755ba0449217ae725a7f31ae0113e95267681acad5dccab4fd9a95d0 516678 
btrfs-tools_0.18-4_i386.deb
Files: 
 264fd7935714f51f2bb7ceabb26509af 1181 admin optional btrfs-tools_0.18-4.dsc
 88bb09a87e1451dc870d2a47145593f6 3933 admin optional btrfs-tools_0.18-4.diff.gz
 8786a7c2da0bd10889a1fafd4d7e83a9 516678 admin optional 
btrfs-tools_0.18-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoQcVMACgkQ+C5cwEsrK56k+ACfWnDZLGETOWqumVHHmP5s3WCu
7FgAnidW6lBUHouLB0yFHFsVDrqq1trw
=8qi7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to