diff options
author | Marco d'Itri <md@linux.it> | 2008-04-05 04:53:26 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:36 +0100 |
commit | e90424d1793399c4615fd84952a226a681ae1181 (patch) | |
tree | 71e890dbd87b040b9942971bda9903d8324f2e7e /debian | |
parent | d0c35c4219530ba3cc323ce6a781a3ba58baf872 (diff) | |
download | whois-e90424d1793399c4615fd84952a226a681ae1181.tar.gz |
Imported Debian version 4.7.26v4.7.26
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7d09fa4..e79d977 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +whois (4.7.26) unstable; urgency=medium + + * Added support for passing command line options in the environment + variables WHOIS_OPTIONS and MKPASSWD_OPTIONS. (Closes: #324858) + * Updated the French translation. (Closes: #474307) + + -- Marco d'Itri <md@linux.it> Sat, 05 Apr 2008 04:53:26 +0200 + whois (4.7.25) unstable; urgency=low * mkpasswd: added support for the SHA-256 and SHA-512 methods from diff --git a/debian/rules b/debian/rules index 1d73746..ea28461 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -n 's/\+.*$$//; /^Version/s/.* //p' build: dh_testdir - $(MAKE) whois mkpasswd \ + $(MAKE) \ OPTS="-O2 -g -DCONFIG_FILE=\\\"/etc/whois.conf\\\"" \ HAVE_LIBIDN=1 cd po && $(MAKE) whois.pot |