summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aptsources/distro.py3
-rw-r--r--debian/changelog6
2 files changed, 9 insertions, 0 deletions
diff --git a/aptsources/distro.py b/aptsources/distro.py
index d4b65645..41c86981 100644
--- a/aptsources/distro.py
+++ b/aptsources/distro.py
@@ -337,6 +337,9 @@ class Distribution(object):
for source in sources:
add_component_only_once(source, comps_per_dist)
+ for source in self.source_code_sources:
+ add_component_only_once(source, comps_per_sdist)
+
# check if there is a main source code source at all
if self.get_source_code == True:
if len(self.source_code_sources) < 1:
diff --git a/debian/changelog b/debian/changelog
index 70fc2c12..695d59a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-apt (0.7.100.3ubuntu4) natty; urgency=low
+
+ * Update enable_component to also apply to -src entries (LP: #758732)
+
+ -- Stéphane Graber <stgraber@ubuntu.com> Tue, 12 Apr 2011 10:49:34 -0400
+
python-apt (0.7.100.3ubuntu3) natty; urgency=low
[ Michael Vogt ]