File: control

package info (click to toggle)
libwhereami 0.0~git20200503.e07bc35-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 264 kB
  • sloc: ansic: 185; makefile: 166
file content (32 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download
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
Source: libwhereami
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/gpakosz/whereami
Vcs-Git: https://salsa.debian.org/yangfl-guest/whereami.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/whereami

Package: libwhereami-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libwhereami0 (= ${binary:Version}), ${misc:Depends}
Description: locate the current executable and the current module (development files)
 A drop-in two files library to locate the current executable and the current
 module on the file system. Supported many platforms, including Windows, Linux,
 and Mac.
 .
 This package contains the header.

Package: libwhereami0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: locate the current executable and the current module
 A drop-in two files library to locate the current executable and the current
 module on the file system. Supported many platforms, including Windows, Linux,
 and Mac.