-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7f2992
commit 187cb2b
Showing
7 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
usr/include/ocppi/* | ||
usr/lib/x86_64-linux-gnu/cmake/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
usr/lib/x86_64-linux-gnu/*.so* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/make -f | ||
%: | ||
dh $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |