-
Notifications
You must be signed in to change notification settings - Fork 17
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
Showing
11 changed files
with
225 additions
and
72 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
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
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
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
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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
Package: tcpdirect | ||
Version: #VERSION# | ||
Source: tcpdirect | ||
Section: libs | ||
Priority: optional | ||
Maintainer: AMD NIC Support <support-nic@amd.com> | ||
Build-Depends: debhelper (>= 8.0.0), onload-user, onload-dev, build-essential | ||
Standards-Version: 3.9.3 | ||
Homepage: http://www.openonload.org | ||
|
||
Package: tcpdirect | ||
Architecture: amd64 | ||
Depends: onload-user | enterpriseonload-user | openonload-user | cloudonload-user | ||
Maintainer: Support <support-nic@amd.com> | ||
Depends: onload-user | ||
Description: TCPDirect library |
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 @@ | ||
#!/usr/bin/make -f | ||
|
||
# See debhelper(7) (uncomment to enable). | ||
# Output every command that modifies files on the build system. | ||
#export DH_VERBOSE = 1 | ||
|
||
# dpkg-buildflags sets link time optimisation by default. Because we want to | ||
# finish before the heat death of the universe, we disable the optimisation for | ||
# this package. | ||
export DEB_BUILD_MAINT_OPTIONS=optimize=-lto | ||
|
||
%: | ||
dh $@ | ||
|
||
override_dh_auto_build: | ||
./scripts/zf_mkdist --name tcpdirect --version #VERSION# | ||
tar -xzvf build/tcpdirect-#VERSION#.tgz | ||
|
||
override_dh_auto_install: | ||
mkdir -p $(CURDIR)/debian/tcpdirect/usr | ||
cp ./scripts/zf_install tcpdirect-#VERSION#/scripts | ||
./tcpdirect-#VERSION#/scripts/zf_install --dest-dir $(CURDIR)/debian/tcpdirect/usr --packaging | ||
|
||
# By default, dh_compresses any files in usr/share/doc that is over 4k. This | ||
# includes the example source and header files, which prevents easy compilation. | ||
# Exclude the examples from the compress so that they are still compilable. | ||
override_dh_compress: | ||
dh_compress -Xexamples |
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) |
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
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
Oops, something went wrong.