Initial Commit
This commit is contained in:
commit
a51c5e93af
5
libcl/debian/changelog
Normal file
5
libcl/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libcl (3.4.4.1-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- Deon George <deon@leenooks.net> Mon, 28 Jan 2019 00:00:00 +1100
|
1
libcl/debian/compat
Normal file
1
libcl/debian/compat
Normal file
@ -0,0 +1 @@
|
|||||||
|
10
|
13
libcl/debian/control
Normal file
13
libcl/debian/control
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Source: libcl
|
||||||
|
Maintainer: Deon George <deon@leenooks.net>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 9)
|
||||||
|
Standards-Version: 3.9.8
|
||||||
|
|
||||||
|
Package: libcl
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${shlibs:Depends},
|
||||||
|
${misc:Depends}
|
||||||
|
Description: A set of layered security services and associated programming interfaces
|
||||||
|
It provides an integrated set of information and communications security capabilities.
|
1
libcl/debian/copyright
Normal file
1
libcl/debian/copyright
Normal file
@ -0,0 +1 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
3
libcl/debian/cryptlib.substvars
Normal file
3
libcl/debian/cryptlib.substvars
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
shlibs:Depends=libc6 (>= 2.15)
|
||||||
|
misc:Depends=
|
||||||
|
misc:Pre-Depends=
|
14
libcl/debian/rules
Executable file
14
libcl/debian/rules
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
tar xzf $$(pwd)/../libcl_3.4.4.1.orig.tar.gz
|
||||||
|
$(MAKE) DESTDIR=$$(pwd)/debian/cryptlib PREFIX=/usr shared
|
||||||
|
|
||||||
|
mkdir -p $$(pwd)/debian/libcl/usr/lib
|
||||||
|
chmod 755 libcl.so.3.4.4
|
||||||
|
mv libcl.so.3.4.4 $$(pwd)/debian/libcl/usr/lib
|
||||||
|
ln -s libcl.so.3.4.4 $$(pwd)/debian/libcl/usr/lib/libcl.so
|
||||||
|
ln -s libcl.so.3.4.4 $$(pwd)/debian/libcl/usr/lib/libcl.so.3
|
||||||
|
ln -s libcl.so.3.4.4 $$(pwd)/debian/libcl/usr/lib/libcl.so.3.4
|
1
libcl/debian/source/format
Normal file
1
libcl/debian/source/format
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
BIN
libcl_3.4.4.1.orig.tar.gz
Normal file
BIN
libcl_3.4.4.1.orig.tar.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user