mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
More debian package build tweaks.
Clean out libtool links from m4/. Remove redundant dependency on automake1.8. Add dependencies for libjack-dev and libwildmidi-dev. More work needs to be done on package contents, but things do build.
This commit is contained in:
parent
774f049646
commit
de8a9cd6cd
3 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,8 @@ if test "$1" = "clean"; then
|
|||
mkinstalldirs quakeforge-config quakeforge.lsm
|
||||
rm -f compile config.guess config.sub depcomp ltmain.sh ylwrap
|
||||
rm -rf autom4te.cache
|
||||
rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 \
|
||||
m4/lt~obsolete.m4
|
||||
|
||||
cd -
|
||||
find . \( -path ./tools/gas2masm -o -path ./tools/quaketoascii \) -name Makefile -print0 | xargs $ARGS rm -f
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: contrib/games
|
|||
Priority: optional
|
||||
Maintainer: Jeff Teunissen <deek@debian.org>
|
||||
Standards-Version: 3.1.1
|
||||
Build-Depends: automake (>= 1.8) | automake1.8, autoconf, libtool, bison, flex, debhelper, libsdl1.2-dev, zlib1g-dev, libncurses5-dev, xorg-dev | xlibs-dev (>= 4), libasound2-dev, libogg-dev, libvorbis-dev, libflac-dev, libpng12-dev, libsamplerate0-dev, git-core, x11proto-xf86vidmode-dev
|
||||
Build-Depends: automake (>= 1.8) | automake1.8, autoconf, libtool, bison, flex, debhelper, libsdl1.2-dev, zlib1g-dev, libncurses5-dev, xorg-dev | xlibs-dev (>= 4), libasound2-dev, libogg-dev, libvorbis-dev, libflac-dev, libwildmidi-dev, libjack-dev, libpng12-dev, libsamplerate0-dev, git-core, x11proto-xf86vidmode-dev
|
||||
|
||||
Package: quakeforge
|
||||
Architecture: any
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -70,6 +70,8 @@ clean:
|
|||
|
||||
# Add here commands to clean up after the build process.
|
||||
-$(MAKE) distclean
|
||||
# VERY clean
|
||||
./bootstrap clean
|
||||
|
||||
dh_clean
|
||||
|
||||
|
|
Loading…
Reference in a new issue