debian/0000755000000000000000000000000012017175054007170 5ustar debian/changelog0000644000000000000000000000047412017175025011045 0ustar libs3 (2.0-2) unstable; urgency=low * Add missing s3 binary (closes: #686094). -- Laszlo Boszormenyi (GCS) Tue, 28 Aug 2012 19:03:11 +0200 libs3 (2.0-1) unstable; urgency=low * Initial upload (closes: #676912). -- Laszlo Boszormenyi (GCS) Sun, 10 Jun 2012 13:42:33 +0200 debian/compat0000644000000000000000000000000211765103130010361 0ustar 8 debian/control0000644000000000000000000000143411765130341010574 0ustar Source: libs3 Section: net Priority: extra Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 8), libxml2-dev, libcurl4-gnutls-dev Standards-Version: 3.9.3 Homepage: http://libs3.ischo.com/index.html Package: libs3-2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C Library and Tools for Amazon S3 Access This package includes the libs3 shared object library, needed to run applications compiled against libs3, and additionally contains the s3 utility for accessing Amazon S3. Package: libs3-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libs3-2 (= ${binary:Version}) Description: C Development Library for Amazon S3 Access This package includes the libs3 header, needed to compile applications against libs3. debian/copyright0000644000000000000000000000227511765107511011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libs3 Upstream-Contact: Bryan Ischo Source: http://git.ischo.com/libs3.git Copyright: Copyright (C) 2008- Bryan Ischo Files: * Copyright: Copyright (C) 2008- Bryan Ischo License: GPL-3 Files: debian/* Copyright: Copyright (C) 2012- Laszlo Boszormenyi (GCS) License: GPL-3 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 General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. debian/libs3-2.install0000644000000000000000000000003612017175054011732 0ustar usr/lib/libs3.so.* usr/bin/s3 debian/libs3-dev.install0000644000000000000000000000005611765110134012346 0ustar usr/include/ usr/lib/libs3.a usr/lib/libs3.so debian/rules0000755000000000000000000000233011765124737010261 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR = $(CURDIR)/debian/tmp/usr/ # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) CFLAGS += -g endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif clean: dh_testdir rm -f install-stamp build-stamp $(MAKE) clean dh_clean build-arch: build-stamp build-indep: build-stamp build: build-arch build-indep build-stamp: dh_testdir $(MAKE) touch $@ install: install-stamp install-stamp: build dh_testdir $(MAKE) install DESTDIR=$(DESTDIR) touch $@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installdocs -a dh_installchangelogs -a dh_install -a dh_makeshlibs -a dh_strip -a dh_compress -a dh_fixperms -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: clean build binary-indep binary-arch binary install debian/source/0000755000000000000000000000000011765103146010472 5ustar debian/source/format0000644000000000000000000000001411765103145011677 0ustar 3.0 (quilt)