+Debian packaging.
[gnome-vfs-httpcaptive.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..fcac074
--- /dev/null
@@ -0,0 +1,22 @@
+Source: gnome-vfs-httpcaptive
+Section: main/base
+Priority: optional
+Maintainer: Jan Kratochvil <project-captive@jankratochvil.net>
+Build-Depends: debhelper (>> 3.0.0),
+ libgnomevfs2-dev,
+ libglib2.0-dev
+Standards-Version: 3.5.2
+
+Package: gnome-vfs-httpcaptive
+Architecture: i386
+Depends: libgnomevfs2-0,
+ libglib2.0-0
+Description: Improved http handler for GNOME virtual file-system libraries
+ GNOME VFS is the GNOME virtual file system. It is the foundation of the
+ Nautilus file manager. It provides a modular architecture and ships with
+ several modules that implement support for file systems, http, ftp and others.
+ It provides a URI-based API, a backend supporting asynchronous file operations,
+ a MIME type manipulation library and other features.
+ .
+ This package provides "http" handler named "httpcaptive" which is capable
+ of seek() method.