Initial Commit

This commit is contained in:
Deon George 2019-01-28 00:03:36 +00:00
commit a51c5e93af
8 changed files with 38 additions and 0 deletions

5
libcl/debian/changelog Normal file
View 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
View File

@ -0,0 +1 @@
10

13
libcl/debian/control Normal file
View 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
View File

@ -0,0 +1 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

View File

@ -0,0 +1,3 @@
shlibs:Depends=libc6 (>= 2.15)
misc:Depends=
misc:Pre-Depends=

14
libcl/debian/rules Executable file
View 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

View File

@ -0,0 +1 @@
3.0 (quilt)

BIN
libcl_3.4.4.1.orig.tar.gz Normal file

Binary file not shown.