[sqitch] 02/02: Fix install file
    zeha at debian.org 
    zeha at debian.org
       
    Tue Jul 22 18:35:27 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository sqitch.
commit 3f3a0b57b9f9e08e5b03e75436269aeb4b5da3b6
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 22 20:34:42 2014 +0200
    Fix install file
    
    Prefix paths with debian/tmp, so we get the *built* files, vs.
    the source-shipped files. (Esp. for /etc)
---
 debian/sqitch.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/sqitch.install b/debian/sqitch.install
index a75e237..d2134d8 100644
--- a/debian/sqitch.install
+++ b/debian/sqitch.install
@@ -1,2 +1,2 @@
-etc
-usr
+debian/tmp/etc/sqitch etc
+debian/tmp/usr/* usr
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sqitch.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list