mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-14 23:49:52 +08:00
PROBLEM STATEMENT: Better-enums currently does not provide a way to deliver its contents as a Debian package SOLUTION: Added Debian packaging files DETAILS: Follows the standard Debian Packaging rules. See https://www.debian.org/doc/manuals/debmake-doc/index.en.html IMPACT ANALYSIS: When making future releases, `debian/changelog` needs to be updated TESTING: - Ran `dpkg-buildpackage -us -uc -b` - Ran `dpkc -c` on resulting DEB file - Ran `lintian` on resulting DEB file - Installed resulting DEB file and compiled against it using `pkg-config --cflags better-enums`
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
Source: better-enums
|
|
Section: libdevel
|
|
Priority: optional
|
|
Maintainer: Daikin ADC Controls Dev <Controls.Dev@daikinapplied.com>
|
|
Build-Depends: debhelper (>= 10)
|
|
Standards-Version: 4.1.2
|
|
|
|
Package: better-enums0-dev
|
|
Provides: better-enums-dev
|
|
Conflicts: better-enums-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: ${misc:Depends}
|
|
Description: Files needed to develop against better-enums
|
|
This package contains include files needed to develop applications
|
|
with better-enums.
|
|
|