[Pkg-golang-commits] [golang-defaults] 05/05: Use "debian/clean" instead of override_dh_clean

Tianon Gravi tianon at debian.org
Fri Apr 29 04:35:46 UTC 2016


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

tianon pushed a commit to branch master
in repository golang-defaults.

commit 21918508c8b573629619f17adc64c19be6a486f7
Author: Tianon Gravi <admwiggin at gmail.com>
Date:   Thu Apr 28 21:35:22 2016 -0700

    Use "debian/clean" instead of override_dh_clean
---
 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..c2427f5
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/golang-any.links
diff --git a/debian/rules b/debian/rules
index 80d0b8e..cf5466d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,10 +12,6 @@ endif
 %:
 	dh $@
 
-override_dh_clean:
-	dh_clean
-	rm -f debian/golang-any.links
-
 override_dh_prep:
 	dh_prep
 ifeq (false, $(IS_GOLANG_ARCH))

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



More information about the pkg-golang-commits mailing list