Your message dated Sun, 23 Jul 2006 07:35:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#369106: fixed in linux-ntfs 1.13.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: ntfstools
Severity: wishlist


Hi,
your package builds an dummy package 'ntfstools'. This has
been a dummy in sarge. (depending on ntfsprogs).
Is this still needed?

Please check and consider removing the package.

Regards,
Stefan

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: linux-ntfs
Source-Version: 1.13.1-1

We believe that the bug you reported is fixed in the latest version of
linux-ntfs, which is due to be installed in the Debian FTP archive:

libntfs-dev_1.13.1-1_i386.deb
  to pool/main/l/linux-ntfs/libntfs-dev_1.13.1-1_i386.deb
libntfs-gnomevfs_1.13.1-1_i386.deb
  to pool/main/l/linux-ntfs/libntfs-gnomevfs_1.13.1-1_i386.deb
libntfs9_1.13.1-1_i386.deb
  to pool/main/l/linux-ntfs/libntfs9_1.13.1-1_i386.deb
linux-ntfs_1.13.1-1.diff.gz
  to pool/main/l/linux-ntfs/linux-ntfs_1.13.1-1.diff.gz
linux-ntfs_1.13.1-1.dsc
  to pool/main/l/linux-ntfs/linux-ntfs_1.13.1-1.dsc
linux-ntfs_1.13.1.orig.tar.gz
  to pool/main/l/linux-ntfs/linux-ntfs_1.13.1.orig.tar.gz
ntfsprogs-udeb_1.13.1-1_i386.udeb
  to pool/main/l/linux-ntfs/ntfsprogs-udeb_1.13.1-1_i386.udeb
ntfsprogs_1.13.1-1_i386.deb
  to pool/main/l/linux-ntfs/ntfsprogs_1.13.1-1_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.
David Martínez Moreno <[EMAIL PROTECTED]> (supplier of updated linux-ntfs 
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.7
Date: Sun, 23 Jul 2006 04:33:36 +0200
Source: linux-ntfs
Binary: libntfs9 ntfsprogs-udeb ntfsprogs libntfs-dev libntfs-gnomevfs
Architecture: source i386
Version: 1.13.1-1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno <[EMAIL PROTECTED]>
Changed-By: David Martínez Moreno <[EMAIL PROTECTED]>
Description: 
 libntfs-dev - library that provides common NTFS access functions (development f
 libntfs-gnomevfs - NTFS GNOME virtual filesystem module
 libntfs9   - library that provides common NTFS access functions
 ntfsprogs  - tools for doing neat things in NTFS partitions from Linux
 ntfsprogs-udeb - Tools for doing neat things in NTFS partitions from Linux - 
udeb (udeb)
Closes: 356217 357906 367508 369106
Changes: 
 linux-ntfs (1.13.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #367508):
     - Fixed lots of endianness bugs.
     - ntfscmp is now built as a regular tool (and thus included in this
       package).
     - ntfsresize checks and reports bad sectors before cluster allocation
       check.
     - mkntfs optionally creates NTFS version 3.0 (W2K) or 3.1 (XP, W2K3,
       Vista).
     - ntfsmount now support an 'streams_interface=' option to select named data
       streams access interface.  Currently supported interfaces are 'none',
       'windows' and 'xattr'.
     - ntfscat can display named attributes, streams too.
     - Working with regular files no longer needs the --force option, except
       for mkntfs.
     - ntfsclone checks available free space on the destination before
       starting to clone, image or restore.
     - Fix the -u option in ntfsundelete.  Instead of a confusing optional
       parameter, there's a new option -i with a required parameter.
     - mkntfs had a fix for a segfault when volume had more than 2^31 clusters.
     - ntfsmount has FreeBSD support.
     - Implement simple syslog logging handler in ntfsmount.
     - Fix a lot of bugs in attribute resizing code.
     - ntfsclone: the --metadata option will wipe the timestamps in the
       index allocation attributes as well.  This further decreases the
       compressed metadata image size by 10-25% and more importantly it
       eliminates non-interesting ntfscmp differences.
     - ntfsinfo: dump either a minimal (default) or the entire attribute
       header (--verbose) for all attribute types.
     - ntfscmp supports bad cluster list, compares full attribute headers
       for non-resident attributes, and is built by default.
     - Fix bug with renaming directories with names in DOS and WIN32
       namespaces.
     - Lots of various bug fixes.
   * debian/control:
     - Changed URL to the new site (closes: #356217).
     - Added libgnutls-dev (>> 1.4.0) to Build-depends in order to enable
       again ntfsdecrypt.
     - Removed completely fake ntfstools package, as it was a dummy one in
       sarge.  Thanks to Stefan Huehner for noticing (closes: #369106).
     - While at it, renamed ntfstools-udeb to ntfsprogs-udeb for consistency.
       Added Provides: ntfstools-udeb, trying to ease transitions.
     - Rename libntfs8 to libntfs9.
     - Upgrade Standards-Version to 3.7.2.0.
     - Rewrote description for ntfsfix, as it has evolved to a general-purpose
       checking tool for NTFS filesystems, that also forces a check on the next
       Windows boot.  Thanks to Szaka for the hint.
     - Added ntfscmp and ntfsdecrypt descriptions.
   * debian/rules:
     - Added --enable-crypto to ./configure parameter line, thus enabling
       building of ntfsdecrypt.  Please read changelog from 1.11.2-1 release
       for learning more about it.
     - Link against libntfs9.
   * Added libntfs.conf to libntfs-gnomevfs package.
   * Moved usr/share/man/man8/libntfs-gnomevfs.8 to libntfs-gnomevfs package.
   * Removed test/runlist-data/CVS/ dir from source.
   * Correct wrong symlink in /sbin/mount.ntfs-fuse.  Thanks, Onur Can CAKMAK.
     Closes: #357906.
Files: 
 9a19922c02fd1dd98bdd735ff083368c 698 otherosfs optional linux-ntfs_1.13.1-1.dsc
 078281394e68f9b248c82484589b7908 870304 otherosfs optional 
linux-ntfs_1.13.1.orig.tar.gz
 84a61f7640734001b6289c1bdb7704ec 11136 otherosfs optional 
linux-ntfs_1.13.1-1.diff.gz
 5b265170ebe99fbe85e88a3bd3510f54 283444 otherosfs optional 
ntfsprogs_1.13.1-1_i386.deb
 a8ecb39942c8339e6f8a1f1c5590d964 114012 debian-installer optional 
ntfsprogs-udeb_1.13.1-1_i386.udeb
 5029c4789cf53f490045fad54c16d42c 51248 libs optional 
libntfs-gnomevfs_1.13.1-1_i386.deb
 c35f9075f48f906796dcc59ef7070457 136120 libs optional 
libntfs9_1.13.1-1_i386.deb
 98525d798a721b0f2b663d7997ea1229 218574 libdevel optional 
libntfs-dev_1.13.1-1_i386.deb
Package-Type: udeb

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

iD8DBQFEwuFOWs/EhA1iABsRAvwwAJ92n7FpfOPnH7O6vgwaaS20t/N4SwCgxVBw
9/ClpFf0R83k7M9nbVZrwgQ=
=PVAS
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to