Package - genmkfile

Package:  genmkfile
apt-get install genmkfile
Manuals in package:
Documentations in package:

Primary informations

Download package: https://deb.kicksecure.com/pool/main/g/genmkfile/genmkfile_18.3-1_all.deb (Size: 63.2KiB)

PropertyValue
Packagegenmkfile
Version3:18.3-1
Architectureall
MaintainerPatrick Schleizer
Installed-Size174
Dependsmake, dpkg-dev, devscripts, moreutils, safe-rm, strip-nondeterminism, perl, rsync, python3
Homepagehttps://github.com/Kicksecure/genmkfile
Priorityoptional
Sectionmisc
Filenamepool/main/g/genmkfile/genmkfile_18.3-1_all.deb
Size64672
SHA256c4ce169fc2497b47a30d3d0ac69deb7372a6d2ac9fea9efa37bbd04ec0b6a3ea
SHA17ede12d706b046f3c47a1cbab740a91bb0a4311f
MD5sum488533d599cb21fb48ffd27d2bfe70d6
DescriptionGeneric 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

Files in package

  • /usr/bin/genmkfile
  • /usr/share/doc/genmkfile/changelog.Debian.gz
  • /usr/share/doc/genmkfile/changelog.gz
  • /usr/share/doc/genmkfile/copyright
  • /usr/share/genmkfile/Makefile
  • /usr/share/genmkfile/make-helper-one.bsh
  • /usr/share/genmkfile/make-helper.bsh
  • /usr/share/genmkfile/makefile-full
  • /usr/share/genmkfile/shared.bsh
  • /usr/share/genmkfile/version-bump-calculate
  • /usr/share/man/man8/genmkfile.8.gz