1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: #PACKAGE#
Section: libs
Priority: optional
Maintainer: #USERNAME# <#EMAIL#>
Rules-Requires-Root: no
Build-Depends:
#BUILD_DEPS#
Standards-Version: #POLICY#
Homepage: <insert the upstream URL, if relevant>
#Vcs-Browser: https://salsa.debian.org/debian/#PACKAGE#
#Vcs-Git: https://salsa.debian.org/debian/#PACKAGE#.git
Package: #PACKAGE#-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
#PACKAGE#BROKEN (= ${binary:Version}),
${misc:Depends},
Description: <insert up to 60 chars description>
<Insert long description, indented with spaces.>
Package: #PACKAGE#BROKEN
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: <insert up to 60 chars description>
<Insert long description, indented with spaces.>
|