r459 - packages/wormux/trunk/debian
Jean Parpaillon
artefact-guest at costa.debian.org
Tue Apr 11 03:33:09 UTC 2006
Author: artefact-guest
Date: 2006-04-11 03:33:08 +0000 (Tue, 11 Apr 2006)
New Revision: 459
Added:
packages/wormux/trunk/debian/wormux.manpages
Modified:
packages/wormux/trunk/debian/dirs
packages/wormux/trunk/debian/docs
packages/wormux/trunk/debian/rules
packages/wormux/trunk/debian/wormux.6
packages/wormux/trunk/debian/wormux.menu
Log:
Fixed errors/warning reported by lintian:
- no manpage for wormux
- INSTALL file is not needed
- duplicate copyright/COPYING file
- changelog not compressed
- wormux package create /usr/man dir
Modified: packages/wormux/trunk/debian/dirs
===================================================================
--- packages/wormux/trunk/debian/dirs 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/dirs 2006-04-11 03:33:08 UTC (rev 459)
@@ -1,2 +0,0 @@
-usr/bin
-usr/man/man6
Modified: packages/wormux/trunk/debian/docs
===================================================================
--- packages/wormux/trunk/debian/docs 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/docs 2006-04-11 03:33:08 UTC (rev 459)
@@ -1,6 +1,4 @@
ChangeLog
-INSTALL
README
TODO
AUTHORS
-COPYING
Modified: packages/wormux/trunk/debian/rules
===================================================================
--- packages/wormux/trunk/debian/rules 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/rules 2006-04-11 03:33:08 UTC (rev 459)
@@ -85,9 +85,10 @@
# Add here commands to install the arch part of the package into
# debian/tmp.
- cd po && $(MAKE) install DESTDIR=$(CURDIR)/debian/wormux
+ cd po && $(MAKE) install DESTDIR=$(CURDIR)/debian/wormux MANDIR=$(DESTDIR)/usr/share/man
dh_install -pwormux debian/wormux.desktop /usr/share/applications
dh_install -pwormux src/wormux /usr/games
+ dh_installman -pwormux debian/wormux.6
dh_install -s
# Must not depend on anything. This is to be called by
@@ -96,12 +97,11 @@
binary-common:
dh_testdir
dh_testroot
- dh_installchangelogs ChangeLog
+ dh_installchangelogs -k ChangeLog
dh_installdocs
dh_installexamples
dh_installmenu
dh_desktop
- dh_installman
dh_link
dh_strip
dh_compress
Modified: packages/wormux/trunk/debian/wormux.6
===================================================================
--- packages/wormux/trunk/debian/wormux.6 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/wormux.6 2006-04-11 03:33:08 UTC (rev 459)
@@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
-.TH WORMUX SECTION "february 17, 2006"
+.TH WORMUX 6 "april 08, 2006"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@@ -56,5 +56,5 @@
.br
- Victor STINNER <victor.stinner at haypocalc.com>
.PP
-This manual page was written by Jean Parpaillon <jean.parpaillon at free.fr>,
+This manual page was written by Jean Parpaillon <artefact at altern.org>,
for the Debian project (but may be used by others).
Added: packages/wormux/trunk/debian/wormux.manpages
===================================================================
--- packages/wormux/trunk/debian/wormux.manpages 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/wormux.manpages 2006-04-11 03:33:08 UTC (rev 459)
@@ -0,0 +1 @@
+debian/wormux.6
\ No newline at end of file
Modified: packages/wormux/trunk/debian/wormux.menu
===================================================================
--- packages/wormux/trunk/debian/wormux.menu 2006-04-11 00:00:16 UTC (rev 458)
+++ packages/wormux/trunk/debian/wormux.menu 2006-04-11 03:33:08 UTC (rev 459)
@@ -1,6 +1,6 @@
-?package(wormux):
- needs="X11" \
+?package(wormux): \
+ needs="X11" \
section="Games/Arcade"\
icon="/usr/share/pixmaps/wormux-32.xpm" \
- title="Wormux" \
+ title="Wormux" \
command="/usr/games/wormux"
More information about the Pkg-games-devel
mailing list