diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-08 19:19:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-08 19:19:11 +0000 |
commit | ec8144e9d279c0a5e623d405841022b094e84173 (patch) | |
tree | 436944b09925bb922b200899fdb1b088471d3661 /doc | |
parent | bd94a95ccd69e48b4c31b0440223edce97349000 (diff) |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/installing_from_svn_copies_.svn_directories.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn index 20f369c6f..a1c83269c 100644 --- a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn +++ b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn @@ -19,3 +19,8 @@ permission denied errors when I tried to make a change and install again. > I observed the same thing by running debuild from an SVN checkout and > getting lintian warnings about the .svn directories. --[[JoshTriplett]] + +> The .svn directories can be avoided in the deb by setting +> DH_ALWAYS_EXCLUDE=.svn in the environment before building. +> I prefer to use that kind of hack exterior to a package rather than +> putting in RCS-specific exclude hacks. --[[Joey]] |