[Pkg-golang-commits] [golang-defaults] 24/27: override_dh_prep should call dh_prep...

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Wed Jul 19 21:48:39 UTC 2017


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

mwhudson-guest pushed a commit to tag debian/2%1.6-1ubuntu3
in repository golang-defaults.

commit ef6e0471086098be8aa560a9fdd97ae5ae6478fa
Author: Michael Hudson-Doyle <michael.hudson at canonical.com>
Date:   Tue Mar 22 15:18:29 2016 +1300

    override_dh_prep should call dh_prep...
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9a04ac1..a39bc89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_clean:
 	rm -f debian/golang-go.links
 
 override_dh_prep:
-	dh_clean
+	dh_prep
 ifeq (true, $(IS_GOLANG_ARCH))
 	cp debian/golang-go.links.golang-go debian/golang-go.links
 else

-- 
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