r9377 - packages/trunk/cookietool/debian

Peter Pentchev roam-guest at alioth.debian.org
Fri Apr 3 14:31:53 UTC 2009


Author: roam-guest
Date: 2009-04-03 14:31:53 +0000 (Fri, 03 Apr 2009)
New Revision: 9377

Added:
   packages/trunk/cookietool/debian/cookietool.lintian-overrides
Modified:
   packages/trunk/cookietool/debian/changelog
   packages/trunk/cookietool/debian/dirs
   packages/trunk/cookietool/debian/rules
Log:
Override the no-upstream-changelog and no-homepage-field lintian warnings.


Modified: packages/trunk/cookietool/debian/changelog
===================================================================
--- packages/trunk/cookietool/debian/changelog	2009-04-03 14:12:04 UTC (rev 9376)
+++ packages/trunk/cookietool/debian/changelog	2009-04-03 14:31:53 UTC (rev 9377)
@@ -12,6 +12,7 @@
     - unfortunately, the original source files do not have a defensible
       copyright statement - they all have only a "(c)" string in
       the comments - but there's nothing we can do about it for the present
+  * Override the "no upstream changelog" and "no homepage field" warnings.
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 03 Apr 2009 16:18:42 +0300
 

Added: packages/trunk/cookietool/debian/cookietool.lintian-overrides
===================================================================
--- packages/trunk/cookietool/debian/cookietool.lintian-overrides	                        (rev 0)
+++ packages/trunk/cookietool/debian/cookietool.lintian-overrides	2009-04-03 14:31:53 UTC (rev 9377)
@@ -0,0 +1,2 @@
+cookietool: no-upstream-changelog
+cookietool: no-homepage-field

Modified: packages/trunk/cookietool/debian/dirs
===================================================================
--- packages/trunk/cookietool/debian/dirs	2009-04-03 14:12:04 UTC (rev 9376)
+++ packages/trunk/cookietool/debian/dirs	2009-04-03 14:31:53 UTC (rev 9377)
@@ -1 +1,2 @@
 usr/games
+usr/share/lintian/overrides

Modified: packages/trunk/cookietool/debian/rules
===================================================================
--- packages/trunk/cookietool/debian/rules	2009-04-03 14:12:04 UTC (rev 9376)
+++ packages/trunk/cookietool/debian/rules	2009-04-03 14:31:53 UTC (rev 9377)
@@ -4,6 +4,9 @@
 
 include /usr/share/quilt/quilt.make
 
+PACKAGE=	cookietool
+D=		$(CURDIR)/debian/$(PACKAGE)
+
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
@@ -33,7 +36,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp.
-	$(MAKE) install DESTDIR=`pwd`/debian/cookietool
+	$(MAKE) install DESTDIR=$D
 
 
 # Build architecture-independent files here.
@@ -47,6 +50,8 @@
 	dh_installdocs
 	dh_installman doc/cdbsplit.6 doc/cookietool.6 doc/cdbdiff.6
 	dh_installchangelogs 
+	# This will be replaced with dh_lintian with newer debhelper
+	install -c -o root -g root -m 644 debian/cookietool.lintian-overrides $D/usr/share/lintian/overrides/$(PACKAGE)
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Pkg-games-commits mailing list