[Pkg-privacy-commits] [torbrowser-launcher] 01/01: d/rules: Clean up all built files during dh_clean

Roger Shimizu rogershimizu at gmail.com
Sun Dec 24 13:09:22 UTC 2017


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

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit f5a953ea0f03545be80f4c941cba6807e3ef5d76
Author: Roger Shimizu <rosh at debian.org>
Date:   Sun Dec 24 22:01:03 2017 +0900

    d/rules: Clean up all built files during dh_clean
    
    This makes dpkg-buildpackage be able to run again. Thanks to
    Andreas Beckmann for the bugreport.
    
    Closes: #884419
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 993a9b5..759c99e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,5 @@ override_dh_install:
 		-o build/torbrowser-launcher.1 debian/help2man/torbrowser-launcher
 
 override_dh_clean:
-	rm -rf share/locale/
+	rm -rf build share/locale
+	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list