| Package | genmkfile |
| Version | 3:18.3-1 |
| Architecture | all |
| Maintainer | Patrick Schleizer |
| Installed-Size | 174 |
| Depends | make, dpkg-dev, devscripts, moreutils, safe-rm, strip-nondeterminism, perl, rsync, python3 |
| Homepage | https://github.com/Kicksecure/genmkfile |
| Priority | optional |
| Section | misc |
| Filename | pool/main/g/genmkfile/genmkfile_18.3-1_all.deb |
| Size | 64672 |
| SHA256 | c4ce169fc2497b47a30d3d0ac69deb7372a6d2ac9fea9efa37bbd04ec0b6a3ea |
| SHA1 | 7ede12d706b046f3c47a1cbab740a91bb0a4311f |
| MD5sum | 488533d599cb21fb48ffd27d2bfe70d6 |
| Description | Generic Makefile
Makes packaging simpler. No more need to manually maintain
'make install' targets or distribution specific install files such as
debian/pkg-name.install.
.
Files in etc/... in root source folder will be installed to /etc/..., files in
usr/... will be installed to /usr/... and so forth. This should make renaming,
moving files around, packaging, etc. very simple. Packaging of most packages
can look very similar.
.
Provides common make targets such as 'make install', 'make dist',
'make installsim', 'make installcheck', 'make uninstall',
'make uninstallcheck', 'make distclean'.
.
Very extensible through
file ./make-helper-overrides.bsh or
folder ./make-helper-overrides.d.
By using overrides, any make target can be easily extended using pre or post
hooks or replaced.
Override files which are executable will be used.
Override files which are not executable will be skipped.
.
Contains a minimal Makefile while the heavy lifting is done by a bash script
make-helper.bsh.
.
Building for multiple platforms possible, example:
export make_cross_build_platform_list="i386 amd64"
.
Can call with lintian (static analysis tool for Debian packages).
By default it will be using lintian if installed while failing open
(non-zero exit code).
lintian can be disabled.
export make_use_lintian=false
Or can be configured to fail closed (non-zero exit code).
export make_use_lintian=true
.
Can build packages without chroot using debuild (default) or inside chroot
using cowbuilder. To enable cowbuilder, use:
export make_use_cowbuilder=true
.
Supports signing packages using debsign.
(sign a Debian .changes and .dsc file pair using GPG)
export make_use_debsign=true |
| Description-md5 | |