Codebase list asused / 7fe180c
Imported Debian patch 3.72-3 Jan Wagner authored 16 years ago Sebastien Badia committed 10 years ago
5 changed file(s) with 115 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 asused for Debian
11 -----------------
2
3 RIPE NCC announced the introdution of 32 Bit ASN, this version is not prepared
4 to support this, since the 'support [...] is discontinued'. So if you are own
5 an 32 Bit ASN, this software will not work for you!
6 Feel free to provide patches to fix this issue.
7
8 -- Jan Wagner <waja@cyconet.org> Thu, 25 Jan 2007 07:10:37 +0100
29
310 Statement by RIPE NCC:
411
0 asused (3.72-3) unstable; urgency=low
1
2 * install cwhois manpage proper
3 * fix clean target in rules
4
5 -- Jan Wagner <waja@cyconet.org> Thu, 08 Nov 2007 09:05:55 +0100
6
7 asused (3.72-2) unstable; urgency=low
8
9 * added manpage for cwhois
10 * update README.Debian to hint about 32 Bit ASN
11
12 -- Jan Wagner <waja@cyconet.org> Sun, 5 Nov 2006 23:50:15 +0100
13
014 asused (3.72-1) unstable; urgency=low
115
216 * Initial release (Closes: #397236).
2525 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
2626 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2727
28 The Debian packaging is (C) 2006, Jan Wagner <waja@cyconet.org> and
28 The Debian packaging is (C) 2006, 2007 Jan Wagner <waja@cyconet.org> and
2929 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
0 .TH CWHOIS 3 "2006-11-03" "1.10" "whois client"
1
2 .SH NAME
3 CWHOIS \- whois client
4
5 .SH SYNOPSIS
6 .B cwhois
7 .RB [\| \-a \||\| \-F \||\| \-L \||\| \-m \||\| \-M \||\| \-r \||\| \-S \||\| \-R \|]
8 .RB [\| \-h
9 .IR hostname \|]
10 .RB [\| \-s
11 .IR source[\|[\|,source\|]...\|] \|]
12 .RB [\| \-T
13 .IR type[\|[\|,type\|]...\|] \|]
14 .RB [\| \-i
15 .IR attr[\|[\|,attr\|]...\|] \|]
16 keys
17
18 .B cwhois
19 .RB [\| \-t
20 .IR type \|]
21
22 .B cwhois
23 .RB [\| \-v
24 .IR type \|]
25
26 .SH DESCRIPTION
27 .B cwhois
28 Simpe whois client that gives you back output, compatiable with RIPE DB v2, if
29 you'll ask it to.
30
31 .SH OPTIONS
32 .B
33 .TP
34 .B \-a
35 search all databases
36 .TP
37 .B \-F
38 fast raw output
39 .TP
40 .B \-L
41 find all Less specific matches
42 .TP
43 .B \-m
44 find first level more specific matches
45 .TP
46 .B \-M
47 find all More specific matches
48 .TP
49 .B \-r
50 turn off recursive lookups
51 .TP
52 .B \-S
53 tell server to leave out 'syntactic sugar'
54 .TP
55 .B \-R
56 force to show local copy of the domain object even if it contains referral
57 .TP
58 .B \-h hostname
59 search alternate server
60 .TP
61 .B \-s source[\|[\|,source\|]...\|]
62 search databases with source 'source'
63 .TP
64 .B \-T type[\|[\|,type\|]...\|]
65 only look for objects of type 'type'
66 .TP
67 .B \-i attr[\|[\|,attr\|]...\|]
68 do an inverse lookup for specified attributes
69 .TP
70 .B \-t type
71 requests template for object of type 'type'
72 .TP
73 .B \-v type
74 requests verbose template for object of type 'type'
75
76 .SH HINT
77 Please note that most of these flags are NOT understood by
78 non RIPE whois servers!
79
80 .SH SEE ALSO
81 .B Website
82 <http://www.ripe.net/tools/>
83
84 .SH AUTHOR
85 CWHOIS was written by Timur Bakeyev <timur@ripe.net>.
86 .PP
87 This manual page was written by Jan Wagner <waja@cyconet.org>,
88 for the Debian project (but may be used by others).
3232 dh_testroot
3333 rm -f build-stamp
3434
35 # Add here commands to clean up after the build process.
36 -$(MAKE) realclean
35 # Cleaning source, if there is a Makefile. If not, source SHOULD be clean!
36 [ ! -f Makefile ] || $(MAKE) realclean
3737
3838 dh_clean
3939
4848 rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
4949 # remove broken man
5050 rm -rf debian/asused/usr/share/man/man1
51 # drop manpage
52 install -D -m 0644 debian/cwhois.3 debian/asused/usr/share/man/man3
5153
5254 # Build architecture-independent files here.
5355 binary-indep: build install