Author: adsb
Date: 2009-02-12 19:03:26 +0000 (Thu, 12 Feb 2009)
New Revision: 1818
Added:
trunk/debian/lintian.overrides
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
debian/lintian.overrides: New file to allow us to override lintian
thinking that the mention of snapshot.debian.net in debsnap's description
is a reference to an upstream homepage.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-02-11 23:12:50 UTC (rev 1817)
+++ trunk/debian/changelog 2009-02-12 19:03:26 UTC (rev 1818)
@@ -26,6 +26,9 @@
Cristian Greco. (Closes: #514812)
* README.newscripts: Correct the "svn propset" syntax added in the previous
upload.
+ * debian/lintian.overrides: New file to allow us to override lintian
+ thinking that the mention of snapshot.debian.net in debsnap's description
+ is a reference to an upstream homepage.
-- Adam D. Barratt <[email protected]> Wed, 21 Jan 2009 19:48:47 +0000
Added: trunk/debian/lintian.overrides
===================================================================
--- trunk/debian/lintian.overrides (rev 0)
+++ trunk/debian/lintian.overrides 2009-02-12 19:03:26 UTC (rev 1818)
@@ -0,0 +1,2 @@
+# "debsnap: grab packages from http://snapshot.debian.net" isn't a homepage
+devscripts: description-possibly-contains-homepage http://snapshot.debian.net
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2009-02-11 23:12:50 UTC (rev 1817)
+++ trunk/debian/rules 2009-02-12 19:03:26 UTC (rev 1818)
@@ -45,6 +45,9 @@
dh_installdirs
dh_install
chmod +x debian/devscripts/usr/share/bug/devscripts/script
+ install -d debian/devscripts/usr/share/lintian/overrides
+ install -p -m644 debian/lintian.overrides \
+ debian/devscripts/usr/share/lintian/overrides/devscripts
$(MAKE) DESTDIR=$(CURDIR)/debian/devscripts install
# Build architecture-independent files here.
--
To unsubscribe, send mail to [email protected].