diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-12-18 05:17:19 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-12-18 05:17:19 +0000 | 
| commit | a7f692f43917e4a1f3cc2b9f6dbb87ab66ca96d1 (patch) | |
| tree | 96fec4b52a403fcc3a5d932ba6938334a48abd03 | |
| parent | 1a50830ac212a53123aeea33df7bcf577b21d0ed (diff) | |
* Hard-code lsdb-new.stanford.edu as the wallet server name for the timedebian/0.5-2
  being.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | debian/rules | 3 | 
2 files changed, 9 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index d8f8402..403bd99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wallet (0.5-2) unstable; urgency=low + +  * Hard-code lsdb-new.stanford.edu as the wallet server name for the time +    being. + + -- Russ Allbery <rra@debian.org>  Mon, 17 Dec 2007 21:17:08 -0800 +  wallet (0.5-1) unstable; urgency=low    * New upstream release. diff --git a/debian/rules b/debian/rules index 2997e4b..0d9315f 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,8 @@ endif  config.status: configure  	dh_testdir  	CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ -	    --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs +	    --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs \ +	    --with-wallet-server=lsdb-new.stanford.edu  build: build-arch build-indep  build-arch: build-stamp | 
