[apr] 04/04: Don't ship useless doxygen files

Stefan Fritsch sf at moszumanska.debian.org
Sat Aug 15 14:48:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apr.

commit 1b1c452ad3841e084c24d71161be6f14067cff8c
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat Aug 15 16:38:02 2015 +0200

    Don't ship useless doxygen files
---
 debian/changelog | 5 +++--
 debian/rules     | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 59824ea..ee6b651 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-apr (1.5.2-1) UNRELEASED; urgency=medium
+apr (1.5.2-1) unstable; urgency=medium
 
   * New upstream version
+  * Don't ship useless *.md5 doxygen files.
   * Bump Standards-Version (no changes)
 
- -- Stefan Fritsch <sf at debian.org>  Sat, 15 Aug 2015 13:10:09 +0200
+ -- Stefan Fritsch <sf at debian.org>  Sat, 15 Aug 2015 16:39:04 +0200
 
 apr (1.5.1-3) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 85743dc..d67f634 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,7 @@ endif
 
 override_dh_auto_build:
 	$(MAKE) -j$(NUMJOBS) -C $(BUILDDIR) all dox
+	find debian/build/docs/dox/html -name \*.md5 -delete
 
 #
 # test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr.git



More information about the Pkg-apache-commits mailing list