[SCM] Packaging for Google Go branch, weekly-debian-sid, updated. debian-weekly/2011.09.07-1-48-ge4a4b27

Ondřej Surý ondrej at sury.org
Fri Mar 9 08:43:40 UTC 2012


The following commit has been merged in the weekly-debian-sid branch:
commit 88233e3d0bc7b2c8899b208f9a5caab93b3beaf2
Author: Ondřej Surý <ondrej at sury.org>
Date:   Sat Mar 3 20:36:35 2012 +0100

    Preserve timestamps on source files (Closes: #658421)

diff --git a/debian/rules b/debian/rules
index 8e7a9cd..28ea2d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ override_dh_compress:
 override_dh_install:
 	dh_install --fail-missing
 	for f in $$(find src/cmd -name doc.go ; find src/pkg -name \*.go); do \
-	  install -D -m 0644 $$f debian/$(PACKAGE)-src/$(datadir)/$$f; \
+	  install -p -D -m 0644 $$f debian/$(PACKAGE)-src/$(datadir)/$$f; \
 	done
 
 override_dh_strip:

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list