Skip to content

Commit 00087bc

Browse files
repo reinit
1 parent 552ff2e commit 00087bc

38 files changed

Lines changed: 2915 additions & 242 deletions

0000-lockdev-euidaccess.patch

Lines changed: 0 additions & 91 deletions
This file was deleted.

0001-major-and-minor-functions-moved-to-sysmacros.h.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

lockdev-1.0.4.20111007git.tar.gz

-30.8 KB
Binary file not shown.

lockdev-scm-2011-10-07/.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
*~
2+
*.o
3+
*.lo
4+
*.a
5+
*.so
6+
Makefile.in
7+
.deps
8+
.libs
9+
*.la
10+
*.pc
11+
*.gmo
12+
Makefile
13+
ABOUT-NLS
14+
INSTALL
15+
stamp-h1
16+
aclocal.m4
17+
config.h
18+
config.h.in
19+
config.log
20+
config.status
21+
configure
22+
libtool
23+
autom4te.cache
24+
m4
25+
build-stamp
26+
*.bz2
27+
ChangeLog
28+
VERSION
29+
.gdb_history

lockdev-scm-2011-10-07/AUTHORS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
liblockdev is (c) 1997, 1999 by Fabrizio Polacco <fab@prosa.it>
2+
3+
Barak Pearlmutter <bap@cs.unm.edu>
4+
- code revision
5+
- suggestion for the use of the semaphore.
6+
Juan Cespedes <cespedes@debian.org>
7+
- code revision
8+
Daniel Quinlan <quinlan@transmeta.com>
9+
- suggestion to support the cua devices.
10+
- suggestions for naming of functions.
11+
Raphael Hertzog <rhertzog@hrnet.fr>
12+
- NMU for new perl
13+
Adam P. Harris
14+
- changes in debian postinst.
15+
Martin Schulze
16+
- changes in perl makefile
17+
- suggestions for changes in assembler stage for debug.
18+
Hamish Moffatt, James Troup
19+
- dependencies check.
20+
Yann Dirson
21+
- suggestions for a debugging shared library.
22+
Gergely Nagy <algernon@debian.org>
23+
- upstream maintainer since 1.0.1

0 commit comments

Comments
 (0)