--- gnunet-fuse-0.8.0c.orig/debian/rules
+++ gnunet-fuse-0.8.0c/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+%:
+	dh ${@}
+
+override_dh_auto_clean:
+	dh_auto_clean
+
+	rm -f config.guess config.sub
+
+override_dh_auto_configure:
+	cp -f /usr/share/misc/config.guess .
+	cp -f /usr/share/misc/config.sub .
+
+	dh_auto_configure
--- gnunet-fuse-0.8.0c.orig/debian/control
+++ gnunet-fuse-0.8.0c/debian/control
@@ -0,0 +1,25 @@
+Source: gnunet-fuse
+Section: net
+Priority: optional
+Maintainer: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
+Uploaders: Daniel Baumann <daniel@debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~), autotools-dev, gnunet-dev (>= 0.8.0c), libfuse-dev,
+ libglib2.0-dev
+Standards-Version: 3.8.4
+Homepage: http://www.gnunet.org/
+Vcs-Browser: http://git.debian-maintainers.org/?p=gnunet/gnunet-fuse.git
+Vcs-Git: git://git.debian-maintainers.org/git/gnunet/gnunet-fuse.git
+
+Package: gnunet-fuse
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: gnunet-server
+Description: secure, trust-based peer-to-peer framework (fuse filesystem client)
+ GNUnet is a peer-to-peer framework which focuses on providing security. All
+ link-to-link messages in the network are confidential and authenticated. The
+ framework provides a transport abstraction layer and can currently encapsulate
+ the peer-to-peer traffic in UDP, TCP, or SMTP messages.
+ .
+ This package contains the fuse filesystem client. In order use GNUnet, you also
+ need gnunet-server either on your server or on your local machine.
--- gnunet-fuse-0.8.0c.orig/debian/README.source
+++ gnunet-fuse-0.8.0c/debian/README.source
@@ -0,0 +1,37 @@
+Package Repositories
+--------------------
+
+Backports for the current stable debian distribution as well as snapshots of
+unreleased versions may be available in repositories listed on the maintainers
+homepage. The current URL of the maintainer homepage can be seen in
+debian/copyright.
+
+
+Source Access
+-------------
+
+You can obtain the sources of this package with:
+
+  $ apt-get source ${PACKAGE}
+
+whereas '${PACKAGE}' has to be replaced with the actual name of the package.
+
+This package is maintained with the Git version control system. The current git
+source tree can be obtained with:
+
+  $ git clone ${GIT_URI}
+
+whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
+repository. The current Git URI can be seen in debian/control in the extracted
+package sources.
+
+More information about Git can be found in the git-core package.
+
+This package may use the Quilt patch system to manage all modifications to the
+upstream source. Changes, if any, are stored in the source package as diffs in
+debian/diff and are applied during the build. Current modifications can be
+applied to the source tree with:
+
+  $ QUILT_PATCHES=debian/patches quilt push -a
+
+More information about Quilt can be found in the quilt package.
--- gnunet-fuse-0.8.0c.orig/debian/copyright
+++ gnunet-fuse-0.8.0c/debian/copyright
@@ -0,0 +1,44 @@
+Upstream-Contact: David Barksdale <amatus@gnu.org>
+Upstream-Homepage: http://www.gnunet.org/
+Maintainer-Contact: Debian GNUnet Maintainers <gnunet@lists.debian-maintainers.org>
+Maintainer-Homepage: http://gnunet.debian-maintainers.org/
+
+Files: *
+Copyright: (C) 2007-2009 David Barksdale <amatus@gnu.org>
+License: GPL-2+
+ 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
+
+Files: debian/*
+Copyright: (C) 2007-2010 Daniel Baumann <daniel@debian.org>
+License: GPL-2+
+ 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-2 file.
--- gnunet-fuse-0.8.0c.orig/debian/gnunet-fuse.manpages
+++ gnunet-fuse-0.8.0c/debian/gnunet-fuse.manpages
@@ -0,0 +1 @@
+debian/manpages/*
--- gnunet-fuse-0.8.0c.orig/debian/changelog
+++ gnunet-fuse-0.8.0c/debian/changelog
@@ -0,0 +1,105 @@
+gnunet-fuse (0.8.0c-5) unstable; urgency=medium
+
+  * Adding explicit debian source version 1.0 until switch to 3.0.
+  * Updating year in copyright file.
+  * Updating to standards 3.8.4.
+  * Rebuilding against libextractor with epoche to ease testing
+    migration.
+
+ -- Daniel Baumann <daniel@debian.org>  Sat, 20 Mar 2010 12:13:10 +0100
+
+gnunet-fuse (0.8.0c-4) unstable; urgency=low
+
+  * Updating to standards version 3.8.3.
+  * Adding maintainer homepage field to control.
+  * Marking maintainer homepage field to be also included in binary
+    packages and changelog.
+  * Adding README.source.
+  * Simplifying autotools handling in rules.
+  * Moving maintainer homepage field from control to copyright.
+  * Updating README.source.
+  * Bumping versioned build-depends on debhelper.
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 17 Nov 2009 20:21:47 +0100
+
+gnunet-fuse (0.8.0c-3) unstable; urgency=low
+
+  * Adding missing build-depends to autotools-dev (Closes: #541096).
+
+ -- Daniel Baumann <daniel@debian.org>  Tue, 11 Aug 2009 21:21:37 +0200
+
+gnunet-fuse (0.8.0c-2) unstable; urgency=low
+
+  * Updating maintainer field.
+  * Updating vcs fields.
+  * Wrapping lines in control.
+  * Minimizing rules file.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 10 Aug 2009 23:21:52 +0200
+
+gnunet-fuse (0.8.0c-1) unstable; urgency=low
+
+  * Using correct rfc-2822 date formats in changelog.
+  * Tidy rules file.
+  * Upgrading package to standards 3.8.1.
+  * Merging upstream version 0.8.0c:
+    - fixes FTBFS with newer fuse (Closes: #536998).
+  * Updating year in copyright file.
+  * Updating version and date in manpage header.
+  * Tightening versioned build-depends on gnunet.
+  * Upgrading package to standards version 3.8.2.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 26 Jul 2009 11:33:04 +0200
+
+gnunet-fuse (0.8.0-4) unstable; urgency=low
+
+  * Replacing obsolete dh_clean -k with dh_prep.
+  * Prefixing debhelper files with package name.
+  * Removing Arnaud from uploaders, he is MIA (Closes: #513163).
+  * Updating year in copyright file.
+  * Updating rules to current state of the art.
+  * Updating manpages.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 05 Feb 2009 00:30:00 +0100
+
+gnunet-fuse (0.8.0-3) unstable; urgency=low
+
+  * Adding gnunet-server to suggests.
+  * Adding note about requiring gnunet-server in gnunet-fuse package
+    long-description.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 19 Sep 2008 10:45:00 +0200
+
+gnunet-fuse (0.8.0-2) unstable; urgency=low
+
+  * Updating vcs fields in control file.
+  * Building gnunet-fuse on all architectures again, guile-1.8 on ia64 is back.
+
+ -- Daniel Baumann <daniel@debian.org>  Sun, 14 Sep 2008 13:11:00 +0200
+
+gnunet-fuse (0.8.0-1) unstable; urgency=low
+
+  * Excluding ia64 manually from architectures.
+  * Bumping versioned gnunet build-depends to 0.8.0.
+  * Merging upstream version 0.8.0.
+  * Reordering rules file.
+  * Rewriting copyright file in machine-interpretable format.
+  * Adding vcs fields in control file.
+  * Switching maintainer and uploaders fields.
+  * Upgrading package to debhelper 7.
+  * Removing watch file.
+  * Updating to standards 3.8.0.
+
+ -- Daniel Baumann <daniel@debian.org>  Thu, 19 Jun 2008 15:46:00 +0200
+
+gnunet-fuse (0.7.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Daniel Baumann <daniel@debian.org>  Mon, 24 Dec 2007 17:26:00 +0100
+
+gnunet-fuse (0.7.2b-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Daniel Baumann <daniel@debian.org>  Fri, 07 Dec 2007 12:01:00 +0100
--- gnunet-fuse-0.8.0c.orig/debian/gnunet-fuse.docs
+++ gnunet-fuse-0.8.0c/debian/gnunet-fuse.docs
@@ -0,0 +1 @@
+README
--- gnunet-fuse-0.8.0c.orig/debian/compat
+++ gnunet-fuse-0.8.0c/debian/compat
@@ -0,0 +1 @@
+7
--- gnunet-fuse-0.8.0c.orig/debian/manpages/gnunet-fs.1
+++ gnunet-fuse-0.8.0c/debian/manpages/gnunet-fs.1
@@ -0,0 +1,49 @@
+.TH GNUNET\-FS 1 "2009\-07\-26" "0.8.0c" "FUSE filesystem for GNUnet"
+
+.SH NAME
+gnunet\-fs \- FUSE filesystem for GNUnet
+
+.SH SYNOPSIS
+\fBgnunet\-fs\fR [\fB\-a|\-\-anonymity=\fR\fILEVEL\fR] [\fB\-c|\-\-config=\fR\fIFILE\fR] [\fB\-l|\-\-logfile=\fR\fIFILE\fR] [\fB\-p|\-\-priority=\fR\fILEVEL\fR] [\fB\-u|\-\-uri-files\fR] [\fB\-x|\-\-Xfuse\fR] \fIURI_FILE\fR \fIPATH\fR
+.PP
+\fBgnunet\-fs\fR \-\-help
+
+.SH DESCRIPTION
+gnunet\-fs is the FUSE filesystem for GNUnet.
+.PP
+You need the URI of a file with the mime\-type of application/gnunet\-directory. You can either publish a directory with gnunet\-insert or do a search for the mime\-type. To mount the URI use the following command.
+.PP
+$ echo gnunet://ecrs/chk/XXXX/YYYY.NNNN > uri_file
+.br
+$ gnunet\-fs uri_file /mnt
+.PP
+Where gnunet://ecrs/chk/XXXX/YYYY.NNNN is the URI and /mnt is the mount point.
+
+.SH OPTIONS
+.IP "\-a, \-\-anonymity=\fILEVEL\fR" 4
+set the desired LEVEL of sender-anonymity.
+.IP "\-c, \-\-config=\fIFILE\fR" 4
+use configuration file FILE.
+.IP "\-h, \-\-help" 4
+print help.
+.IP "\-L, \-\-log=\fILOGLEVEL\fR" 4
+configure logging to use LOGLEVEL.
+.IP "\-l, \-\-logfile=\fIFILE\fR" 4
+set logfile name.
+.IP "\-p, \-\-priority=\fILEVEL\fR" 4
+set the desired LEVEL of priority.
+.IP "\-u, \-\-uri\-files" 4
+Make .uri files visible.
+.IP "\-x, \-\-Xfuse" 4
+Escape fuse option.
+
+.SH SEE ALSO
+\fIgnunet\fR(7)
+
+.SH HOMEPAGE
+More information about gnunet\-fuse and the GNUnet project can be found at <\fIhttp://www.gnunet.org/\fR>.
+
+.SH AUTHOR
+gnunet\-fs was written by David Barksdale <\fIamatus@gnu.org\fR>.
+.PP
+This manual page was written by Daniel Baumann <daniel@debian.org>, for the Debian project (but may be used by others).
--- gnunet-fuse-0.8.0c.orig/debian/source/format
+++ gnunet-fuse-0.8.0c/debian/source/format
@@ -0,0 +1 @@
+1.0
