r6949 - packages/trunk/vegastrike/debian

Andres Mejia ceros-guest at alioth.debian.org
Sun May 11 06:48:00 UTC 2008


Author: ceros-guest
Date: 2008-05-11 06:48:00 +0000 (Sun, 11 May 2008)
New Revision: 6949

Added:
   packages/trunk/vegastrike/debian/vegastrike.override
Modified:
   packages/trunk/vegastrike/debian/changelog
   packages/trunk/vegastrike/debian/rules
Log:
Install lintian override for manpage warning. Delete Makefile.in when cleaning.

Modified: packages/trunk/vegastrike/debian/changelog
===================================================================
--- packages/trunk/vegastrike/debian/changelog	2008-05-11 06:38:46 UTC (rev 6948)
+++ packages/trunk/vegastrike/debian/changelog	2008-05-11 06:48:00 UTC (rev 6949)
@@ -17,6 +17,7 @@
   * Updated watchfile.
   * Add bigger icon for .desktop files.
   * Fix quilt warnings about patches.
+  * Add lintian override for manpage warning.
 
  -- Andres Mejia <mcitadel at gmail.com>  Sat, 10 May 2008 23:29:36 -0400
 

Modified: packages/trunk/vegastrike/debian/rules
===================================================================
--- packages/trunk/vegastrike/debian/rules	2008-05-11 06:38:46 UTC (rev 6948)
+++ packages/trunk/vegastrike/debian/rules	2008-05-11 06:48:00 UTC (rev 6949)
@@ -75,7 +75,7 @@
 # These files are generated by autotools or during build. They are removed
 # to get the cleanest diff.gz possible.
 	rm -f install-sh config.guess config.sub configure aclocal.m4 depcomp \
-	  config.log
+	  config.log Makefile.in
 	rm -f vegastrike.png
 	rm -f configure-stamp build-stamp
 	dh_clean
@@ -94,6 +94,9 @@
 	dh_install debian/vegastrike.desktop usr/share/applications
 	dh_install debian/vegastrike-setup.desktop usr/share/applications
 	dh_install debian/vegastrike.xpm usr/share/pixmaps
+	mkdir -p debian/vegastrike/usr/share/lintian/overrides
+	install -m 644 debian/vegastrike.override \
+		debian/vegastrike/usr/share/lintian/overrides/vegastrike
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/vegastrike/
 # Install the small wrapper around vssetup
 	dh_install debian/scripts/vsinstall usr/games

Added: packages/trunk/vegastrike/debian/vegastrike.override
===================================================================
--- packages/trunk/vegastrike/debian/vegastrike.override	                        (rev 0)
+++ packages/trunk/vegastrike/debian/vegastrike.override	2008-05-11 06:48:00 UTC (rev 6949)
@@ -0,0 +1,3 @@
+# There's nothing we can do about this line, since it pertains to a long path to
+# a file from the package.
+vegastrike: manpage-has-errors-from-man usr/share/man/man6/vegastrike.6.gz 55: warning [p 1, 7.5i]: cannot adjust line




More information about the Pkg-games-commits mailing list