[Pkg-ganeti-devel] [SCM] Ganeti htools packaging branch, master, updated. debian/0.2.6-1-13-gbe0ebc6

Iustin Pop iustin at debian.org
Thu Mar 10 20:14:48 UTC 2011


The following commit has been merged in the master branch:
commit 8972924f2eb298b3010933cc1470dc9962b186a8
Author: Iustin Pop <iustin at debian.org>
Date:   Thu Mar 10 20:59:25 2011 +0100

    Fix breakage due to upstream archive timestamps
    
    Upstream archive has wrong timestamps on the man pages, and also
    doesn't ship the html versions. We fake these so as to not need to
    rebuild them.

diff --git a/debian/rules b/debian/rules
index 4a0131d..2cd7a40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
+	# Temporary fix until upstream archive has right timestamps
+	# and ships html versions
+	touch man/*.1 man/hail.html man/hbal.html man/hscan.html man/hspace.html
+
 	# Add here commands to compile the package.
 	$(MAKE)
 
@@ -24,6 +28,7 @@ clean:
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
 	rm -rf .hpc
+	rm -f man/*.html
 
 	dh_clean
 

-- 
Ganeti htools packaging



More information about the Pkg-ganeti-devel mailing list