1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176
|
libfilesys-diskspace-perl (0.05-16+nmu2.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sun, 03 Jan 2021 13:21:15 +0100
libfilesys-diskspace-perl (0.05-16+nmu2) unstable; urgency=medium
* Non-maintainer upload.
* Add support for BTRFS and ZFS filesystem types
Closes: #821103
-- Russell Coker <russell@coker.com.au> Thu, 08 Dec 2016 19:12:52 +1100
libfilesys-diskspace-perl (0.05-16) unstable; urgency=low
* debian/control: Bump Standards-Version to 3.9.4 (no changes)
* debian/copyright: Fix duplicated 'Copyright' field.
* debian/patches:
New patch created to add FUSE silesystem support:
debian/patches/002-add-support-for-fuse-fs.diff
Thanks to Michael Prokop <mika@grml.org>. (Closes: #703428)
-- Dario Minnucci <midget@debian.org> Tue, 19 Mar 2013 17:30:59 +0100
libfilesys-diskspace-perl (0.05-15) unstable; urgency=high
* Urgency set to high because fixes FTBFS
* debian/rules:
- Ignore testsuite results. df fails in the buildd chroot.
(Closes: #666580)
* debian/patches:
- Fixes on headers. Thanks to Jari Aalto. (Closes: #668044)
* debian/copyright:
- Minor fixes. Thanks again to Jari Aalto.
-- Dario Minnucci <midget@debian.org> Thu, 12 Apr 2012 02:11:28 +0200
libfilesys-diskspace-perl (0.05-14) experimental; urgency=low
* Switch to dpkg-source 3.0 (quilt) format
* debian/patches:
- New patch created from changes on upstream sources.
- 000-changes-extracted-from-sources.diff
- Old 'dpatch' patches converted to quilt format were merged into
just one patch: 001-add-support-for-other-filesystems.diff
* debian/control:
- Update maintainer address to use @d.o email
- Remove build dependency on obsolete package 'dpatch'
- Bump Standards-Version to 3.9.3
- Update debhelper dependency to >=9
- Added dependency on ${misc:Depends}
- Added Vcs-Git and Vcs-Browser fields
* debian/rules:
- Rewritten to use the 'compact' format.
* debian/copyright:
- Updated to be DEP5 compliant.
-- Dario Minnucci <midget@debian.org> Fri, 06 Apr 2012 22:15:59 +0200
libfilesys-diskspace-perl (0.05-13) unstable; urgency=low
* debian/control: Added 'Homepage' tag.
* debian/rules: Use LC_ALL=C before make invocation (Closes: #506910)
Thanks to Rene Mayorga <rmayorga@debian.org.sv>
* debian/patches/01_add_SYSFS_filesystem_support.dpatch: Added SYSFS support.
(Closes: #426008)
-- Dario Minnucci (midget) <debian@midworld.net> Wed, 26 Nov 2008 12:01:03 +0100
libfilesys-diskspace-perl (0.05-12) unstable; urgency=low
* debian/control: Bump Standards-Version to 3.8.0
* debian/control && debian/rules: Added dpatch support
* debian/patches/01_add_CIFS_filesystem_support.dpatch: Added CIFS support.
Thanks Mark Sheppard <mark@ddf.net> for the patch. (Closes: #491215)
* debian/copyright: MPCF (Machine-Parsable Copyright Format) implementation.
Visit http://wiki.debian.org/Proposals/CopyrightFormat for details.
-- Dario Minnucci (midget) <debian@midworld.net> Thu, 17 Jul 2008 23:56:27 +0200
libfilesys-diskspace-perl (0.05-11) unstable; urgency=low
* New maintainer with ACK from the previous one.
* Rebuilt successfully. Tagged as unreproducible. (Closes: #425897)
* debian/compat: Debhelper compatibility updated.
* debian/copyright: VCS tag removed.
* debian/copyright: Resource URL updated.
* debian/copyright: Path to GPL Lic. fixed. (Closes: #431493)
* debian/watch: VCS tag removed.
* debian/watch: Updated.
-- Dario Minnucci (midget) <debian@midworld.net> Tue, 03 Jul 2007 02:50:40 +0200
libfilesys-diskspace-perl (0.05-10) unstable; urgency=low
* Make test "skip" explanations TAP-compatible.
* In tests try /proc/mounts if /etc/mtab isn't available, and just skip
the tests (rather than failing) if neither is there (closes: #399380).
-- Roderick Schertler <roderick@argon.org> Tue, 21 Nov 2006 21:42:30 -0500
libfilesys-diskspace-perl (0.05-9) unstable; urgency=low
* Unpack with "L!" rather than "L" to get native-length longs rather
than 32 bits (close: #377237).
-- Roderick Schertler <roderick@argon.org> Fri, 7 Jul 2006 11:37:11 -0400
libfilesys-diskspace-perl (0.05-8) unstable; urgency=low
* Add magic for jfs, Anton Ivanov (closes: #319171).
-- Roderick Schertler <roderick@argon.org> Thu, 21 Jul 2005 07:36:05 -0400
libfilesys-diskspace-perl (0.05-7) unstable; urgency=low
* Change section to "perl".
* Add magic for tmpfs, from Anders Henke <anders@schlund.de> (closes:
#243678).
* Add magic for ntfs.
* Improve error message if statfs/statvfs fails.
* Call croak rather than warn/exit.
* Correct Fabien's email address.
* Bump Standards-Version to 3.6.1 (remove changes from copyright, bump
debhelper version dependency).
-- Roderick Schertler <roderick@argon.org> Mon, 28 Mar 2005 20:56:40 -0500
libfilesys-diskspace-perl (0.05-6) unstable; urgency=low
* Add XFS magic, from Jade Nicoletti <nicoletti@nns.ch>.
-- Roderick Schertler <roderick@argon.org> Tue, 14 Jan 2003 14:42:50 -0500
libfilesys-diskspace-perl (0.05-5) unstable; urgency=low
* Fix t/linux-ext2.t not to assume there's an ext2 filesystem available
(closes: #140548). Have it check ext3 as well as ext2 filesystems.
-- Roderick Schertler <roderick@argon.org> Mon, 1 Apr 2002 10:49:42 -0500
libfilesys-diskspace-perl (0.05-4) unstable; urgency=low
* Add fix for reiserfs from Chris Fearnley (closes: #132649).
-- Roderick Schertler <roderick@argon.org> Thu, 14 Feb 2002 08:54:02 -0500
libfilesys-diskspace-perl (0.05-3) unstable; urgency=low
* Don't install extraneous empty directories.
-- Roderick Schertler <roderick@argon.org> Tue, 31 Jul 2001 09:53:35 -0400
libfilesys-diskspace-perl (0.05-2) unstable; urgency=low
* Update to policy 3.5.2.
* Update to latest Perl policy.
-- Roderick Schertler <roderick@argon.org> Mon, 5 Mar 2001 21:42:31 -0500
libfilesys-diskspace-perl (0.05-1) unstable; urgency=low
* New upstream release.
* Use /usr/share/man.
-- Roderick Schertler <roderick@argon.org> Wed, 27 Oct 1999 11:47:51 -0400
libfilesys-diskspace-perl (0.04-1) unstable; urgency=low
* Initial version.
-- Roderick Schertler <roderick@argon.org> Sun, 5 Sep 1999 16:25:56 -0400
$Id: changelog,v 1.13 2006-11-22 02:44:26 roderick Exp $
|