mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-13 15:09:53 +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`
2 lines
324 B
Plaintext
2 lines
324 B
Plaintext
example/101-special-values.cc example/103-bitset.cc example/104-quine.cc example/105-c++17-reflection.cc example/1-hello-world.cc example/2-conversions.cc example/3-iterate.cc example/4-switch.cc example/5-map.cc example/6-iostreams.cc example/7-safety.cc example/8-representation.cc example/9-constexpr.cc example/Makefile
|