[23103] in Source-Commits
/svn/athena r22766 - trunk/debathena/scripts
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Fri Feb 22 17:13:38 2008
Date: Fri, 22 Feb 2008 17:13:07 -0500 (EST)
From: tabbott@MIT.EDU
Message-Id: <200802222213.RAA16523@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-02-22 17:13:07 -0500 (Fri, 22 Feb 2008)
New Revision: 22766
Modified:
trunk/debathena/scripts/dasource
Log:
Use -I.svn rather than -I in dasource so that it works on etch.
Modified: trunk/debathena/scripts/dasource
===================================================================
--- trunk/debathena/scripts/dasource 2008-02-22 21:55:02 UTC (rev 22765)
+++ trunk/debathena/scripts/dasource 2008-02-22 22:13:07 UTC (rev 22766)
@@ -99,7 +99,7 @@
# Build an unsigned package, ignoring version control subdirs in the source.
echo "Creating source package"
- (cd $dir && debuild -S -i -I -sa -us -uc)
+ (cd $dir && debuild -S -i -I.svn -sa -us -uc)
}
if [ ! -r packages ]; then