debian/0000755000000000000000000000000011606047642007174 5ustar debian/watch0000644000000000000000000000024311606047637010230 0ustar # Compulsory line, this is a version 3 file version=3 # Uncomment to find new files on sourceforge, for devscripts >= 2.9 http://sf.net/fsp/fsplib-(.*)\.tar\.gz debian/rules0000755000000000000000000000052311606047637010260 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_build: scons enable-shared=1 prefix=/usr build override_dh_auto_clean: scons -c enable-shared=1 rm -rf .scon* config.log override_dh_auto_install: scons enable-shared=1 prefix=$(CURDIR)/debian/tmp/usr install override_dh_install: dh_install --sourcedir=debian/tmp debian/control0000644000000000000000000000305011606047637010601 0ustar Source: fsplib Priority: optional Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) Build-Depends: debhelper (>= 8), scons Standards-Version: 3.9.2 Section: libs Homepage: http://fsp.sourceforge.net/ Vcs-Git: git://git.debian.org/git/collab-maint/fsplib.git Vcs-Browser: http://git.debian.org/?p=collab-maint/fsplib.git Package: libfsplib-dev Section: libdevel Architecture: any Depends: libfsplib0 (= ${binary:Version}), ${misc:Depends} Description: FSP v2 protocol stack library - development files This is C library which support talking with FSP server using FSP v2 protocol and provides posix-like file manipulation interface. . For more information about FSP protocol see http://fsp.sourceforge.net/ For library and API info see http://fsp.sourceforge.net/fsplib.html Package: libfsplib0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: FSP v2 protocol stack library - shared library This is C library which support talking with FSP server using FSP v2 protocol and provides posix-like file manipulation interface. . FSP is a protocol, a bit like FTP, for moving files around. It's designed for anonymous archives, and has protection against server and network overloading. It doesn't use connections, so it can survive things falling over. It's also designed to prevent network congestion, so it can be very nice for large transfers over slow links. . For more information about FSP protocol see http://fsp.sourceforge.net/ For library and API info see http://fsp.sourceforge.net/fsplib.html debian/compat0000644000000000000000000000000211606047637010376 0ustar 8 debian/libfsplib0.install0000644000000000000000000000002211606047637012610 0ustar usr/lib/lib*.so.* debian/libfsplib0.symbols0000644000000000000000000000147611606047637012650 0ustar libfsplib.so.0 libfsplib0 #MINVER# client_destroy_key@Base 0.9 client_get_key@Base 0.9 client_init_key@Base 0.9 client_set_key@Base 0.9 fsp_access@Base 0.9 fsp_canupload@Base 0.9 fsp_close_session@Base 0.9 fsp_closedir@Base 0.9 fsp_fclose@Base 0.9 fsp_fflush@Base 0.9 fsp_fopen@Base 0.9 fsp_fpurge@Base 0.9 fsp_fread@Base 0.9 fsp_fseek@Base 0.9 fsp_ftell@Base 0.9 fsp_fwrite@Base 0.9 fsp_getpro@Base 0.9 fsp_install@Base 0.9 fsp_mkdir@Base 0.9 fsp_open_session@Base 0.9 fsp_opendir@Base 0.9 fsp_pkt_read@Base 0.9 fsp_pkt_write@Base 0.9 fsp_readdir@Base 0.9 fsp_readdir_native@Base 0.9 fsp_readdir_r@Base 0.9 fsp_rename@Base 0.9 fsp_rewind@Base 0.9 fsp_rewinddir@Base 0.9 fsp_rmdir@Base 0.9 fsp_seekdir@Base 0.9 fsp_stat@Base 0.9 fsp_telldir@Base 0.9 fsp_transaction@Base 0.9 fsp_unlink@Base 0.9 debian/libfsplib0.links0000644000000000000000000000006211606047637012266 0ustar usr/lib/libfsplib.so.0.0.0 usr/lib/libfsplib.so.0 debian/source/0000755000000000000000000000000011606047637010500 5ustar debian/source/format0000644000000000000000000000001411606047637011706 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000254611606047637011142 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: fsplib Maintainer: Radim `HSN` Kolar Source: http://fsp.sourceforge.net Files: * Copyright: 2003-2006,2009, Radim `HSN` Kolar License: You may copy or modify this file in any manner you wish, provided that this notice is always included, and that you hold the author harmless for any loss or damage resulting from the installation or use of this software. Files: debian/* Copyright: 2008-2011, أحمد المحمودي (Ahmed El-Mahmoudy) 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 GPL3 licenses can be found at `/usr/share/common-licenses/GPL-3'. debian/libfsplib-dev.links0000644000000000000000000000006011606047637012760 0ustar usr/lib/libfsplib.so.0.0.0 usr/lib/libfsplib.so debian/changelog0000644000000000000000000000361411606047637011056 0ustar fsplib (0.11-2) unstable; urgency=low * Switch to 3.0 (quilt) source format * debian/compat: bumped compat level to 8 * debian/control: + Added Vcs-* fields. + Bumped Standards-Version to 3.9.2, no changes needed. + Build-Depend on debhelper >= 8 + Added ${misc:Depends} to libfsplib-dev Depends field. * debian/rules: simplified rules file * debian/control: Updated my email address * Remove debian/*dirs * debian/copyright: + Updated copyright years + Make copyright file DEP-5 compliant -- أحمد المحمودي (Ahmed El-Mahmoudy) Sat, 09 Jul 2011 11:32:15 +0200 fsplib (0.11-1) unstable; urgency=low * New upstream release * debian/control: + Bumped Standards-Version to 3.8.1, no changes needed. + Removed duplicated Section field from libfsplib0 target. * debian/rules: install ChangeLog as upstream changelog. * Added debian/docs * Added debian/libfsplib0.symbols * debian/copyright: + Converted to machine readable format. + Updated packaging copyright years. + Upgraded packaging license to GPL-3+ * Build using Scons instead of autotools, since upstream removed autoconf support: + debian/control: Build-Depend on scons instead of autoconf, automake, libtool. + debian/rules: - Remove configure* targets. - Use scons instead of $(MAKE) * Added debian/*links to create symlinks for the shared library. * debian/libfsplib-dev.install: Removed *.la entry since it is not built anymore. * debian/watch: + Removed comments. + Appended debian uupdate. -- أحمد المحمودي (Ahmed El-Mahmoudy) Sat, 13 Jun 2009 21:32:45 +0300 fsplib (0.9-1) unstable; urgency=low * Initial release. (Closes: #467259) -- أحمد المحمودي (Ahmed El-Mahmoudy) Sun, 24 Feb 2008 12:33:59 +0200 debian/libfsplib-dev.install0000644000000000000000000000003211606047637013305 0ustar usr/include/* usr/lib/*.a debian/docs0000644000000000000000000000001211606047637010044 0ustar NEWS TODO