File: changelog

package info (click to toggle)
etherwake 1.09-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: ansic: 1,474; makefile: 12; sh: 6
file content (147 lines) | stat: -rw-r--r-- 4,734 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
etherwake (1.09-5) unstable; urgency=medium

  * Team upload of Debian team

  [ Jelmer Vernooij ]
  * Migrate repository from alioth to salsa.

  [ Andreas Tille ]
  * Use Homepage from wayback machine
  * Fake watch file to pass uscan without error
  * Standards-Version: 4.7.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Remove trailing whitespace in debian/copyright (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * d/rules is no sample
  * Enable hardening options
  * DEP5

  [ наб ]
  * d/control: Recommends: libcap2-bin. d/postinst: setcap cap_net_raw+ep
    Closes: #797372
  * Use the first available interface instead of always eth0
    Closes: #816411
  * Format MAC addresses correctly
    Closes: #1082673

 -- наб <nabijaczleweli@nabijaczleweli.xyz>  Tue, 24 Sep 2024 17:48:04 +0200

etherwake (1.09-4) unstable; urgency=low

  * Adopt package. (Closes: #726546)
  * Fix typo and grammar description field. (Closes: #567517)
  * Streamline rules file with dh command.
  * Enable hardening.
  * Add empty watch file.
  * Change package source format to 3 (quilt).
  * Bump Standars version to 3.9.4.

 -- Pierre Blanc <pierreblanc75@gmail.com>  Thu, 17 Oct 2013 23:27:17 +0200

etherwake (1.09-3) unstable; urgency=low

  * Adopt package. (Closes: #540998)
  * Add Depends on ${misc:Depends}.
  * Don't use DH_COMPAT any more, but debian/compat.
  * Don't ignore error on make clean.
  * Clean up debian/rules; remove unused dh_foo calls.
  * Remove empty maintainer scripts.
  * Makefile: clean doesn't bail out, if etherwake doesn't exist.
  * Bump Standards to 3.8.3 (no further changes needed).

 -- Alexander Reichle-Schmehl <tolimar@debian.org>  Mon, 18 Jan 2010 23:14:51 +0100

etherwake (1.09-2) unstable; urgency=low

  * Use the name 'etherwake', not 'ether-wake' in program messages.
    (Closes: #342604)
  * Include wakeonlan in description and recommends. (Closes: #422531)

 -- Alain Schroeder <alain@debian.org>  Mon, 18 Jun 2007 23:13:28 +0200

etherwake (1.09-1) unstable; urgency=low

  * New upstream release.

 -- Alain Schroeder <alain@debian.org>  Sun, 10 Jul 2005 20:53:02 +0200

etherwake (1.08-1) unstable; urgency=low

  * New upstream release.
    - improves help texts
    - cleans (PF_INET,SOCK_PACKET) problems. (Closes: #171051)
  * Rename ether-wake.8 to etherwake.8. (Closes: #185134)
  * Revise the manpage. (Closes: #179290)
  * Clean my helptext from multiline strings. Thanks to Daniel Schepler
    <schepler@math.berkeley.edu>. (Closes: #194909)
  * Bump Standards version to 3.5.10.0.

 -- Alain Schroeder <alain@debian.org>  Fri,  6 Jun 2003 21:02:11 +0200

etherwake (1.06-2) unstable; urgency=low

  * Revamp description to explain what WOL is. (Closes: #135420)
  * Revamp manpage a bit.
  * Bump Standards version to 3.5.6.0.

 -- Alain Schroeder <alain@debian.org>  Sun, 24 Feb 2002 00:45:07 +0100

etherwake (1.06-1) unstable; urgency=low

  * New upstream release.

 -- Alain Schroeder <alain@parkautomat.net>  Fri, 15 Feb 2002 19:15:07 +0100

etherwake (1.05-6) unstable; urgency=low

  * Fix etherwake to use sockets correctly - removes "uses obsolete
    (PF_INET,SOCK_PACKET)" message. (Closes: #111681)

 -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 21:51:06 +0100

etherwake (1.05-5) unstable; urgency=low

  * Improve description again. (Closes: #124604)

 -- Alain Schroeder <alain@debian.org>  Sat, 22 Dec 2001 20:22:16 +0100

etherwake (1.05-4) unstable; urgency=low

  * Fix more typos in description. (Again thanks to Carlos Valdivia
    Yagüe)

 -- Alain Schroeder <alain@debian.org>  Thu, 10 May 2001 15:55:48 +0200

etherwake (1.05-3) unstable; urgency=low

  * Fix typo in description. (Closes: #95946)

 -- Alain Schroeder <alain@debian.org>  Tue,  1 May 2001 21:14:41 +0200

etherwake (1.05-2) unstable; urgency=low

  * Upload with diff. It was incidentally uploaded as a native
    Debian package.
  * Fix issues with new libc. The old sys/socket.h did not include
    bits/uio.h, which it does now. This unfortunately causes that
    etherwake wasn't build anymore. I just commented specific part as
    a quick fix for now. It seems that everything works even with the old
    libc. (Closes #87014)

 -- Alain Schroeder <alain@debian.org>  Fri, 23 Feb 2001 00:27:02 +0100

etherwake (1.05-1) unstable; urgency=low

  * New upstream release (help was added).
  * Modify manpage to reflect upstream changes.
  * Change binary name to original name.

 -- Alain Schroeder <alain@debian.org>  Tue, 20 Feb 2001 11:39:03 +0100

etherwake (1.03-1) unstable; urgency=low

  * Initial Release.
  * Add a manpage.
  * Add a Makefile.

 -- Alain Schroeder <alain@debian.org>  Thu,  7 Dec 2000 10:00:24 +0100