diff options
| author | ruki <[email protected]> | 2024-06-14 22:39:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-06-14 22:39:06 +0800 |
| commit | 44daa72100eff20fca36cefe898c86306e5651de (patch) | |
| tree | fef474f5bac5dddf568ce6d3dc82a6e8dda55884 /xmake/scripts/xpack/deb/debian/control | |
| parent | ff6a2cbe45b52d618e8f2a71f4579d43a980accb (diff) | |
improve debian copyright
Diffstat (limited to 'xmake/scripts/xpack/deb/debian/control')
| -rw-r--r-- | xmake/scripts/xpack/deb/debian/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xmake/scripts/xpack/deb/debian/control b/xmake/scripts/xpack/deb/debian/control index 37845914b..1443bb33e 100644 --- a/xmake/scripts/xpack/deb/debian/control +++ b/xmake/scripts/xpack/deb/debian/control @@ -1,16 +1,16 @@ -Source: xmake +Source: ${PACKAGE_NAME} Section: unknown Priority: optional -Maintainer: unknown <[email protected]> +Maintainer: ${PACKAGE_MAINTAINER} Build-Depends: debhelper-compat (= 13) Standards-Version: 4.6.0 -Homepage: <insert the upstream URL, if relevant> +Homepage: ${PACKAGE_HOMEPAGE} #Vcs-Browser: https://salsa.debian.org/debian/xmake #Vcs-Git: https://salsa.debian.org/debian/xmake.git Rules-Requires-Root: no -Package: xmake +Package: ${PACKAGE_NAME} Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Description: <insert up to 60 chars description> - <insert long description, indented with spaces> +Description: ${PACKAGE_TITLE} + ${PACKAGE_DESCRIPTION} |
