Debian packaging of the file type detection program file and library libmagic http://www.darwinsys.com/file/

Christoph Biedl f4513cc70a Merge upstream version 5.44 vor 1 Jahr
debian c1365e87b3 file 1:5.43-3 vor 1 Jahr
doc c78ecb72dd Import upstream version 5.44 vor 1 Jahr
m4 826ee4ffbf Import upstream version 5.41 vor 2 Jahren
magic c78ecb72dd Import upstream version 5.44 vor 1 Jahr
python c78ecb72dd Import upstream version 5.44 vor 1 Jahr
src c78ecb72dd Import upstream version 5.44 vor 1 Jahr
tests c78ecb72dd Import upstream version 5.44 vor 1 Jahr
AUTHORS 993f664c6d Import upstream version 5.35 vor 5 Jahren
COPYING 993f664c6d Import upstream version 5.35 vor 5 Jahren
ChangeLog c78ecb72dd Import upstream version 5.44 vor 1 Jahr
INSTALL 1a0aaa1f36 Import upstream version 5.08 vor 12 Jahren
MAINT 943dbe8879 Import upstream version 5.24 vor 8 Jahren
Makefile.am 589d555c46 Import upstream version 5.43 vor 1 Jahr
Makefile.in c78ecb72dd Import upstream version 5.44 vor 1 Jahr
NEWS 993f664c6d Import upstream version 5.35 vor 5 Jahren
README.DEVELOPER 826ee4ffbf Import upstream version 5.41 vor 2 Jahren
README.md 589d555c46 Import upstream version 5.43 vor 1 Jahr
RELEASE-PROCEDURE 826ee4ffbf Import upstream version 5.41 vor 2 Jahren
TODO f2fd0b683d Import upstream version 5.33 vor 6 Jahren
acinclude.m4 c78ecb72dd Import upstream version 5.44 vor 1 Jahr
aclocal.m4 c78ecb72dd Import upstream version 5.44 vor 1 Jahr
compile c78ecb72dd Import upstream version 5.44 vor 1 Jahr
config.guess c78ecb72dd Import upstream version 5.44 vor 1 Jahr
config.h.in c78ecb72dd Import upstream version 5.44 vor 1 Jahr
config.sub c78ecb72dd Import upstream version 5.44 vor 1 Jahr
configure c78ecb72dd Import upstream version 5.44 vor 1 Jahr
configure.ac c78ecb72dd Import upstream version 5.44 vor 1 Jahr
depcomp c78ecb72dd Import upstream version 5.44 vor 1 Jahr
install-sh 6c805a8615 Import upstream version 5.34 vor 5 Jahren
libmagic.pc.in 832cf42db1 Import upstream version 5.39 vor 3 Jahren
ltmain.sh 460653f3ba Import upstream version 5.38 vor 4 Jahren
missing c78ecb72dd Import upstream version 5.44 vor 1 Jahr

README.DEVELOPER

# How to get started developing

@(#) $File: README.DEVELOPER,v 1.9 2021/09/20 14:04:39 christos Exp $

## Auto files

After checking out the source, run the following:

autoreconf -f -i
make distclean # this can fail if you have not built before
./configure --disable-silent-rules
make -j4
make -C tests check

If you see errors, make sure you have the latest libtool and autoconf
This has been tested with autoconf-2.69 and libtool-2.4.2

## Installing dependencies

If your platform doesn't have the above tools, install the following
packages first.

### Debian

apt-get install \
automake \
gcc \
libtool \
make \
python \
zlib1g-dev \

See also `.travis.yml`.

### Mac OS X (MacPorts)

port install \
autoconf \
automake \
libtool \

### Mac OS X (HomeBrew)

brew install autoconf automake libtool

Tested with:
autoconf 2.69
automake 1.16.1
libtool 2.4.6