Debian packages may now be built from output of make dist and friends

SVN revision: 4208
This commit is contained in:
Horms 2001-02-14 18:26:29 +00:00
parent c6fc12fa81
commit 00325e42ae
3 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ MAINTAINERCLEANFILES = INSTALL Makefile.in aclocal.m4 config.guess \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in
SUBDIRS = libltdl src filters doc loaders
SUBDIRS = libltdl src filters doc loaders debian
bin_SCRIPTS = imlib2-config

View File

@ -346,7 +346,8 @@ AC_SUBST(x_libs)
AC_SUBST(dlopen_libs)
AC_OUTPUT(imlib2-config Makefile loaders/Makefile src/Makefile test/Makefile \
filters/Makefile demo/Makefile doc/Makefile imlib2.spec,
filters/Makefile demo/Makefile doc/Makefile imlib2.spec \
debian/Makefile,
[
test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h;
chmod +x imlib2-config

2
debian/.cvsignore vendored Normal file
View File

@ -0,0 +1,2 @@
Makefile
Makeflile.in