PackManUtil 1.0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PackManUtil 1.0.1 (Default branch)
# 1  
Old 01-27-2009
PackManUtil 1.0.1 (Default branch)

Image PackManUtil is a command line application for simplifying the build and management process for source packages. It was originally written for use with an x86_64, multi-lib Cross Linux from Scratch (CLFS) system. Since then, it has been extended to be used on ix86 CLFS systems. PackManUtil consists of several system-wide scripts to handle the brunt of the work. A separate build script is created for each package. PackManUtil comes with a system-wide configuration file, but variables can be overridden on a package-specific basis in the build script. PackManUtil has also been tested on Slamd64-12.1 and Slackware-12.1; however, these distributions are not officially supported. License: MIT/X Consortium License Changes:
New build scripts have been added. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dpkg-checkbuilddeps(1)						  dpkg utilities					    dpkg-checkbuilddeps(1)

NAME
dpkg-checkbuilddeps - check build dependencies and conflicts SYNOPSIS
dpkg-checkbuilddeps [option...] [control-file] DESCRIPTION
This program checks the installed packages in the system against the build dependencies and build conflicts listed in the control file. If any are not met, it displays them and exits with a nonzero return code. By default, debian/control is read, but an alternate control filename may be specified on the command line. OPTIONS
--admindir=dir Change the location of the dpkg database. The default location is /var/lib/dpkg. -A Ignore Build-Depends-Arch and Build-Conflicts-Arch lines. Use when only arch-indep packages will be built, or combine with -B when only a source package is to be built. -B Ignore Build-Depends-Indep and Build-Conflicts-Indep lines. Use when only arch-dep packages will be built, or combine with -A when only a source package is to be built. -d build-depends-string -c build-conflicts-string Use the given build dependencies/conflicts instead of those contained in the debian/control file. -a arch Check build dependencies/conflicts assuming that the package described in the control file is to be built for the given host archi- tecture instead of the architecture of the current system. -?, --help Show the usage message and exit. --version Show the version and exit. Debian Project 2012-05-22 dpkg-checkbuilddeps(1)