[med-svn] r21189 - trunk/packages/neobio/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Thu Jan 14 12:41:58 UTC 2016


Author: tille
Date: 2016-01-14 12:41:58 +0000 (Thu, 14 Jan 2016)
New Revision: 21189

Modified:
   trunk/packages/neobio/trunk/debian/changelog
   trunk/packages/neobio/trunk/debian/rules
Log:
Fix sf privacy breach logo, upload to unstable


Modified: trunk/packages/neobio/trunk/debian/changelog
===================================================================
--- trunk/packages/neobio/trunk/debian/changelog	2016-01-14 10:37:14 UTC (rev 21188)
+++ trunk/packages/neobio/trunk/debian/changelog	2016-01-14 12:41:58 UTC (rev 21189)
@@ -1,4 +1,4 @@
-neobio (0.0.20030929-2) UNRELEASED; urgency=medium
+neobio (0.0.20030929-2) unstable; urgency=medium
 
   * moved debian/upstream to debian/upstream/metadata
   * cme fix dpkg-control
@@ -7,9 +7,11 @@
   * mention removed files in Files-Excluded
   * Add fake watch file to document that there are no versioned downloads
   * Remove menu file since there is a desktop file
-  * d/rules: Fix estimation of version number
+  * d/rules:
+     - Fix estimation of version number
+     - Fix sf privacy breach logo
 
- -- Andreas Tille <tille at debian.org>  Thu, 14 Jan 2016 09:43:15 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Jan 2016 11:41:31 +0100
 
 neobio (0.0.20030929-1.1) unstable; urgency=low
 

Modified: trunk/packages/neobio/trunk/debian/rules
===================================================================
--- trunk/packages/neobio/trunk/debian/rules	2016-01-14 10:37:14 UTC (rev 21188)
+++ trunk/packages/neobio/trunk/debian/rules	2016-01-14 12:41:58 UTC (rev 21189)
@@ -21,5 +21,13 @@
 	rm -rf classes
 	dh_clean
 
+override_dh_installdocs:
+	dh_installdocs
+	# remove sflogo which triggers privacy-breach-logo lintian error
+	sed -i  -e 's#<IMG SRC="http://sourceforge.net/sflogo.php?.* ALT="\([^"]\+\)" />#\1#' \
+		-e '/http:\/\/m1.nedstatbasic.net\//,/http:\/\/v1.nedstatbasic.net\//d' \
+		debian/*/usr/share/doc/*/html/*.html \
+		debian/*/usr/share/doc/*/html/*/*/*.html
+
 get-orig-source:
 	. debian/get-orig-source




More information about the debian-med-commit mailing list