rev 19791 - kde-extras/exiv2/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Dec 15 19:08:10 UTC 2013


Author: pino
Date: 2013-12-15 19:08:10 +0000 (Sun, 15 Dec 2013)
New Revision: 19791

Modified:
   kde-extras/exiv2/trunk/debian/changelog
   kde-extras/exiv2/trunk/debian/rules
Log:
remove doxygen-generated *.map and *.md5 files


Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2013-12-15 19:06:43 UTC (rev 19790)
+++ kde-extras/exiv2/trunk/debian/changelog	2013-12-15 19:08:10 UTC (rev 19791)
@@ -15,6 +15,7 @@
     - sort them
   * Remove the libtool .la file instead of installing it; dependencies have to
     be rebuilt for the SONAME bump anyway, so there is no risk for breakages.
+  * Remove the doxygen-generated *.map and *.md5 files from the -doc package.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 15 Dec 2013 19:22:59 +0100
 

Modified: kde-extras/exiv2/trunk/debian/rules
===================================================================
--- kde-extras/exiv2/trunk/debian/rules	2013-12-15 19:06:43 UTC (rev 19790)
+++ kde-extras/exiv2/trunk/debian/rules	2013-12-15 19:08:10 UTC (rev 19791)
@@ -26,6 +26,7 @@
 override_dh_installdocs:
 	dh_installdocs -A -Xcmd.txt -XMakefile -Xtemplates -XChangeLog
 	find $(CURDIR)/debian -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
+	find $(CURDIR)/debian -name '*.map' -o -name '*.md5' -delete
 
 override_dh_installchangelogs:
 	dh_installchangelogs -A doc/ChangeLog




More information about the pkg-kde-commits mailing list