From df2b760e73adf074a48223d8480737bde9b80cc3 Mon Sep 17 00:00:00 2001 From: dancer Date: Sat, 5 Jan 2002 13:29:20 +0000 Subject: removed deb-src lines from apt config files. --- debian/changelog | 4 +++- pbuilder-modules | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1ef11ae..44d6f64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ pbuilder (0.17) unstable; urgency=low * debian/README.Debian: updated the testsuite info, and some descriptions are rewritten. * README: updated. + * pbuilder-modules: no longer includes "deb-src" lines in the apt config. + Source is not required at all by pbuidler. - -- Junichi Uekawa Wed, 2 Jan 2002 17:32:05 +0900 + -- Junichi Uekawa Sat, 5 Jan 2002 22:25:18 +0900 pbuilder (0.16) unstable; urgency=low diff --git a/pbuilder-modules b/pbuilder-modules index 1208c2e..47504cd 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -105,13 +105,13 @@ function installaptlines (){ if [ -n "$MIRRORSITE" ] ; then cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF deb $MIRRORSITE $DISTRIBUTION main contrib non-free -deb-src $MIRRORSITE $DISTRIBUTION main contrib non-free +#deb-src $MIRRORSITE $DISTRIBUTION main contrib non-free EOF fi if [ -n "$NONUSMIRRORSITE" ]; then cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF deb $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free -deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free +#deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main contrib non-free EOF fi -- cgit v1.2.3