debian/0000755000000000000000000000000012243364664007200 5ustar debian/watch0000644000000000000000000000011312243364664010224 0ustar version=3 http://chris-lamb.co.uk/releases/aptfs/LATEST/ aptfs-(.*).tar.gz debian/source/0000755000000000000000000000000012243364664010500 5ustar debian/source/format0000644000000000000000000000001412243364664011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000024412243364664010260 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_link: dh_link usr/bin/mount.aptfs sbin/mount.aptfs override_dh_installman: dh_installman mount.aptfs.1 debian/copyright0000644000000000000000000000164512243364664011141 0ustar Author: Chris Lamb Download: http://chris-lamb.co.uk/projects/aptfs/ Files: * Copyright: (C) 2008 Chris Lamb License: GPL-3+ 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 3 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. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License can be found in the /usr/share/common-licenses/GPL-3 file. debian/control0000644000000000000000000000135012243364664010602 0ustar Source: aptfs Section: utils Priority: extra Maintainer: Chris Lamb Build-Depends: debhelper (>= 7.0.50), dh-python, python (>= 2.6.6-3~) Standards-Version: 3.9.4 Homepage: http://chris-lamb.co.uk/projects/aptfs/ Vcs-Git: git://github.com/lamby/pkg-aptfs.git Vcs-Browser: https://github.com/lamby/pkg-aptfs Package: aptfs Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-fuse (>= 1:0.2-pre3), dctrl-tools, devscripts, gawk Description: FUSE filesystem for APT source repositories AptFs is a FUSE-based filesystem that provides a view to unpacked Debian source packages (obtained via APT) as regular folders. Binary packages are modelled as symbolic links pointing to their respective source package. debian/compat0000644000000000000000000000000212243364664010376 0ustar 7 debian/changelog0000644000000000000000000000626012243364664011056 0ustar aptfs (1:0+git201108031956-38fb8dc-2) unstable; urgency=low * Convert to dh_python2. (Closes: #730080) * Bump Standards-Version to 3.9.4. -- Chris Lamb Thu, 21 Nov 2013 11:08:34 +0000 aptfs (1:0+git201108031956-38fb8dc-1) unstable; urgency=low * New upstream snapshot (upstream no longer making numbered releases). - Update parser to match grep-dctrl output (Closes: #636351) -- Chris Lamb Wed, 03 Aug 2011 20:09:11 +0100 aptfs (0.7-2) unstable; urgency=low * Update Vcs-{Git,Browser}. * Bump Standards-Version to 3.9.1. * Bump Standards-Version to 3.9.2. * Drop dependency on fuse-utils; let python-fuse drag in anything it needs. (Closes: #634383) * Move to '3.0 (quilt)' source format. -- Chris Lamb Thu, 28 Jul 2011 12:23:18 +0200 aptfs (0.7-1) unstable; urgency=low * New upstream release. - Move to non-native package. * debian/control: - Tidy Build-Depends. - Bump Standards-Version to 3.8.1. - New maintainer email address. - Update Git repository locations. - Add Homepage: field. * debian/rules: - Move to "minimal" debhelper 7 packaging. * Update download location in debian/copyright. -- Chris Lamb Sun, 15 Mar 2009 17:36:09 +0000 aptfs (0.6.1) unstable; urgency=low * Revert change to Debhelper 7 to pass stable release requirements. -- Chris Lamb Wed, 20 Aug 2008 10:03:07 +0100 aptfs (0.6) unstable; urgency=low * Don't ignore source packages which contain a period (".") in their name. * Remove temporary directory if download fails. * Move to Debhelper 7. -- Chris Lamb Sun, 17 Aug 2008 22:05:14 +0100 aptfs (0.5) unstable; urgency=low * Fix call to grep-dctrl which was causing reading of package lists to fail. * Return ENOENT instead of EACCES when accessing an unknown package. * Replace "find | xargs rm" call with "find -delete". -- Chris Lamb Tue, 22 Jul 2008 04:50:55 +0100 aptfs (0.4) unstable; urgency=low * Fix .dsc mangling to match a few other unextractable packages. -- Chris Lamb Sat, 14 Jun 2008 00:33:29 +0100 aptfs (0.3) unstable; urgency=low * Ensure "dsc mangling" in non-secure mode does not damage the .dsc to a point that the package will not extract (Closes: #485220) * Attach debugging information to the exception thrown when package fails to download. * debian/control: - Move python-support to Build-Depends-Indep - Bump Standards-Version to 3.8.0 - Add ${misc:Depends} to binary package -- Chris Lamb Sun, 08 Jun 2008 19:53:05 +0100 aptfs (0.2) unstable; urgency=low * Parse package lists when filesystem is first accessed instead of at mount time. * Add 'show_binary_symlinks' option to toggle the display of binary symlinks to their respective source package. * Fix hanging when no 'deb-src' lines were configured. -- Chris Lamb Wed, 16 Apr 2008 02:37:04 +0100 aptfs (0.1) unstable; urgency=low * Initial release (Closes: #471414) -- Chris Lamb Thu, 03 Apr 2008 23:17:00 +0100