Skip to content
Snippets Groups Projects
Commit de33b927 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Add debian packaging directory

We'll need this for inclusion in the experimental runtime(s)
parent 4556587e
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
libcapsule (0.1) sid; urgency=medium
* Initial release
-- Vivek Das Mohapatra <vivek@collabora.com> Fri, 07 Jul 2017 16:11:37 +0100
9
Source: libcapsule
Section: libs
Priority: optional
Maintainer: Vivek Das Mohapatra <vivek@collabora.com>
Standards-Version: 3.9.8
Build-Depends:
dh-autoreconf,
autoconf,
debhelper,
libelf-dev
Vcs-Git: git://git.collabora.com/git/user/vivek/libcapsule.git
Vcs-Browser: https://git.collabora.com/cgit/user/vivek/libcapsule.git/
Package: libcapsule
Architecture: i386 amd64
Multi-Arch: same
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Description: Segregated run-time linker library
libcapsule is a helper library used to implement segregated run-time
dynamic linking proxy libraries - used (for example) to load a library
that has dependencies incompatible with the regular libraries that are
part of the host OS, such as an incompatible libstdc++ version.
.
This package contains the run-time component(s) of libcapsule.
Package: libcapsule-dev
Architecture: i386 amd64
Multi-Arch: same
Section: libdevel
Priority: optional
Depends: libcapsule (= ${binary:Version}), libc6-dev, libelf-dev, bash
Description:
libcapsule is a helper library used to implement segregated run-time
dynamic linking proxy libraries - used (for example) to load a library
that has dependencies incompatible with the regular libraries that are
part of the host OS, such as an incompatible libstdc++ version.
.
This package contains the files needed to build libcapsule proxy libraries.
usr/lib/*/capsule/capsule-symbols
usr/lib/*/capsule/capsule-version
usr/lib/*/capsule/capsule-mkstublib
usr/lib/*/capsule/capsule-init-project
usr/lib/*/libcapsule.la
usr/lib/*/libcapsule.a
usr/lib/*/libcapsule.so
usr/lib/*/pkgconfig/
usr/lib/*/pkgconfig/capsule.pc
usr/include/*
usr/share/*/*
usr/lib/*/libcapsule.so.0.1.0
usr/lib/*/libcapsule.so.0
#!/usr/bin/make -f
%:
@echo "DH $@"
dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --libexecdir=\$${libdir}/capsule
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment