summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-09-17 22:00:00 +0000
committerBryan Ischo <bryan@ischo.com>2008-09-17 22:00:00 +0000
commit1dc8c62abe2e638eb6220ff420662fb11f611cd5 (patch)
treebcda9365992e49ae27326115e015e30edff9dbde /GNUmakefile
parent7b43fe0d3d2890d37b393148085e94c3fe6e8291 (diff)
downloadceph-libs3-1dc8c62abe2e638eb6220ff420662fb11f611cd5.tar.gz
* Fixed debian package build commands from previously untested version
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 12c9a7e..f971603 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -174,7 +174,7 @@ $(DEBDEVPKG): exported $(BUILD)/deb-dev/DEBIAN/control \
$(BUILD)/deb/DEBIAN/control: debian/control
@mkdir -p $(dir $@)
echo -n "Depends: " > $@
- dpkg-shlibdeps -Sbuild -O $(BUILD)/lib/libs3.so.0 | \
+ dpkg-shlibdeps -O $(BUILD)/lib/libs3.so.$(LIBS3_VER_MAJOR) | \
cut -d '=' -f 2- >> $@
sed -e 's/LIBS3_VERSION/$(LIBS3_VER)/' \
< $< | sed -e 's/DEBIAN_ARCHITECTURE/$(DEBARCH)/' | \