[cb2bib] 04/14: debian/rules and debian/changelog: fix call to rm in override_dh_clean.

Filippo Rusconi lopippo at moszumanska.debian.org
Mon Aug 17 13:34:53 UTC 2015


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

lopippo pushed a commit to branch master
in repository cb2bib.

commit 7906a200a6d3b5fd42e90c2ced9448b0e2bb4ba7
Author: Filippo Rusconi (Uploading Debian Developer) <lopippo at debian.org>
Date:   Mon Aug 17 10:32:43 2015 +0200

    debian/rules and debian/changelog: fix call to rm in override_dh_clean.
---
 debian/changelog | 3 ++-
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f33f30b..7094ef4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ cb2bib (1.9.2-1) unstable; urgency=medium
   * debian/control: Change all build depends to new QT5-related package
     names and add support for lzo;
 
-  * debian/rules: call qmake instead of cmake;
+  * debian/rules: call qmake instead of cmake and fix call to rm in rule
+    override_dh_clean;
 
   * debian/patches: removed as useless now.
 
diff --git a/debian/rules b/debian/rules
index cc99843..6d83d91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,6 @@ override_dh_auto_build: debian/cb2bib.xpm
 
 override_dh_clean:
 	dh_clean
-	-rm -r $(BUILDDIR)
+	-rm -rf $(BUILDDIR)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cb2bib.git



More information about the debian-science-commits mailing list