forked from SCST-project/scst
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specify linux headers dependencies in control file
- Loading branch information
1 parent
d82bdcc
commit 34a44cd
Showing
1 changed file
with
9 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -3,14 +3,22 @@ Section: net | |
Priority: optional | ||
Maintainer: Vladislav Bolkhovitin <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
linux-headers-truenas-production-amd64, | ||
linux-headers-truenas-debug-amd64, | ||
linux-image-truenas-production-amd64, | ||
linux-image-truenas-debug-amd64, | ||
quilt, | ||
dpkg-dev (>= 1.13.19) | ||
Standards-Version: 4.1.1 | ||
Homepage: http://scst.sourceforge.net | ||
|
||
Package: scst | ||
Architecture: any | ||
Depends: ${misc:Depends} | ||
Depends: linux-headers-truenas-production-amd64, | ||
linux-headers-truenas-debug-amd64, | ||
linux-image-truenas-production-amd64, | ||
linux-image-truenas-debug-amd64, | ||
${misc:Depends} | ||
Conflicts: scst-dkms | ||
Description: Generic SCSI target framework | ||
SCST is a SCSI target framework that allows local block device data to be | ||
|