-
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
8c8f71f
commit cd43779
Showing
100 changed files
with
910 additions
and
46,162 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 |
---|---|---|
|
@@ -4,5 +4,5 @@ SUBDIRS = conf lib src include scripts | |
EXTRA_DIST = \ | ||
COPYING \ | ||
README \ | ||
doc | ||
|
||
doc \ | ||
debian |
This file was deleted.
Oops, something went wrong.
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
Empty file.
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 @@ | ||
10 |
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,82 @@ | ||
Source: @PACKAGE@ | ||
Section: otherosfs | ||
Priority: extra | ||
Maintainer: NEC Corporation | ||
Build-Depends: debhelper (>=10), | ||
dh-autoreconf, | ||
dh-systemd, | ||
libved-dev, | ||
velayout-dev, | ||
libprotobuf-c-dev, | ||
liblog4c-dev, | ||
libsystemd-dev, | ||
uuid-dev, | ||
libcap-dev, | ||
libprocps-dev, | ||
protobuf-c-compiler, | ||
protobuf-compiler, | ||
ve-memory-mapping-dev, | ||
libdhash-dev | ||
Standards-Version: 3.9.8 | ||
|
||
Package: @PACKAGE@ | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends}, | ||
${shlibs:Depends}, | ||
python (>= 2.7), | ||
systemd, | ||
libc6, | ||
libved, | ||
velayout, | ||
python-protobuf, | ||
libdhash1 | ||
Description: VE Operating System | ||
VEOS is a set of daemons and commands providing operating system | ||
functionality to VE programs. | ||
|
||
Package: @PACKAGE@-libveptrace | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends}, ${shlibs:Depends} | ||
Description: VE ptrace library | ||
This package contains the VE ptrace library. | ||
|
||
Package: @PACKAGE@-dev | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends}, | ||
@PACKAGE@ (= @VERSION@-@RELEASE@), | ||
@PACKAGE@-libveptrace (= @VERSION@-@RELEASE@) | ||
Description: Headers for VEOS | ||
This package contains the files required to build system software | ||
which uses VEOS functionality. | ||
This package is not required to build VE programs or libraries. | ||
|
||
Package: @PACKAGE@-headers | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends} | ||
Description: Headers for VEOS | ||
This package contains the header files of definitions of VEOS. | ||
VE programs or libraries include them if required. | ||
|
||
Package: @PACKAGE@-musl-headers | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends} | ||
Description: Headers for VEOS | ||
This package contains the header files of definitions of VEOS. | ||
VE programs or libraries include them if required. | ||
|
||
Package: @PACKAGE@-libvepseudo-headers | ||
Architecture: any | ||
Multi-Arch: same | ||
Depends: ${misc:Depends}, | ||
@PACKAGE@ (= @VERSION@-@RELEASE@), | ||
libved-dev, | ||
velayout-dev | ||
Description: Headers for libvepseudo | ||
This package contains the header files of definition of libvepseudo. | ||
VH programs or libraries using internal functions in libvepseudo | ||
include them. |
Oops, something went wrong.