summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules3
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ad1756..8a06235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ wallet (0.6-1) unstable; urgency=low
- The server supports enforcing a local object naming policy.
- New wallet-report script (currently Stanford-specific).
* Change hard-coded wallet server to wallet.stanford.edu.
+ * Add --enable-reduced-depends to configure to eliminate unnecessary
+ shared library dependencies.
- -- Russ Allbery <rra@debian.org> Mon, 28 Jan 2008 12:57:37 -0800
+ -- Russ Allbery <rra@debian.org> Mon, 28 Jan 2008 15:17:25 -0800
wallet (0.5-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3378885..13b22cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,8 @@ config.status: configure
dh_testdir
CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \
--mandir=\$${prefix}/share/man --with-afs \
- --with-wallet-server=wallet.stanford.edu
+ --with-wallet-server=wallet.stanford.edu \
+ --enable-reduced-depends
build: build-arch build-indep
build-arch: build-stamp