apt-add-repository --remove doesn't remove deb-src entry
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Fix Released
|
Low
|
Robert Roth | ||
Oneiric |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
Adding a PPA with apt-add-repository adds deb and deb-src lines in a new list file in /etc/apt/
Removing it with apt-add-repository --remove only removes the deb entry in that list file in /etc/apt/
It should remove the whole list file.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: python-
ProcVersionSign
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Thu Sep 1 02:56:12 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20110216)
PackageArchitec
ProcEnviron:
LANGUAGE=en
LANG=en_GB.UTF-8
LC_MESSAGES=
SHELL=/bin/bash
SourcePackage: software-properties
UpgradeStatus: Upgraded to natty on 2011-03-22 (162 days ago)
Related branches
- Michael Vogt (community): Approve
-
Diff: 186 lines (+62/-22)6 files modifiedadd-apt-repository (+34/-9)
data/com.ubuntu.softwareproperties.policy.in (+1/-1)
data/gtkbuilder/main.ui (+1/-1)
debian/manpages/add-apt-repository.1 (+20/-8)
softwareproperties/gtk/DialogMirror.py (+1/-1)
softwareproperties/gtk/SoftwarePropertiesGtk.py (+5/-2)
description: | updated |
Changed in software-properties (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → Michael Vogt (mvo) |
Changed in software-properties (Ubuntu): | |
status: | Confirmed → In Progress |
assignee: | Michael Vogt (mvo) → Robert Roth (evfool) |
Changed in software-properties (Ubuntu): | |
status: | In Progress → Fix Committed |
The proposed fix still does not address the missing documentation mentioned in the older bug report comment #2:
Additional related bug: The --remove option is not documented in the add-apt- repository( 1) man page.