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

afif-guest pushed a commit to branch master
in repository pbseqlib.

commit 328d89b22f22eed7a5f95011a5096254cc4eaac8
Author: Afif Elghraoui <[email protected]>
Date:   Mon Nov 16 21:42:34 2015 -0800

    Fix clean target to remove additional generated files
    
    After adding the lib*-dev.install.in files, I hadn't made
    sure that the clean target removes the product files generated
    during the build process.
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 27f9506..4044b66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,6 @@ override_dh_link:
 override_dh_auto_clean:
        dh_auto_clean
        $(RM)                                   \
-               debian/libpbdata.install        \
-               debian/libpbihdf.install        \
-               debian/libblasr.install
+               debian/libpbdata*.install       \
+               debian/libpbihdf*.install       \
+               debian/libblasr*.install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/pbseqlib.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to