[med-svn] [sra-sdk] 03/03: Reactivate deletion of libs/krypto/*.pic.o.list files to get a really clean source
Andreas Tille
tille at debian.org
Tue Oct 22 18:40:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 9244ef5d8da96716ac06f13e6b019a8bf4a00ea2
Author: Andreas Tille <tille at debian.org>
Date: Tue Oct 22 20:32:29 2013 +0200
Reactivate deletion of libs/krypto/*.pic.o.list files to get a really clean source
---
debian/changelog | 2 ++
debian/rules | 3 +--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bf1222f..f05eb98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ sra-sdk (2.3.3-4~dfsg-1) UNRELEASED; urgency=low
- remove override because upstream seems to do the correct thing now
- libsra-schema seems to be not built any more in this version so
drop the special handling of it
+ - Reactivate deletion of libs/krypto/*.pic.o.list files to get a
+ really clean source
* debian/doc: USAGE is not provided by upstream any more
* debian/patches/build-with-system-libbz2-libz.patch: Fix build problem
(thanks to Gert Wollny <gw.fossdev at gmail.com> for the patch)
diff --git a/debian/rules b/debian/rules
index 73254a5..71dcdfb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,7 @@ override_dh_auto_clean:
override_dh_clean:
dh_clean
- # These files are changing in the build process
- # find libs/krypto -name "*.o.list" -delete
+ find libs/krypto -name "*.pic.o.list" -delete
rm -f build/OUTDIR.linux
override_dh_auto_configure:
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list