[27282] in Source-Commits
scripts commit: Do not pass -I.svn to debuild
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Sep 19 10:52:21 2013
Date: Thu, 19 Sep 2013 10:52:14 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201309191452.r8JEqEuN019779@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/scripts/commit/1c490d872ed6580d4da32f58a9821a74d22d4be4
commit 1c490d872ed6580d4da32f58a9821a74d22d4be4
Author: Jonathan Reed <jdreed@mit.edu>
Date: Wed Sep 11 11:15:41 2013 -0400
Do not pass -I.svn to debuild
Do not pass -I.svn to debuild, instead just pass -I, because our
build server is no longer running Etch
dasource | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dasource b/dasource
index a091fb1..279b32c 100755
--- a/dasource
+++ b/dasource
@@ -144,7 +144,7 @@ do_package() {
# Build an unsigned package, ignoring version control subdirs in the source.
echo "Creating source package"
- (cd $dir && debuild -S -i -I.svn -sa -us -uc)
+ (cd $dir && debuild -S -i -I -sa -us -uc)
if grep '^Architecture: ' $dir/debian/control | grep -q -v 'Architecture: all'; then
echo "At least one arch-dependent binary package; run sbuildhack WITHOUT -A." >&2