File: control

package info (click to toggle)
dh-make 2.202503
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 1,022; sh: 80; makefile: 11
file content (30 lines) | stat: -rw-r--r-- 776 bytes parent folder | download | duplicates (2)
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.>