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
|
fuse-convmvfs (0.2.6-2.1) unstable; urgency=medium
* Non-maintainer upload.
(https://salsa.debian.org/nabijaczleweli/fuse-convmvfs)
* d/p/:
1 Switch from deprecated <attr/xattr.h> to <sys/xattr.h> (Closes: #953935)
2 Fix C++11 compatibility
3 move from fuse to fuse3 (Closes: #1084468)
* debhelper-compat: 9 -> 13
* Build-Depends: pkg-config -> pkgconf
* Build-Depends: libfuse-dev (>= 2.5.0-0) -> libfuse3-dev
-- наб <nabijaczleweli@nabijaczleweli.xyz> Fri, 15 Nov 2024 14:45:25 +0100
fuse-convmvfs (0.2.6-2) unstable; urgency=low
* debian/control:
- applied patch from Robert Millan to allow for kfreebsd-*
architectures (Closes: #634216).
- bumped Standards-Version to 3.9.3.
* debian/compat:
- bumped to 9 to enable hardening flags in dh.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Sat, 23 Jun 2012 15:07:20 +0400
fuse-convmvfs (0.2.6-1.1) unstable; urgency=low
* NMU, added armhf to arch list. (Closes: #604673)
-- Konstantinos Margaritis <markos@debian.org> Thu, 24 Feb 2011 17:18:28 +0000
fuse-convmvfs (0.2.6-1) unstable; urgency=low
* New upstream release:
- symlink dereferencing and owner issues fixed (Closes: #594021).
* devian/control:
- bumped Standards-Version to 3.9.1.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Sun, 10 Oct 2010 18:18:10 +0400
fuse-convmvfs (0.2.5-1) unstable; urgency=low
* New upstream release with xattr support.
* debian/control:
- Build-Depend on libattr1-dev.
- add Dmitry E. Oboukhov to Uploaders.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Sun, 16 May 2010 13:59:31 +0400
fuse-convmvfs (0.2.4-4) unstable; urgency=low
* Package converted to 3.0 (quilt) source format.
- added debian/docs, debian/manpages.
- debian/rules adapted for dh script.
- debhelper compatibility level set to 7.
* debian/control:
- limit architectures by those that have fuse-utils to let
the package migrate into testing (list copied from fuse package).
- bumped Build-Depends on debhelper (>= 7).
- bumped Standards-Version to 3.8.4.
* debian/copyright:
- corrected licensing information.
* English grammar corrected in the manpage.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Sun, 11 Apr 2010 16:50:39 +0400
fuse-convmvfs (0.2.4-3) unstable; urgency=low
* debian/control: Added missing dependency on fuse-utils.
Added $(misc:Depends) (fixed lintian warning).
Bumped Standards-Version to 3.8.3.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Mon, 25 Jan 2010 12:23:32 +0300
fuse-convmvfs (0.2.4-2) unstable; urgency=low
* debian/watch: According to the DEHS report at
http://dehs.alioth.debian.org/maintainer.php?name=fuse-convmvfs ,
the link http://dl.sourceforge.net/sourceforge/fuse-convmvfs/
does not seem to work any more. Changed to the form
http://sf.net/fuse-convmvfs/fuse-convmvfs-(.*)\.tar\.gz
listed in dh_make example debian/watch file instead.
* debian/copyright: Fixed Lintian warning: debian-copyright-line-too-long
-- Anthony Fok <foka@debian.org> Fri, 25 Jul 2008 06:20:56 +0800
fuse-convmvfs (0.2.4-1) unstable; urgency=low
[ Stanislav Maslovski ]
* Initial release (Closes: #445105). (2007-10-03)
* Updated standards version to 3.7.3. (2008-02-23)
[ Anthony Fok ]
* Bumped Standards-Version to 3.8.0.
* Bumped Priority from extra to optional, esp. because fuse-convmvfs is
a required component in the upcoming Chinese Linux Standard extension.
* Added Homepage: http://fuse-convmvfs.sourceforge.net/
* Added myself to the Uploaders list. ;-)
* Sponsored upload.
-- Stanislav Maslovski <stanislav.maslovski@gmail.com> Thu, 10 Jul 2008 14:11:32 +0800
|