[Pkg-voip-commits] [twinkle] 01/01: use dh7 tools for the clean target and drop override in 'rules'

Rolf Leggewie leggewie-guest at moszumanska.debian.org
Sat Oct 29 09:39:52 UTC 2016


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

leggewie-guest pushed a commit to branch master
in repository twinkle.

commit 3fc3d79721c9e00acf5bc8aa2cfb411d523a439f
Author: Rolf Leggewie <foss at rolf.leggewie.biz>
Date:   Sat Oct 29 11:37:25 2016 +0200

    use dh7 tools for the clean target and drop override in 'rules'
    
    This should not affect the build in any way, it's just a different
    and arguably cleaner way to achieve the same result.
---
 debian/clean | 1 +
 debian/rules | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..0e7e7b5
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/twinkle.1
diff --git a/debian/rules b/debian/rules
index 1659f43..76863be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,10 +21,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 %:
 	dh $@
 
-override_dh_clean:
-	rm -f debian/twinkle.1
-	dh_clean
-
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
 

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



More information about the Pkg-voip-commits mailing list