--- aptfs-0.7.orig/debian/changelog
+++ aptfs-0.7/debian/changelog
@@ -0,0 +1,72 @@
+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 <lamby@debian.org>  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 <chris@chris-lamb.co.uk>  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 <chris@chris-lamb.co.uk>  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 <chris@chris-lamb.co.uk>  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 <chris@chris-lamb.co.uk>  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 <chris@chris-lamb.co.uk>  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 <chris@chris-lamb.co.uk>  Wed, 16 Apr 2008 02:37:04 +0100
+
+aptfs (0.1) unstable; urgency=low
+
+  * Initial release (Closes: #471414)
+
+ -- Chris Lamb <chris@chris-lamb.co.uk>  Thu, 03 Apr 2008 23:17:00 +0100
--- aptfs-0.7.orig/debian/compat
+++ aptfs-0.7/debian/compat
@@ -0,0 +1 @@
+7
--- aptfs-0.7.orig/debian/rules
+++ aptfs-0.7/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_link:
+	dh_link usr/bin/mount.aptfs sbin/mount.aptfs
+
+override_dh_installman:
+	dh_installman mount.aptfs.1
--- aptfs-0.7.orig/debian/watch
+++ aptfs-0.7/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://chris-lamb.co.uk/releases/aptfs/LATEST/ aptfs-(.*).tar.gz
--- aptfs-0.7.orig/debian/control
+++ aptfs-0.7/debian/control
@@ -0,0 +1,17 @@
+Source: aptfs
+Section: utils
+Priority: extra
+Maintainer: Chris Lamb <lamby@debian.org>
+Build-Depends: debhelper (>= 7.0.50), python-support
+Standards-Version: 3.8.1
+Homepage: http://chris-lamb.co.uk/projects/aptfs/
+Vcs-Git: git://git.chris-lamb.co.uk/debian/pkg-aptfs.git
+Vcs-Browser: http://git.chris-lamb.co.uk/?p=debian/pkg-aptfs.git
+
+Package: aptfs
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, fuse-utils (>= 2.2), 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.
--- aptfs-0.7.orig/debian/copyright
+++ aptfs-0.7/debian/copyright
@@ -0,0 +1,21 @@
+Author: Chris Lamb <chris@chris-lamb.co.uk>
+Download: http://chris-lamb.co.uk/projects/aptfs/
+
+Files: *
+Copyright: (C) 2008 Chris Lamb <chris@chris-lamb.co.uk>
+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 <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the /usr/share/common-licenses/GPL-3 file.
