Skip to content

Commit

Permalink
chore: add debian packaging files
Browse files Browse the repository at this point in the history
  • Loading branch information
black-desk committed Sep 19, 2023
1 parent b7f2992 commit 187cb2b
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ocppi (0.1.0-1) UNRELEASED; urgency=medium

* Initial release.

-- Chen Linxuan <me@black-desk.cn> Mon, 18 Sep 2023 18:12:09 +0800
28 changes: 28 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Source: ocppi
Maintainer: Chen Linxuan <me@black-desk.cn>
Section: devel
Priority: optional
Standards-Version: 4.6.2
Build-Depends: catch2,
cmake,
debhelper-compat (= 13),
libboost-dev,
libexpected-dev,
libsemver-dev,
nlohmann-json3-dev

Package: libocppi-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: c++ library for OCI runtime and distribution
A C++ library for using/implement OCI runtime and distribution
.
A C++ library for using OCI runtime cli, distribution, or implement OCI runtime.

Package: libocppi0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: c++ library for OCI runtime and distribution
A C++ library for using/implement OCI runtime and distribution
.
A C++ library for using OCI runtime cli, distribution, or implement OCI runtime.
9 changes: 9 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Files:
*
Copyright: 2023 Chen Linxuan
License: LGPL-2+

Files:
debian/*
Copyright: 2023 Chen Linxuan
License: LGPL-2+
2 changes: 2 additions & 0 deletions debian/libocppi-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/include/ocppi/*
usr/lib/x86_64-linux-gnu/cmake/*
1 change: 1 addition & 0 deletions debian/libocppi0.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/x86_64-linux-gnu/*.so*
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 187cb2b

Please sign in to comment.