mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add debug.ucl and tests-debug.ucl, missed in a previous commit.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ca7d3fb715
commit
60107bd6b2
2 changed files with 26 additions and 0 deletions
13
release/packages/debug.ucl
Normal file
13
release/packages/debug.ucl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "%COMMENT% (debugging symbols)"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
13
release/packages/tests-debug.ucl
Normal file
13
release/packages/tests-debug.ucl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "%COMMENT% (debugging symbols)"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
||||
Loading…
Reference in a new issue