--- bindfs-1.13.10.orig/debian/README.source +++ bindfs-1.13.10/debian/README.source @@ -0,0 +1,58 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. --- bindfs-1.13.10.orig/debian/changelog +++ bindfs-1.13.10/debian/changelog @@ -0,0 +1,284 @@ +bindfs (1.13.10-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bumped Standards-Version to 4.3.0, no changes needed. + + -- Eugene V. Lyubimkin Sun, 06 Jan 2019 18:52:02 +0100 + +bindfs (1.13.9-1) unstable; urgency=low + + * New upstream release. + * debian/watch: + - Use https. + * debian/control: + - Use https for upstream home page. + - Bumped Standards-Version to 4.1.1, no changes needed. + * debian/rules: + - Removed '--with autotools-dev', superseded by debhelper's own sequence. + Suggested by lintian. + * debian/copyright: + - Updated packaging copyright years. + * debian/source/format: + - Created (with 1.0) as suggested by lintian. + + -- Eugene V. Lyubimkin Sat, 31 Mar 2018 10:36:05 +0200 + +bindfs (1.13.7-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bumped Standards-Version to 4.1.0, no changes needed. + + -- Eugene V. Lyubimkin Tue, 12 Sep 2017 21:06:38 +0200 + +bindfs (1.13.5-1) unstable; urgency=medium + + * New upstream release. + - Fixes building on arm64. + + -- Eugene V. Lyubimkin Sat, 29 Oct 2016 11:41:53 +0200 + +bindfs (1.13.4-1) unstable; urgency=medium + + * New upstream release. + + -- Eugene V. Lyubimkin Sat, 29 Oct 2016 08:59:23 +0200 + +bindfs (1.13.2-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: + - Updated upstream and packaging copyright years. + - Updated download page. + * debian/rules: + - Use dh autotools_dev sequence instead of updating config.* files by + hand. + * debian/docs: + - README is now README.md. + * debian/control: + - Bumped Standards-Version to 3.9.8, no changes needed. + + -- Eugene V. Lyubimkin Mon, 26 Sep 2016 15:12:48 +0200 + +bindfs (1.12.6-2) unstable; urgency=low + + * Upload to unstable. + + -- Eugene V. Lyubimkin Sat, 25 Jul 2015 21:29:01 +0300 + +bindfs (1.12.6-1) experimental; urgency=low + + * New upstream release. + * debian/copyright: + - Updated upstream copyright years. + - Main source files are GPLv2+, not GPLv2 (since several minor upstream + release already). + * debian/control: + - Bumped Standards-Version to 3.9.6, no changes needed. + + -- Eugene V. Lyubimkin Mon, 03 Nov 2014 21:08:09 +0200 + +bindfs (1.12.3-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bumped Standards-Version to 3.9.4, no changes needed. + + -- Eugene V. Lyubimkin Tue, 08 Oct 2013 21:37:10 +0300 + +bindfs (1.12.2-1) unstable; urgency=low + + * New upstream release. + * debian/watch: + - The project's home is now bindfs.org, fix download URL accordingly. + * debian/control: + - Homepage: changed to 'bindfs.org'. + + -- Eugene V. Lyubimkin Mon, 05 Aug 2013 19:42:03 +0300 + +bindfs (1.12.1-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - Removed, all present upstream. + * debian/{control,rules}: + - Don't use quilt. + * debian/control: + - Bumped debhelper build-dependency to (>= 9). + * debian/compat: + - Bumped to 9 to get automatic dpkg-buildflags support. + + -- Eugene V. Lyubimkin Fri, 31 May 2013 21:01:02 +0300 + +bindfs (1.10.3-2) unstable; urgency=medium + + * debian/control: + - Build-depend on quilt. + * debian/rules: + - Use 'dh --with quilt'. + * debian/patches: + - New patch '010-readdir-pathconf-fix.patch'. + - New patch '020-usermap-memory-fix.patch'. + - Two patches above fix serious memory errors. Thanks to + Marcelo E. Magallon for the report and upstream for providing directed + patches. (Closes: #681647) + * debian/README.source: + - Added with standard quilt intructions. + + -- Eugene V. Lyubimkin Sun, 15 Jul 2012 13:30:45 +0300 + +bindfs (1.10.3-1) unstable; urgency=low + + * New upstream release. + + -- Eugene V. Lyubimkin Mon, 21 May 2012 16:40:41 +0300 + +bindfs (1.10.2-1) unstable; urgency=low + + * New upstream release. + + -- Eugene V. Lyubimkin Sat, 07 Apr 2012 10:47:53 +0300 + +bindfs (1.10-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bumped Standards-Version to 3.9.3, no changes needed. + * debian/copyright: + - Updated upstream copyright years. + + -- Eugene V. Lyubimkin Thu, 22 Mar 2012 20:44:18 +0200 + +bindfs (1.9-3) unstable; urgency=low + + * debian/rules: + - Rewrote using debhelper v7 to make them simpler. + * debian/control: + - Bumped debhelper dependency to use debhelper v7 short style and + overrides. + - Bumped Standards-Version to 3.9.2, no changes needed. + - Depend on fuse4bsd on kFreeBSD arches. Thanks to Martin Pärtel and + Robert Millan for the analysis. (Closes: #634456) + * debian/compat: + - Bumped to 7. + + -- Eugene V. Lyubimkin Fri, 22 Jul 2011 21:17:08 +0300 + +bindfs (1.9-2) unstable; urgency=low + + * Upload to unstable. + + -- Eugene V. Lyubimkin Sat, 19 Feb 2011 09:33:59 +0200 + +bindfs (1.9-1) experimental; urgency=low + + * New upstream release. + * debian/copyright: + - Updated packaging copyright and e-mail. + * debian/control: + - Added '.' to the end of the long description. + - Bumped Standards-Version to 3.9.1, no changes needed. + + -- Eugene V. Lyubimkin Sat, 13 Nov 2010 12:12:01 +0200 + +bindfs (1.8.4-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: + - Updated copyright years. + * debian/control: + - Bump Standards-Version to 3.8.4, no changes needed. + + -- Eugene V. Lyubimkin Sat, 20 Feb 2010 16:43:13 +0200 + +bindfs (1.8.3-2) unstable; urgency=low + + * debian/control: + - Depend on fuse-utils. + - Updated my mail address. + - Bumped Standards-Version to 3.8.3, no changes needed. + + -- Eugene V. Lyubimkin Fri, 30 Oct 2009 11:46:48 +0200 + +bindfs (1.8.3-1) unstable; urgency=low + + * New upstream release, some changes: + - 1.8.3: + - Added --ctime-from-mtime option. + - Added --chmod-allow-x option. + - 1.8.1: + - Made xattr-rw the default instead of xattr-ro, + * debian/control: + - Bumped 'Standards-Version' to 3.8.1, no changes needed. + * debian/rules: + - Removed some cruft. + - Made handling of config.{sub,guess} more robust (thanks to Roger Leigh). + * debian/copyright: + - Clarified that the Debian packaging is under GPLv3 license. + - Renewed upstream copyright according to changes in sources. + + -- Eugene V. Lyubimkin Thu, 02 Apr 2009 21:23:17 +0300 + +bindfs (1.8-1) unstable; urgency=low + + * New upstream bugfix release. + * debian/patches: + - No patches remains, deleted. + * debian/control: + - Removed build-dependency on quilt. + * debian/rules: + - Removed quilt stuff. + + -- Eugene V. Lyubimkin Sun, 17 Aug 2008 16:53:21 +0300 + +bindfs (1.7-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + - Removed 100-changelog-dates.patch, merged upstream. + + -- Eugene V. Lyubimkin Tue, 08 Jul 2008 00:24:18 +0300 + +bindfs (1.6.2-1) unstable; urgency=low + + * New upstream release. + * debian/rules: + - Suppressed useless warnings from dh_shlibdeps. + * debian/changelog: + - Fixed misspellings. + * debian/patches: + - Removed 850-all-dashes-and-copyrights.patch, merged upstream. + - Removed 800-bindfs_add_man_page_equals.patch, merged upstream. + - Added new 100-changelog-dates.patch, pulled from upstream. + + -- Eugene V. Lyubimkin Fri, 27 Jun 2008 21:55:55 +0300 + +bindfs (1.6.1-3) unstable; urgency=low + + * debian/copyright: + - Fixed typo: 'bindfs.h' -> 'bindfs.c' + - Added one missing file to copyright. + + -- Eugene V. Lyubimkin Wed, 25 Jun 2008 22:33:31 +0300 + +bindfs (1.6.1-2) unstable; urgency=low + + * debian/copyright: + - Fixed erroneously swapped copyrights. + * debian/control: + - Enhanced long description as suggested by author. + - Added 'Homepage' field. + * debian/patches: + - Removed 810-substitute_hyphens_to_minuses_in_man_page.patch, merged + upstream. + - Added new 850-all-dashes-and-copyrights.patch, pulled from upstream. + + -- Eugene V. Lyubimkin Wed, 25 Jun 2008 20:51:55 +0300 + +bindfs (1.6.1-1) unstable; urgency=low + + * Initial release (Closes: #481610). + + -- Eugene V. Lyubimkin Wed, 25 Jun 2008 00:36:27 +0300 + --- bindfs-1.13.10.orig/debian/compat +++ bindfs-1.13.10/debian/compat @@ -0,0 +1 @@ +9 --- bindfs-1.13.10.orig/debian/control +++ bindfs-1.13.10/debian/control @@ -0,0 +1,26 @@ +Source: bindfs +Section: utils +Priority: optional +Maintainer: Eugene V. Lyubimkin +Build-Depends: debhelper (>= 9.20160114), libfuse-dev, pkg-config +Standards-Version: 4.3.0 +Homepage: https://bindfs.org + +Package: bindfs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any] +Description: mirrors or overlays a local directory with altered permissions + bindfs is a FUSE filesystem for mirroring a directory to another + directory, similarly to mount --bind. The permissions of the mirrored + directory can be altered in various ways. + . + Some things bindfs can be used for: + - Making a directory read-only. + - Making all executables non-executable. + - Sharing a directory with a list of users (or groups). + - Modifying permission bits using rules with chmod-like syntax. + - Changing the permissions with which files are created. + . + Non-root users can use almost all features, but most interesting + use-cases need user_allow_other to be defined in /etc/fuse.conf. + --- bindfs-1.13.10.orig/debian/copyright +++ bindfs-1.13.10/debian/copyright @@ -0,0 +1,62 @@ +This package was debianized by Eugene V. Lyubimkin on +Wed, 25 Jun 2008 00:36:27 +0300. + +Downloaded from: http://bindfs.org/downloads + +Upstream Author: + + Martin Pärtel + + +src/*, tests/*: + Copyright (C) 2006-2016 Martin Pärtel + Copyright (C) 2001-2006 Miklos Szeredi (src/bindfs.c only) + + License: + + bindfs is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + bindfs is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with bindfs. If not, see . + + +aclocal.m4, config.guess, config.sub, configure, depcomp, libtool, ltmain.sh, +missing, src/Makefile.in, tests/Makefile.in: + Copyright (C) 1992-2008 Free Software Foundation, Inc. + Copyright (C) Scott James Remnant (aclocal.m4 only) + + License: + + This package is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the Free + Software Foundation, either version 2 or any later version; + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +install-sh: + Copyright (C) 1994 X Consortium + + License: public domain. + + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is Copyright (C) 2008-2018, Eugene V. Lyubimkin + and is licensed under the GPLv3, see above. + --- bindfs-1.13.10.orig/debian/dirs +++ bindfs-1.13.10/debian/dirs @@ -0,0 +1 @@ +usr/bin --- bindfs-1.13.10.orig/debian/docs +++ bindfs-1.13.10/debian/docs @@ -0,0 +1,2 @@ +README.md +TODO --- bindfs-1.13.10.orig/debian/rules +++ bindfs-1.13.10/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +%: + dh $@ + +override_dh_auto_test: + # tests depend on Ruby, I (jackyf) don't want it in the Build-Depends + --- bindfs-1.13.10.orig/debian/source/format +++ bindfs-1.13.10/debian/source/format @@ -0,0 +1 @@ +1.0 --- bindfs-1.13.10.orig/debian/watch +++ bindfs-1.13.10/debian/watch @@ -0,0 +1,4 @@ +version=3 + +https://bindfs.org/downloads bindfs-(.+)\.tar\.gz +