Welcome to mirror list, hosted at ThFree Co, Russian Federation.

control « debian « sample « debian « packages « fixtures « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 168d8e20d62fe626776207054b38d6f5831987be (plain)
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
31
32
33
34
35
Source: sample
Priority: optional
Maintainer: John Doe <john.doe@example.com>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Section: libs
Homepage: https://gitlab.com/
#Vcs-Browser: https://salsa.debian.org/debian/sample-1.2.3
#Vcs-Git: https://salsa.debian.org/debian/sample-1.2.3.git
Rules-Requires-Root: no

Package: sample-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsample0 (= ${binary:Version}), ${misc:Depends}
Description: Some mostly empty developpement files
 Used in GitLab tests.
 .
 Testing another paragraph.

Package: libsample0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Some mostly empty lib
 Used in GitLab tests.
 .
 Testing another paragraph.

Package: sample-udeb
Package-Type: udeb
Architecture: any
Depends: installed-base
Description: Some mostly empty udeb