debian/0000755000000000000000000000000012257430441007170 5ustar debian/changelog0000644000000000000000000001051112257233242011040 0ustar smbnetfs (0.5.3b-1) unstable; urgency=low * New upstream release (Closes: #728632, fix building with samba >= 4.0) * Drop patches applied upstream * debian/control: + Bump up Standards-Version to 3.9.5 (fix lintian warning) + Build-Depend on debhelper >= 9 * debian/compat: Bump to 9 * debian/rules: Fix hardening-no-relro issue (fix lintian warning) -- Mikhail Kshevetskiy Fri, 27 Dec 2013 12:07:03 +0400 smbnetfs (0.5.3a-1) unstable; urgency=low * New upstream release * Fixes FTBFS (Closes: #646498) * d/control: Recommends: fuse [linux-any] (Closes: #634377) -- Mikhail Kshevetskiy Tue, 25 Oct 2011 01:24:03 +0400 smbnetfs (0.5.3-1) unstable; urgency=low * New upstream release * debian/control: Add versioned Build-Depends: libgnome-keyring-dev (>= 2.28) * Update manpage * Update NEWS file * Bump Standards-Version to 3.9.1 * dpkg-source format 3.0 support -- Mikhail Kshevetskiy Sat, 07 Aug 2010 04:20:18 +0400 smbnetfs (0.5.2-1) unstable; urgency=low [ Mikhail Kshevetskiy ] * New upstream release * debian/control: Add versioned Build-Depends: libsmbclient-dev (>= 3.2), libfuse-dev (>= 2.6) * Update patches/datadir.diff * Update manpage date * Update NEWS and docs files [ Varun Hiremath ] * Set Mikhail Kshevetskiy as Maintainer * Add myself to Uploaders, remove Torsten as requested * Bump Standards-Version to 3.8.3 * Add debian/README.source to describe patch system -- Varun Hiremath Thu, 05 Nov 2009 00:07:08 -0500 smbnetfs (0.5.0~git2-1) unstable; urgency=low * Update upstream tarball from git (commit 4147d7f01e9381f03552712d9c112405c0e19ea4) * Fixes important bugs (Closes: #503038) -- Varun Hiremath Sat, 25 Apr 2009 17:36:47 -0400 smbnetfs (0.5.0~git-1) unstable; urgency=low * New upstream version (pulled from git) * Update all patches * Bump Standards-Version to 3.8.1 * Add NEWS file noting important changes in this version * Fix debian/copyright and update upstream author's email-id -- Varun Hiremath Sat, 11 Apr 2009 23:21:50 -0400 smbnetfs (0.3.11a-1) unstable; urgency=low * new upstream release * Remove all patches that have been applied upstream. * Set LDFLAGS := -Wl,--as-needed. -- Torsten Werner Mon, 17 Mar 2008 21:51:34 +0100 smbnetfs (0.3.11-3) unstable; urgency=low * Add new updated 2-possible-list-corruption.diff patch from upstream -- Varun Hiremath Thu, 06 Mar 2008 21:50:22 +0530 smbnetfs (0.3.11-2) unstable; urgency=low * Include three upstream patches which fix some important bugs: + 1-special_character_support.diff: proper escape of % and @ in samba filename + 2-possible-list-corruption.diff: prevent double insertion to the list + 3-possible-deadlock.diff: fix possible deadlock -- Varun Hiremath Sat, 01 Mar 2008 03:36:42 +0530 smbnetfs (0.3.11-1) unstable; urgency=low * New upstream release -- Varun Hiremath Sat, 16 Feb 2008 23:50:11 +0530 smbnetfs (0.3.10-2) unstable; urgency=low * debian/control: + Add Homepage header and replace XS-Vcs with Vcs + Bump up Standards-Version to 3.7.3 + Build-Depend on debhelper >= 6 * debian/compat: Bump to 6 -- Varun Hiremath Sat, 19 Jan 2008 12:15:34 +0530 smbnetfs (0.3.10-1) unstable; urgency=low * New upstream release -- Varun Hiremath Sun, 08 Jul 2007 20:32:52 +0530 smbnetfs (0.3.9-1) unstable; urgency=low [ Torsten Werner ] * Add myself to Uploaders. * Fixed debian/watch and implement get-orig-source. [ Varun Hiremath ] * New upstream release + Bug fix: unmount doesn't kill smbnetfs (Closes: #412284) -- Torsten Werner Thu, 26 Apr 2007 22:49:40 +0200 smbnetfs (0.3.8-1) unstable; urgency=low * new upstream version -- Torsten Werner Mon, 12 Feb 2007 22:48:38 +0100 smbnetfs (0.3.7-1) experimental; urgency=low * New upstream release -- Varun Hiremath Tue, 19 Dec 2006 10:25:52 +0530 smbnetfs (0.3.6-1) unstable; urgency=low * Initial release (Closes: #348209) -- Varun Hiremath Sun, 12 Nov 2006 20:35:21 +0530 debian/smbnetfs.10000644000000000000000000000676311426643117011112 0ustar .TH smbnetfs 1 "August 06, 2010" .SH NAME smbnetfs \- User-space filesystem for SMB/NMB (Windows) network servers and shares .SH DESCRIPTION usage: smbnetfs mountpoint [options] .SS "general options:" .TP \fB\-o\fR opt,[opt...] mount options .TP \fB\-h\fR \fB\-\-help\fR print help .TP \fB\-V\fR \fB\-\-version\fR print version .SS "SMBNetFS options:" .TP \fB\-o\fR config=PATH path to config (~/.smb/smbnetfs.conf) .TP \fB\-o\fR smbnetfs_debug=N SMBNetFS debug level (N<=10) .TP \fB\-o\fR smb_debug_level=N Samba debug level (N<=10) .TP \fB\-o\fR log_file=PATH File to store SMBNetFS debug messages .TP \fB\-o\fR local_charset=CHARSET Local charset (autodetected) .TP \fB\-o\fR samba_charset=CHARSET Charset used by samba (utf-8) .TP \fB\-o\fR use_gnome_keyring=BOOL Enable/disable usage of gnome-keyring .TP \fB\-o\fR gnome_keyring_timeout=T auth retrieving timeout for gnome_keyring (500ms) .TP \fB\-o\fR max_rw_block_size=N Maximum size of r/w block in Kb (autodetected) .TP \fB\-o\fR smb_tree_scan_period=T Period of scanning samba network tree (300s) .TP \fB\-o\fR smb_tree_elements_ttl=T TTL of scanned elements in samba tree (900s) .TP \fB\-o\fR smb_query_browsers=BOOL Enable/disable scanning of samba tree (on) .TP \fB\-o\fR show_$_shares=BOOL Enable/disable showing of hidden shares (off) .TP \fB\-o\fR show_hidden_hosts=BOOL See in documentation (off) .TP \fB\-o\fR free_space_size=N Free space size in pages (0) .TP \fB\-o\fR quiet_flag=BOOL Do not fail on chown/chgroup (on) .TP \fB\-o\fR stat_workaround_depth=N konquerror and gnome termal hack (3) .TP \fB\-o\fR time_step=T Scheduler sleep interval (10s) .TP \fB\-o\fR config_update_period=T Configuration update interval (300s) .TP \fB\-o\fR max_ctx_count=N Maximum number of childs (15) .TP \fB\-o\fR max_retry_count=N Number of retries before fail (3) .TP \fB\-o\fR listen_timeout=T Child process inactivity timeout (300s) .TP \fB\-o\fR reply_timeout=T Child process reply timeout (30s) .TP \fB\-o\fR max_passwd_query_count=N See in documentation (10) .SS "FUSE options:" .TP \fB\-d\fR \fB\-o\fR debug enable debug output (implies \fB\-f\fR) .TP \fB\-f\fR foreground operation .TP \fB\-s\fR disable multi\-threaded operation .TP \fB\-o\fR allow_other allow access to other users .TP \fB\-o\fR allow_root allow access to root .TP \fB\-o\fR nonempty allow mounts over non\-empty file/dir .HP \fB\-o\fR default_permissions enable permission checking by kernel .TP \fB\-o\fR fsname=NAME set filesystem name .TP \fB\-o\fR large_read issue large read requests (2.4 only) .TP \fB\-o\fR max_read=N set maximum size of read requests .TP \fB\-o\fR hard_remove immediate removal (don't hide files) .TP \fB\-o\fR use_ino let filesystem set inode numbers .TP \fB\-o\fR readdir_ino try to fill in d_ino in readdir .TP \fB\-o\fR direct_io use direct I/O .TP \fB\-o\fR kernel_cache cache files in kernel .TP \fB\-o\fR umask=M set file permissions (octal) .TP \fB\-o\fR uid=N set file owner .TP \fB\-o\fR gid=N set file group .TP \fB\-o\fR entry_timeout=T cache timeout for names (1.0s) .TP \fB\-o\fR negative_timeout=T cache timeout for deleted names (0.0s) .TP \fB\-o\fR attr_timeout=T cache timeout for attributes (1.0s) .SH FILES Please create configuration directory ~/.smb. This directory should contain at least two files: smb.conf and smbnetfs.conf. You may copy smb.conf from the /etc/samba directory. You can find a sample of smbnetfs.conf in the /etc directory. .SH AUTHOR This manual page was written by Varun Hiremath , for the Debian project (but may be used by others). debian/control0000644000000000000000000000155212257233177010605 0ustar Source: smbnetfs Section: net Priority: optional Maintainer: Mikhail Kshevetskiy Uploaders: Varun Hiremath Build-Depends: debhelper (>= 9), cdbs, quilt, pkg-config, libsmbclient-dev (>= 3.2), libfuse-dev (>= 2.6), libgnome-keyring-dev (>= 2.28) Standards-Version: 3.9.5 Homepage: http://sourceforge.net/projects/smbnetfs Vcs-Svn: https://bollin.googlecode.com/svn/smbnetfs/ Vcs-Browser: http://bollin.googlecode.com/svn/smbnetfs/ Package: smbnetfs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: fuse [linux-any] Description: User-space filesystem for SMB/NMB (Windows) network servers and shares A user-space filesystem that contains an entire SMB/NMB network under a single mount point. Workgroups, servers and shares can be browsed much like the Network Neighbourhood in Microsoft Windows. debian/rules0000755000000000000000000000046612257232617010263 0ustar #!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk LDFLAGS += -Wl,--as-needed get-orig-source: uscan --upstream-version 0 --rename debian/source/0000755000000000000000000000000012257430441010470 5ustar debian/source/format0000644000000000000000000000001411427124547011703 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000205711170744133011126 0ustar This package was debianized by Varun Hiremath on Sun, 12 Nov 2006 20:35:21 +0530. It was downloaded from Upstream Author: Mikhail Kshevetskiy Copyright: © 2006 Mikhail Kshevetskiy License: This program 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. This program 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. On Debian systems, you can find the GPL license in: /usr/share/common-licenses/GPL The Debian packaging is © 2006, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/NEWS0000644000000000000000000000061111426643117007670 0ustar smbnetfs (0.5.3-1) unstable; urgency=low * Please note that the smbnetfs configuration file has changed starting from SMBNetFS-0.5.0 version. * Other major changes in this version are (from upstream Changelog): - generalize stat() workaround - allow passwords reading from gnome-keyring -- Mikhail Kshevetskiy Fri, 6 Aug 2010 02:52:52 +0300 debian/watch0000644000000000000000000000012411170744133010215 0ustar version=3 http://sf.net/smbnetfs/ smbnetfs-(.*)\.tar\.bz2 debian debian/orig-tar.sh debian/manpages0000644000000000000000000000002210526055242010677 0ustar debian/smbnetfs.1 debian/docs0000644000000000000000000000005411274301536010042 0ustar README TODO doc/ENGLISH.FAQ doc/RUSSIAN.FAQ debian/compat0000644000000000000000000000000212257233177010375 0ustar 9 debian/patches/0000755000000000000000000000000012257430441010617 5ustar debian/patches/series0000644000000000000000000000003212256125277012036 0ustar datadir.diff warning.diff debian/patches/datadir.diff0000644000000000000000000000157011274301536013064 0ustar Author: Mikhail Kshevetskiy Date: Sat, 31 Oct 2009 08:49:16 +0300 Description: remove some unwanted files from installation Based on patch of Varun Hiremath Index: smbnetfs-0.5.2/Makefile.in =================================================================== --- smbnetfs-0.5.2.orig/Makefile.in +++ smbnetfs-0.5.2/Makefile.in @@ -181,7 +181,7 @@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ -docdir = $(datadir)/doc/$(distdir) +docdir = $(sysconfdir) dvidir = @dvidir@ exec_prefix = @exec_prefix@ host_alias = @host_alias@ @@ -208,12 +208,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -doc_DATA = \ - conf/smbnetfs.conf \ - doc/ENGLISH.FAQ \ - doc/RUSSIAN.FAQ \ - doc/INSTALL - +doc_DATA = conf/smbnetfs.conf SUBDIRS = src all: all-recursive debian/patches/warning.diff0000644000000000000000000000152411267255423013125 0ustar Author: Varun Hiremath Date: Tue, 20 Oct 2009 02:32:48 -0400 Description: smbnetfs.conf is present in /etc directory, fix warning message Index: smbnetfs-0.5.0/src/reconfigure.c =================================================================== --- smbnetfs-0.5.0.orig/src/reconfigure.c 2009-10-20 02:28:24.000000000 -0400 +++ smbnetfs-0.5.0/src/reconfigure.c 2009-10-20 02:28:29.000000000 -0400 @@ -75,7 +75,7 @@ "WARNING!!! Configuration directory %s is not found. Please create it.\n" "This directory should contain at least two files: smb.conf and smbnetfs.conf.\n" "You may copy smb.conf from the /etc/samba directory. You can find a sample of\n" - "smbnetfs.conf in the doc directory of original SMBNetFS distribution.\n\n" + "smbnetfs.conf in the /etc directory.\n\n" "Using default settings for now.\n", path); } debian/orig-tar.sh0000755000000000000000000000041610767555203011264 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../$(basename $3 .bz2) bunzip2 $3 gzip -9 $TAR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR.gz $origDir echo "moved $TAR.gz to $origDir" fi debian/README.source0000644000000000000000000000052411267255423011355 0ustar Patch System ============ 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. See /usr/share/doc/quilt/README.source for a detailed explanation. -- Varun Hiremath Thu, 15 Oct 2009 21:29:42 -0400