logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pkgsanitychecks - run sanity checks on the package

Author

pkgsanitychecks is developed by Matthias Klose <doko@ubuntu.com>.

Matthias Klose                                  January 05, 2009                              pkgsanitychecks(1)

Description

pkgsanitychecks  runs  sanity  checks on the binary packages and lets the build fail if the sanity checks
       don't pass.

       The following checks are run:

       Locationofpublicpythonmodules
              Starting  with  python-2.6  the  public  python   modules   are   expected   to   be   placed   in
              /usr/lib/pythonX.Y/dist-packages instead of /usr/lib/pythonX.Y/site-packages.Filesin/usr/local
              Checks if any files are placed in /usr/local instead of /usr.Filesin/usr/share/initramfs-tools/hooks/
              Checks if any files are placed in /usr/share/initramfs-tools/hooks/ are not executable.

Environment Variables

NO_PKG_MANGLE
              If this variable is set to a nonempty value, then pkgsanitychecks is disabled. This is most useful
              if source packages build nested binary packages as part of their build.

Name

       pkgsanitychecks - run sanity checks on the package

Synopsis

pkgsanitychecksdirectory

See Also