It's "open-source software", not "Open Source software"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| python-apt (Ubuntu) |
Low
|
Никола Павловић |
Bug Description
The descriptions for main and universe are respectively "Canonical-
From http://
"(A note about usage. In accordance with normal English practice, the term is "open source" standing alone, but "open-source" used as an adjective or in compounds; thus, "open-source software".)"
By the way, the term "free software" seems to be much better aligned with Ubuntu Philosophy anyway: http://
ProblemType: Bug
Architecture: i386
Date: Mon Dec 28 05:34:33 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: software-
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: software-properties
Uname: Linux 2.6.31-
Related branches
- Ubuntu branches: Pending requested 2011-11-13
-
Diff: 525 lines (+207/-36)7 files modifiedapt/package.py (+2/-2)
aptsources/sourceslist.py (+1/-1)
data/templates/Ubuntu.info.in (+145/-24)
data/templates/Ubuntu.mirrors (+11/-7)
debian/changelog (+46/-0)
tests/test_apt_cache.py (+1/-1)
tests/test_progress.py (+1/-1)
- Jason Conti (community): Approve on 2012-10-15
- Ubuntu Core Development Team: Pending requested 2012-10-15
-
Diff: 322 lines (+166/-9) (has conflicts)7 files modifiedapt/auth.py (+2/-1)
apt/cache.py (+23/-0)
debian/changelog (+76/-0)
debian/control (+8/-0)
python/generic.h (+4/-0)
python/tag.cc (+2/-2)
tests/test_apt_cache.py (+51/-6)
- Michael Vogt: Pending requested 2012-08-14
-
Diff: 293 lines (+117/-9) (has conflicts)10 files modifiedapt/auth.py (+2/-1)
apt/cache.py (+23/-0)
debian/changelog (+16/-0)
debian/control (+1/-0)
debian/tests/control (+2/-0)
debian/tests/run-tests (+8/-0)
python/apt_pkgmodule.cc (+2/-2)
python/cache.cc (+8/-0)
python/generic.h (+4/-0)
tests/test_apt_cache.py (+51/-6)
- Julian Andres Klode (community): Approve on 2012-03-27
-
Diff: 28 lines (+6/-1)2 files modifiedapt/package.py (+4/-1)
debian/changelog (+2/-0)
Tomasz Chrzczonowicz (tch) wrote : | #1 |
Michael Vogt (mvo) wrote : | #2 |
Changed in software-properties (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → later |
Robert Roth (evfool) wrote : | #3 |
Reassigning to python-apt package, as the distro component names and description appear there.
affects: | software-properties (Ubuntu) → python-apt (Ubuntu) |
Changed in python-apt (Ubuntu): | |
milestone: | later → none |
tags: |
added: bitesize string-fix removed: apport-bug i386 |
Changed in python-apt (Ubuntu): | |
assignee: | nobody → Никола Павловић (nikola825) |
Changed in python-apt (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in python-apt (Ubuntu): | |
status: | In Progress → Fix Committed |
Michael Vogt (mvo) wrote : | #4 |
Thanks! I merged this, the term is now "free and open-source software" to avoid any ambiguity.
Launchpad Janitor (janitor) wrote : | #5 |
This bug was fixed in the package python-apt - 0.8.3ubuntu1
---------------
python-apt (0.8.3ubuntu1) precise; urgency=low
* merged from debian/sid
python-apt (0.8.3) unstable; urgency=low
[ Alexey Feldgendler ]
* handle architecture-
[ Michael Vogt ]
* lp:~mvo/python-apt/debfile-multiarch:
- add multiarch support to the debfile.py code (LP: #854839)
* tests/test_
- add additional check if provides test can actually be run
python-apt (0.8.2) unstable; urgency=low
[ Michael Vogt ]
* merged from ubuntu:
- use logging instead of print
- update distro template Ubuntu.info.in
- add xz compression support
* po/python-apt.pot:
- refreshed
* po/pt_BR.po:
- updated, thanks to Sergio Cipolla (closes: #628398)
* po/da.po:
- updated, thanks to Joe Dalton (closes: #631309)
* po/sr.po:
- updated, thanks to Nikola Nenadic (closes: #638308)
* python/
- add apt_pkg.
* apt/cache.py:
- remove "print" when creating dirs in apt.Cache(
thanks to Martin Pitt
- add __lt__ to apt.Package so that sort() sorts by name
on list of package objects
* debian/control:
- add recommends to xz-lzma to ensure we have the unlzma command
* apt/cache.py:
- set Dir::bin::dpkg if a alternate rootdir is given
(LP: #885895)
* build fixes for the apt in experimental
* apt/debfile.py:
- raise error when accessing require_changes and
missing_deps without calling check() before, thanks to
Tshepang Lekhonkhobe (closes: #624379)
* apt/package.py:
- add new "suggests" property, thanks to Christop Groth
- allow Dependency object to be iteratable, this allows to write
code like:
for or_dep_group in pkg.candidate.
for dep in or_dep_group:
(thanks to Christop Groth)
* apt/progress/
- write exception text to stderr to avoid hidding exceptions
like "pre-configure failed" from libapt (thanks to Jean-Baptiste
Lallement)
[ Tshepang Lekhonkhobe ]
* rm usage of camelcase in cache.py doc (closes: #626617)
* grammar fix in the cache.py doc (closes: #626610)
[ Nikola Pavlović ]
* fixed a typo, changed "Open Source software" to
"free and open-source software" (LP: #500940)
-- Michael Vogt <email address hidden> Thu, 08 Dec 2011 20:44:30 +0100
Changed in python-apt (Ubuntu): | |
status: | Fix Committed → Fix Released |
Agreed, free software should be used instead. However we are currently in string freeze so this needs to be added later.