mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Clean up lintian warnings/errors
After this, should mostly be sonames and no-man-pages problems.
This commit is contained in:
parent
8653f9d9a7
commit
485bff62bd
8 changed files with 17 additions and 60 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
quakeforge (0.6.0~git20101223-1) frozen unstable; urgency=low
|
||||
|
||||
* The "No, really" release.
|
||||
* Cleaned up lintian errors.
|
||||
|
||||
-- Jeff Teunissen <deek@d2dc.net> Fri, 24 Dec 2010 16:49:21 -0500
|
||||
|
||||
quakeforge (0.6.0~git20101223-0) frozen unstable; urgency=low
|
||||
|
||||
* Getting ready for 0.6.0 release.
|
||||
|
|
12
debian/copyright
vendored
12
debian/copyright
vendored
|
@ -4,7 +4,8 @@ compiled by Jeff Teunissen <deek@debian.org>.
|
|||
Original sources can be found at:
|
||||
http://www.quakeforge.net/files.php
|
||||
|
||||
Copyright (C) 1999-2001 contributors to the QuakeForge Project.
|
||||
Copyright (C) 1996-1999 Id Software, Inc.
|
||||
Copyright (C) 1999-2010 contributors to the QuakeForge Project.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of the GNU General Public License as published by the
|
||||
|
@ -20,10 +21,11 @@ You should have received a copy of the GNU General Public License along
|
|||
with QuakeForge; if not, write to:
|
||||
|
||||
Free Software Foundation, Inc.
|
||||
59 Temple Place
|
||||
Suite 330 Boston, MA 02111-1307 USA
|
||||
51 Franklin Street, Fifth Floor
|
||||
Boston, MA 02110-1301
|
||||
USA
|
||||
|
||||
Portions of QuakeForge are Copyright (C) 1996-1997 id Software, Inc.
|
||||
Used under license.
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
Quake and QuakeWorld are registered trademarks of id Software, Inc.
|
||||
|
|
2
debian/quakeforge-alsa.prerm
vendored
2
debian/quakeforge-alsa.prerm
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
update-alternatives --remove quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_alsa.so
|
||||
|
||||
|
|
17
debian/quakeforge-common.postrm
vendored
17
debian/quakeforge-common.postrm
vendored
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
remove)
|
||||
ldconfig
|
||||
;;
|
||||
purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||||
# nothing to do
|
||||
;;
|
||||
*)
|
||||
echo "postrm called with unknown argument \`$1'" >&2
|
||||
exit 0
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
17
debian/quakeforge-libs-gl.postrm
vendored
17
debian/quakeforge-libs-gl.postrm
vendored
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
remove)
|
||||
ldconfig
|
||||
;;
|
||||
purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||||
# nothing to do
|
||||
;;
|
||||
*)
|
||||
echo "postrm called with unknown argument \`$1'" >&2
|
||||
exit 0
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
17
debian/quakeforge-libs-sw.postrm
vendored
17
debian/quakeforge-libs-sw.postrm
vendored
|
@ -1,17 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
case "$1" in
|
||||
remove)
|
||||
ldconfig
|
||||
;;
|
||||
purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
|
||||
# nothing to do
|
||||
;;
|
||||
*)
|
||||
echo "postrm called with unknown argument \`$1'" >&2
|
||||
exit 0
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
2
debian/quakeforge-oss.prerm
vendored
2
debian/quakeforge-oss.prerm
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/sh -e
|
||||
|
||||
update-alternatives --remove quakeforge-audio-default /usr/lib/quakeforge/plugins/snd_output_oss.so
|
||||
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -68,7 +68,7 @@ changelog-stamp:
|
|||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp configure-stamp changelog-stamp debian/quakeforge-common.conffiles
|
||||
rm -f build-stamp configure-stamp changelog-stamp
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
-$(MAKE) distclean
|
||||
|
@ -114,7 +114,6 @@ install: build
|
|||
$(tmp)/usr/games/qfvis
|
||||
|
||||
# quakeforge-common
|
||||
find $(tmp)/etc ! -type d | sed -e "s:^$(tmp)::" > debian/$(common).conffiles
|
||||
dh_install -p$(common) --sourcedir=$(tmp)
|
||||
dh_installdocs -p$(common) NEWS TODO
|
||||
dh_installchangelogs -p$(common) ChangeLog
|
||||
|
|
Loading…
Reference in a new issue