forked from duncanthrax/scream
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial debianization of scream receiver with customized package
- Loading branch information
Showing
12 changed files
with
121 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,8 @@ | ||
scream for Debian | ||
|
||
Please edit this to provide information specific to | ||
this scream Debian package. | ||
|
||
(Automatically generated by debmake Version 4.4.0) | ||
|
||
-- <> Sat, 02 Mar 2024 21:23:49 +0100 |
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 @@ | ||
scream (4.0-1) stable; urgency=low | ||
|
||
* Initial release. | ||
|
||
-- Ch Pr <[email protected]> Sat, 02 Mar 2024 21:23:49 +0100 |
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,17 @@ | ||
Source: scream | ||
Section: sound | ||
Priority: optional | ||
Maintainer: Ch Pr <[email protected]> | ||
Build-Depends: cmake, debhelper-compat (= 13), libasound2-dev, libpulse-dev | ||
Standards-Version: 4.5.1 | ||
Homepage: https://github.com/duncanthrax/scream/tree/master/Receivers/unix | ||
Rules-Requires-Root: no | ||
#Vcs-Git: https://salsa.debian.org/debian/scream.git | ||
#Vcs-Browser: https://salsa.debian.org/debian/scream | ||
|
||
Package: scream | ||
Architecture: any | ||
Multi-Arch: foreign | ||
Depends: ${misc:Depends}, ${shlibs:Depends} | ||
Description: Linux receiver for scream audio virtual soundcard | ||
for Windows |
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 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: scream | ||
Upstream-Contact: duncanthrax@github | ||
Source: https://github.com/duncanthrax/scream | ||
# | ||
# Please double check copyright with the licensecheck(1) command. | ||
|
||
Files: * | ||
Copyright: Tom Kistner <[email protected]> | ||
License: MS-PL | ||
This license governs use of the accompanying software. If you use the software, you | ||
accept this license. If you do not accept the license, do not use the software. | ||
1. Definitions | ||
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the | ||
same meaning here as under U.S. copyright law. | ||
A "contribution" is the original software, or any additions or changes to the software. | ||
A "contributor" is any person that distributes its contribution under this license. | ||
"Licensed patents" are a contributor's patent claims that read directly on its contribution. | ||
2. Grant of Rights | ||
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. | ||
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. | ||
3. Conditions and Limitations | ||
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. | ||
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. | ||
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. | ||
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. | ||
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. | ||
|
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 @@ | ||
# You must remove unused comment lines for the released package. |
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,13 @@ | ||
#!/usr/bin/make -f | ||
# You must remove unused comment lines for the released package. | ||
#export DH_VERBOSE = 1 | ||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all | ||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic | ||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed | ||
|
||
%: | ||
dh $@ | ||
|
||
#override_dh_auto_configure: | ||
# dh_auto_configure -- \ | ||
# -DCMAKE_LIBRARY_ARCHITECTURE="$(DEB_TARGET_MULTIARCH)" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# | ||
# ### gbp-buildpackage(1) user may like this. ### | ||
#abort-on-upstream-changes | ||
#unapply-patches |
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,4 @@ | ||
# | ||
# ### dgit-maint-merge(7) workflow user need this ### | ||
# single-debian-patch | ||
# auto-commit |
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,22 @@ | ||
The automatically generated patch puts this free form text on top of it. | ||
|
||
If you are using gbp-buildpackage(1), you probably don't need this file. | ||
|
||
If you are using dgit-maint-merge(7), please consider text as follows. | ||
|
||
The Debian packaging of foo is maintained in git, using the merging workflow | ||
described in dgit-maint-merge(7). There isn't a patch queue that can be | ||
represented as a quilt series. | ||
|
||
A detailed breakdown of the changes is available from their canonical | ||
representation - git commits in the packaging repository. For example, to see | ||
the changes made by the Debian maintainer in the first upload of upstream | ||
version 1.2.3, you could use: | ||
|
||
% git clone https://git.dgit.debian.org/foo | ||
% cd foo | ||
% git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian' | ||
|
||
(If you have dgit, use `dgit clone foo`, rather than plain `git clone`.) | ||
|
||
A single combined diff, containing all the changes, follows. |
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,16 @@ | ||
# | ||
# DEP-12: Per-package machine-readable metadata about Upstream | ||
# Please check * https://dep-team.pages.debian.net/deps/dep12/ | ||
# * https://wiki.debian.org/UpstreamMetadata | ||
Reference: | ||
Author: <please use full names and separate multiple author by the keyword "and"> | ||
Title: | ||
Journal: | ||
Year: | ||
Volume: | ||
Number: | ||
Pages: | ||
DOI: | ||
PMID: | ||
URL: | ||
eprint: |
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 @@ | ||
# You must remove unused comment lines for the released package. | ||
version=3 |