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
|
libpam-pwdfile (0.100-1) unstable; urgency=low
* add gbp.conf
* drop stuff in debian/ not needed anymore:
- patches
- Makefile
- README.Debian
- source.lintian-overrides
* add watch file
* bump Standards-Version, add Vcs-*, update Homepage
-- Timo Weingärtner <timo@tiwe.de> Wed, 29 May 2013 01:26:12 +0200
libpam-pwdfile (0.99-5) unstable; urgency=low
* New Maintainer (Closes: #588877)
* debian/patches/regular_crypt: Use libc's crypt in the regular way to
support newer crypt types, esp. SHA2 based ones.
* Bump Standards-Version to 3.9.3.
* Bump dh compat level to 9.
* Enable Multi-Arch.
* Use source/format 3.0 (quilt).
* Move Makefile.Debian to debian/Makefile
-- Timo Weingärtner <timo@tiwe.de> Fri, 22 Jun 2012 10:35:36 +0200
libpam-pwdfile (0.99-4) unstable; urgency=low
* Orphan this package (set maintainer to Debian QA Group).
-- Greg Norris <adric@debian.org> Mon, 12 Jul 2010 15:38:54 -0500
libpam-pwdfile (0.99-3.1) unstable; urgency=low
* Non-maintainer upload.
* Link using gcc instead of ld (closes: #499203).
* Mark the pam_sm_* functions as __attribute__((visibility("default"))) and
build with -fvisibility=hidden.
-- Peter Palfrader <weasel@debian.org> Thu, 25 Sep 2008 12:50:11 +0200
libpam-pwdfile (0.99-3) unstable; urgency=low
* Update doeumentation in README.Debian
* Updated to policy version 3.6.2 (no changes required)
-- Greg Norris <adric@debian.org> Wed, 16 Nov 2005 07:56:25 -0600
libpam-pwdfile (0.99-2) unstable; urgency=low
* Include contrib/warwick_duncan-cyrus_without_system_accounts.txt under
/usr/share/doc/libpam-pwdfile.
-- Greg Norris <adric@debian.org> Mon, 22 Dec 2003 19:39:46 -0600
libpam-pwdfile (0.99-1) unstable; urgency=low
* New upstream release.
-- Greg Norris <adric@debian.org> Sat, 20 Dec 2003 14:36:09 -0600
libpam-pwdfile (0.98-4) unstable; urgency=low
* Complete yesterday's pam_pwdfile.c update, in which I inadvertently omitted
a one-line change.
-- Greg Norris <adric@debian.org> Sat, 20 Dec 2003 13:53:24 -0600
libpam-pwdfile (0.98-3) unstable; urgency=low
* Updated pam_pwdfile.c to distinguish between crypt and bigcrypt passwords,
and handle them appropriately. The patch has been forwarded upstream, and
Charl has indicated that it will be incorporated into the next release.
(closes: 220770)
-- Greg Norris <adric@debian.org> Fri, 19 Dec 2003 22:31:31 -0600
libpam-pwdfile (0.98-2) unstable; urgency=low
* The previous upload failed because dpkg-buildpackage wanted to include
the source archive, but the existing file can't be overwritten. Bump the
revision number, and re-upload.
-- Greg Norris <adric@debian.org> Tue, 8 Jul 2003 21:17:49 -0500
libpam-pwdfile (0.98-1) unstable; urgency=low
* Hijack this package, as the previous maintainer appears to have been
unreachable for quite some time. Guess I should have done this in the
first place. ;-)
* Miscellaneous updates to packaging files.
-- Greg Norris <adric@debian.org> Tue, 8 Jul 2003 18:10:15 -0500
libpam-pwdfile (0.98-0.2) unstable; urgency=low
* NMU
* Build using -fPIC (closes: #200477)
-- Greg Norris <adric@debian.org> Tue, 8 Jul 2003 10:21:52 -0500
libpam-pwdfile (0.98-0.1) unstable; urgency=low
* NMU
* New upstream release.
* Updated to policy version 3.5.10 (no changes required), in order to make
lintian happy.
* Removed obsolete call to dh_suidregister from debian/rules.
-- Greg Norris <adric@debian.org> Mon, 7 Jul 2003 20:20:12 -0500
libpam-pwdfile (0.6-2) unstable; urgency=low
* Added debhelper to Build-Depends (Closes: Bug#77881).
-- Michael-John Turner <mj@debian.org> Fri, 24 Nov 2000 21:41:43 +0200
libpam-pwdfile (0.6-1) unstable; urgency=low
* New upstream.
-- Michael-John Turner <mj@debian.org> Sat, 18 Nov 2000 21:24:03 +0200
libpam-pwdfile (0.1-1) unstable; urgency=low
* Initial Release.
-- Michael-John Turner <mj@debian.org> Tue, 7 Dec 1999 12:02:43 +0200
Local variables:
mode: debian-changelog
End:
|