From 7b43fe0d3d2890d37b393148085e94c3fe6e8291 Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Wed, 17 Sep 2008 10:13:38 +0000 Subject: * Fixed crypto and base64 to work properly on 64 bit systems * Fixed a bug where Content-Type header was not being printed by S3 on get/head * Fixed ranged get requests, which weren't working at all before due to some cruft left over from a previous change * Incorporated a better debian shared libs step into the debian package build logic of the GNUmakefile, as supplied by Paul J Stevens --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index e74049e..12c9a7e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -174,7 +174,8 @@ $(DEBDEVPKG): exported $(BUILD)/deb-dev/DEBIAN/control \ $(BUILD)/deb/DEBIAN/control: debian/control @mkdir -p $(dir $@) echo -n "Depends: " > $@ - dpkg-shlibdeps -O $(BUILD)/bin/s3 | cut -d '=' -f 2- >> $@ + dpkg-shlibdeps -Sbuild -O $(BUILD)/lib/libs3.so.0 | \ + cut -d '=' -f 2- >> $@ sed -e 's/LIBS3_VERSION/$(LIBS3_VER)/' \ < $< | sed -e 's/DEBIAN_ARCHITECTURE/$(DEBARCH)/' | \ grep -v ^Source: >> $@ -- cgit v1.2.1