-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds files to be able to create a debian package. Requires build-essential, devscripts and debhelper version 9 or higher (see https://wiki.debian.org/Packaging/Intro?action=show&redirect=IntroDebianPackaging for an example) Run dpkg-buildpackage -us -uc in deploy/yats-1.0 to create dep package.
- Loading branch information
1 parent
5b4f9c4
commit 60b0246
Showing
7 changed files
with
37 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 @@ | ||
yats (1.0) UNRELEASED; urgency=low | ||
|
||
* Initial release. | ||
|
||
-- YaTS Team <> Fri, 06 Apr 2018 19:00:00 +0200 |
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 |
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 @@ | ||
Source: yats | ||
Maintainer: YaTS Team | ||
Section: misc | ||
Priority: extra | ||
Standards-Version: 3.8.0 | ||
Build-Depends: build-essential, debhelper (>=9) | ||
|
||
Package: yats | ||
Architecture: any | ||
Description: YaTS is a general purpose task scheduler library with a focus on computer graphical rendering tasks. Its main goal is to allow parallel execution of connected and unconnected tasks automatically, without explicit handling from the user. |
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,14 @@ | ||
|
||
This package was debianised by YaTS Team on Wed, 04 Apr 2018 17:16:54 +0200 | ||
|
||
It was downloaded from: | ||
|
||
https://github.com/hpicgs/yats | ||
|
||
Upstream Author: | ||
|
||
YaTS Team | ||
|
||
License: | ||
|
||
This software is available to you under the terms of the MIT license, see "https://github.com/hpicgs/yats/blob/master/LICENSE". |
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 @@ | ||
../../source/yats/include/yats usr/include |
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 @@ | ||
#!/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 (native) |