diff -u beaglefs-1.0.3/debian/control beaglefs-1.0.3/debian/control --- beaglefs-1.0.3/debian/control +++ beaglefs-1.0.3/debian/control @@ -4,20 +4,21 @@ -Maintainer: Jeff Waugh -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), libfuse-dev, beagle-dev, libglib2.0-dev -Standards-Version: 3.6.2 +Maintainer: Andrew Mitchell +Uploaders: Jeff Waugh +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), libfuse-dev, libbeagle-dev, libglib2.0-dev, libxml2-dev +Standards-Version: 3.7.2 Package: beaglefs Section: gnome Architecture: any -Depends: ${shlibs:Depends} -Description: Implements a filesystem representing a live Beagle query. +Depends: ${shlibs:Depends}, fuse-utils +Description: implements a filesystem representing a live Beagle query beaglefs implements a filesystem representing a live Beagle query. The filesystem represents query hit results as symlinks to the hit targets. . In addition, beaglefs provides the following features: - - Live updating: The filesystem is updated on-the-fly as hits come and go. - - Extended Attributes: Beagle hit metadata is exported as extended - attributes in the system.Beagle.* namespace. - - Constant time operations: The backing data structure is a hash table, - providing O(1) best-case complexity for many operations. - - Supported file operations: readdir, readlink, getxattr, listxattr, stat, - and statfs. + - Live updating: The filesystem is updated on-the-fly as hits come and go. + - Extended Attributes: Beagle hit metadata is exported as extended + attributes in the system.Beagle.* namespace. + - Constant time operations: The backing data structure is a hash table, + providing O(1) best-case complexity for many operations. + - Supported file operations: readdir, readlink, getxattr, listxattr, stat, + and statfs. diff -u beaglefs-1.0.3/debian/copyright beaglefs-1.0.3/debian/copyright --- beaglefs-1.0.3/debian/copyright +++ beaglefs-1.0.3/debian/copyright @@ -6,4 +6,18 @@ Copyright (C) 2006 Robert Love + 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. + + 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 St, 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'. diff -u beaglefs-1.0.3/debian/changelog beaglefs-1.0.3/debian/changelog --- beaglefs-1.0.3/debian/changelog +++ beaglefs-1.0.3/debian/changelog @@ -1,8 +1,19 @@ -beaglefs (1.0.3-0ubuntu1) edgy; urgency=low +beaglefs (1.0.3-1.1) unstable; urgency=medium - * New upstream release + * Non-maintainer upload. + * Depend on libbeagle-dev instead of beagle-dev; fixes FTBFS, patch + from Andreas Henriksson. (Closes: #397561) - -- Jeff Waugh Sat, 22 Jul 2006 07:02:25 +1000 + -- Steinar H. Gunderson Wed, 15 Nov 2006 14:00:00 +0100 + +beaglefs (1.0.3-1) unstable; urgency=low + + * Add libxml2-dev to Build-Depends, fuse-utils to Depends + * Update copyright information + * Add myself as maintainer + * Initial Debian upload (Closes: #379196) + + -- Andrew Mitchell Sat, 22 Jul 2006 01:21:49 +1200 beaglefs (1.0.2-1) edgy; urgency=low only in patch2: unchanged: --- beaglefs-1.0.3.orig/debian/watch +++ beaglefs-1.0.3/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://www.kernel.org/pub/linux/kernel/people/rml/fuse/beaglefs/beaglefs-(.*)\.tar\.gz \ No newline at end of file