diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b36dc47..a8e21a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ wallet (0.6-1) unstable; urgency=low - New wallet-admin command-line utility for the server. - 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. -- diff --git a/debian/rules b/debian/rules index 3f77918..3378885 100755 --- a/debian/rules +++ b/debian/rules @@ -35,8 +35,8 @@ endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ - --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs \ - --with-wallet-server=lsdb-new.stanford.edu + --mandir=\$${prefix}/share/man --with-afs \ + --with-wallet-server=wallet.stanford.edu build: build-arch build-indep build-arch: build-stamp |