aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordancer <dancer>2002-01-05 13:29:20 +0000
committerdancer <dancer>2002-01-05 13:29:20 +0000
commitdf2b760e73adf074a48223d8480737bde9b80cc3 (patch)
treeb04d4fbeb589db3c42e4c8497945b5de64077175
parent079ab18e1100278fe2cae2c5b53774b73f0d2b65 (diff)
downloadpbuilder-df2b760e73adf074a48223d8480737bde9b80cc3.tar
pbuilder-df2b760e73adf074a48223d8480737bde9b80cc3.tar.gz
removed deb-src lines from apt config files.
-rw-r--r--debian/changelog4
-rw-r--r--pbuilder-modules4
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 <dancer@debian.org> Wed, 2 Jan 2002 17:32:05 +0900
+ -- Junichi Uekawa <dancer@debian.org> 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