Size: 59129
Comment:
|
Size: 59130
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 557: | Line 557: |
Powerpc :: A [[#port|port]] (currently a [[#release-architecture|release architecture]]) using the Linux kernel on IBM/Motorola PowerPC hardware, meaning PowerMacs and other pre-Intel Macs | Powerpc :: A [[#port|port]] (currently a [[#release-architecture|release architecture]]) using the Linux kernel on IBM/Motorola PowerPC hardware, meaning Power``Macs and other pre-Intel Macs |
Line 560: | Line 560: |
Powerpcspe :: A [[#port|port]] (not yet a [[#release-architecture|release architecture]] but available via [[#debports|debports]]) using the Linux kernel on a slightly more obscure variant of [[#powerpc|powerpc]] hardware |
Powerpcspe :: A [[#port|port]] (not yet a [[#release-architecture|release architecture]] but available via [[#debports|debports]]) using the Linux kernel on a slightly more obscure variant of [[#powerpc|powerpc]] hardware |
|
Debian Glossary Only.
If you don't find the entry you wanted be/low, check
kernelnewbies.org's Kernel Glossary
tldp.org's Linux-Dictionary
- or simply try it as a wiki pagename!
Or you can add it yourself. If you can't define it yourself you can put ToDo instead, but always check the sites mentioned above - if it isn't Debian-specific, an existing definition elsewhere is likely to be more helpful.
A
- Advocate
A Debian member who advocates an application. Advocates should know the applicant fairly well and should be able to give an overview of the applicant's work, interests and plans. Advocates are often the sponsors of an applicant.
- Alioth
Alioth is a collaborative development environment based on the FusionForge software as a service for the Debian project and community.
- Alioth (guest) account
People willing to participate in the packaging or development of a software can ask for an Alioth guest account, then ask for commit rights to a given project.
- Alpha
A port (formerly a release architecture) using the Linux kernel on (Compaq/Digital) Alpha hardware
- AM
- Amd64
A port (currently a release architecture) using the Linux kernel on 64bit PCs - technically x86-64 or AMD64 or Intel64, nontechnically most new consumer PCs
- ANAIS
Short for Architecture Not Allowed In Source; used in bug reports for package removal, usually indicating that the number of architectures for which the package is to be built has been reduced
- Applicant
A person requesting membership in the Debian project; prospective Debian developer.
- Application Manager (AM)
A Debian member who is assigned to an applicant to collect the information needed by the Debian account managers to decide about an application. One application manager can be assigned to more than one Applicant.
- APT
Debian's Advanced Package Tool (or perhaps Advanced Packaging Tool - neither is "official"), a library that handles fetching the list of packages, resolving package dependencies, etc. It then uses dpkg to perform the actual package installation, removal, etc. The package apt provides the commandline tools apt-get and apt-cache, but other APT front-ends exist such as aptitude and synaptic.
- Architecture
- The type of system a piece of software is built for:
(Not Debian-specific) a general category of hardware (such as "486" or "little-endian"), or a variant of some piece of software tailored for this hardware; may specifically mean the category as determined by some particular tool, such as arch or dpkg-architecture
One of the platforms for which Debian packages are built, known by labels such as amd64 or mipsel, and also differentiated by the OS kernel used - the same hardware (not literally an Intel 386 processor) may dualboot i386 and kfreebsd-i386 architectures. See also port, release architecture
- Archive
- A set of files:
(Not Debian-specific) a set of items combined into one file, such as a tarball or .deb file (technically an ar archive)
- A set of files, such as a software repository
Used as a synonym for suite by (e.g.) aptitude - "aptitude search '~i?archive(backports)'")
- Area
The term used in Debian Policy for the main, contrib, and non-free divisions of the repositories (also known as components)
- Arm
A port (superseded by armel and no longer maintained) using the Linux kernel on ARM/StrongARM hardware, a CPU type originally created for the Acorn Archimedes
- Armel
A port (currently a release architecture) using the Linux kernel on little-endian ARM/StrongARM chips, now common in embedded/mobile devices
- Armhf
A (work-in-progress) port (on debports but not yet a release architecture) using the Linux kernel on newer ("hard-float") armel-style hardware with an FPU
- Avr32
A (work-in-progress) port (on debports but not yet a release architecture) using the Linux kernel on Atmel's 32-bit RISC architecture
B
- Backports
Backports are versions of packages from testing and unstable that have been rebuilt to be able to install and run on the stable distribution.
- Base system
binary packages with priority required or important; a minimalist set of packages installed before everything else on a new system. Designed to provide just the things you'd be surprised to find missing on a usable UNIX system. Not to be confused with essential, which is much smaller.
- BD-Uninstallable
a wanna-build state
- Binary
- Several potentially confusing (but non-Debian-specific) meanings:
- Any non-textfile, such as a JPEG format image
Any ELF executable (often used generically to include shellscripts and other non-binary executables normally found in a bin directory)
The output of a build process - see binary package
- Binary package
An installable .deb file as opposed to the source package it's built from. The idea is that this is the "binary" compiled in the package building process (regardless of whether the output .deb contains a binary executable, documentation, or indeed Linux kernel sourcecode).
- BinNMU
a binary-only non-maintainer upload - see binNMU
- Bo
The codename for Debian 1.3, release date: 1997
- BoF
Short for Birds of a Feather; a common type of discussion session held at DebConf
- BSP
Short for Bug Squashing Party; a get-together of Debian enthusiasts (either virtual or In Real Life) for the purpose of fixing as many bugs as possible.
- BTS
Short for Bug Tracking System
- BTS-link
A system for synchronizing bug status in the Debian BTS with bug tracking systems like Bugzilla. See this mail.
- Building
a wanna-build state
- (Non-Debian-specific) A piece of architecture in the non-jargon sense
- Build-essential
The only package that's literally essential for a Debian package build is make (because Policy mandates the use of a Makefile), but the "build-essential" toolkit is a convenient short-cut: a standard set of packages defined to be required for all normal Debian packaging work, which can therefore be omitted from lists of build dependencies as obvious, just as essential packages are omitted from install-time dependencies.
- Buzz
The codename for Debian 1.1, release date: 1996
C
- CDBS
Short for Common Debian Build System (provided by cdbs)
- Component
The term used in sources.list(5) for the main, contrib, and non-free archive areas
- Conffile
A technical term defined in Policy; a file declared in a package's conffiles file is treated specially by dpkg to ensure that local modifications are not blindly overwritten by a package upgrade or deleted by a remove. Conffiles are (always?) stored in /etc, and are often conventional global configuration files but may also be initscripts, cronjobs, or similar.
- Configuration file
Any file affecting the operation of a program, or providing site- or host-specific information, or otherwise customizing a program's behavior. May or may not be system-wide, or in an intelligible line-oriented text format, or marked as a conffile. Personal configuration files are traditionally stored as dotfiles in the home directory (see also rc-file).
- Contrib
- Additional, external software, in either of two senses:
- In various project upstreams, a collection of extra software produced by third parties and included into a distribution "without warranty"
in Debian, software that is itself DFSG-compliant but requires software in non-free to build or run usefully (or the archive area such software is separated out into).
- Control file
As defined in Debian Policy:
The control file included in the debian directory of each source package contains dependency information required to build the package, and has separate stanzas containing further information for each binary-package
The control file included in the DEBIAN directory of each binary .deb (formed from the corresponding stanza in the source control file) contains dependency information required to install the package, plus the package description etc.
Any "control file"; that is, any file with the same multi-field syntax as the above - for instance, dsc files are also counted as control files.
- Custom Debian Distributions (CDD)
The old name for subsets of Debian configured to support a particular target group out-of-the-box. Now known as Debian Pure Blends
D
- dak
(Short for Debian Archive Kit) The toolset used to manage the Debian repositories - see DakHowTo
- DAM
- DC
- DD
See Debian Developer
- DDP
Short for the Debian Documentation Project
- DDPO
The Debian Developer's Packages Overview, which lists the packages maintained by a Debian Developer or Team
- Debconf
- Two things distinguished by capitalization:
debconf, a (package providing a) utility for performing configuration tasks, closely integrated with dpkg
DebConf, the Debian Project's annual convention; see http://www.debconf.org/
- Debian Account
Typically the login account of a Debian Developer, but sometimes also used to refer to a Debian Maintainer account. See also Alioth account.
- Debian Account Manager (DAM)
A Debian member who has been delegated by the Debian project leader to manage Debian account creation and removal. The DAM has the final decision over an application.
- Debian Contributor
a general term for active members of the Debian community, whether or not they have DD status; sometimes used to mean the status of a non-uploading DD (as recognised by general resolution).
- Debian Developer (DD)
A Debian Project member who has gone through the New Maintainer process and had their application accepted is called a Debian Developer.
- Debian Documentation Project
A Debian sub-project covering various documentation issues. See http://www.debian.org/doc/ddp
- Debian Installer (D-I)
Debian Installer is the software used to initially install Debian on your hard disk. This should not be confused with the software used to install extra packages on a running Debian system (see APT).
- Debian Maintainer (DM)
The status of a person who has passed the Debian Maintainer process. A Debian Maintainer is granted some rights to manage packages, in particular the right to upload packages to the archive. DMs aren't voting members of the Debian Project. See also Debian Developer, Alioth account. Not to be confused with the role of package Maintainer.
- Debian Member
Full members of the Debian Project are referred to as Debian Developers. (ToDo: link to one coherent central explanation of the distinction between contributors, developers, maintainers, and uploaders, assuming there is one)
- Debian New Maintainer
The process of becoming an official Debian Developer (DD), or a person going through that process. See also Applicant.
- Debian Policy Manual
- The document that describes what packages should contain, how they should be configured, and generally how packages fit together to create a Debian system.
- Debian Project
An organization of free software developers spread around the world with a common goal, to produce a completely free operating system. See the Debian web pages for more information.
- Debian Project Leader (DPL)
the official representative of the Debian Project to the outside world, with internal managerial and coordinatory duties; elected annually. See http://www.debian.org/devel/leader
- Debian Pure Blends
A subset of Debian that is configured to support a particular target group out-of-the-box. Debian Pure Blends were formerly known as Custom Debian Distributions (CDD).
- Debian Security Advisory (DSA)
A warning message sent to the debian-security-announce mailinglist about a security alert for Debian software with available fixes. Not to be confused with the DSA team.
- Debian System Administrators (DSA)
The Debian System Administrators team, who handle the basic infrastructure of the project. Not to be confused with DSA messages.
- Debports
http://www.debports.net, a site hosting unofficial ports that have yet to qualify as release architectures and be integrated into the main archives
- DEHS
Short for Debian External Health Status (see DEHS).
- DEP
Short for Debian Enhancement Proposal, an RFC-like mechanism for planning efforts within the Debian Project
- Dep-wait
(Plus more rarely dep-wait-removed) A wanna-build state
- Dependency package
An empty binary package that exists only for the sake of its declared dependencies on other packages, for instance to keep the current default version of gcc installed. See metapackage and transition-package for other common types.
- DFSG
Short for the Debian Free Software Guidelines; the rules of thumb included in the Debian Social Contract that can be used to judge whether material counts for the project's purposes as free. The string dfsg is often appended to package names and version-strings to indicate that the upstream version has been slightly modified to allow it to stay in main.
- D-I
See Debian-Installer
- Distribution (dist)
- (Not Debian-specific) the complete set of software from one upstream project, considered as a unit. MacTeX is a TeX distribution, for instance, whereas NetBSD is a full Operating System distribution. This is the sense in which Debian is "a distribution".
A suite within the Debian repositories capable of providing a fully functional OS on its own, unlike the supplementary ones such as "testing-security". This is the sense in which stable is "a distribution".
Used more generally (e.g. in sources.list(5)) as a synonym for suite; hence source URLs which put http://ftp.debian.org/debian/dists/experimental/ alongside all the other dists.
- Dist-upgrade
In Debian package management, the process of migrating a whole system from one release to the next (dist-upgrades skipping a release are not supported)
In apt specifically, an action that makes relatively aggressive (but intelligent) attempts to bring the system fully up to date, even if this requires some changes to the list of installed packages (that is, it may automatically install, remove, or replace packages). Compare plain upgrade, and aptitude's full-upgrade.
- DM
See Debian Maintainer.
- DMUP
Short for Debian Machine Use Policies; the documented Acceptable Use Policy for machines on the Debian network.
- Downgrade
An action not officially supported in Debian package management, though often possible (and where it isn't, a purge and reinstallation of the older version is often good enough).
- DPL
Short for Debian Project Leader
- DPMT
The Debian Python Modules Team, who work to improve the Python modules situation in Debian.
- DSA
Short for either Debian Security Advisory or Debian Systems Administrators
E
- Essential
A set of packages providing the absolute minimal functionality that must be available and usable on the system at all times. The idea is, if you're hit by a software or hardware failure halfway through an upgrade, leaving your package database in an inconsistent state, the essential packages should still work well enough to let you perform repair work.
- Etch
The codename for Debian 4.0, release date: 2007
- Experimental
The experimental repository is an incomplete distribution which developers can use to try out versions of software not intended to migrate to testing, and which users are warned not to install
F
- Failed
(Plus more rarely failed-removed) A wanna-build state
- FHS
- Filesystem Hierarchy Standard (FHS)
the FilesystemHierarchyStandard defines the main directories and their contents in Linux and other Unix-like computer operating systems. The Debian Policy Manual only explains the exceptions applying to Debian.
- Freeze
The distribution development freeze is a period of time when the Debian Project is working to finalize and stabilize the content of the testing distribution (resolving release critical bugs, making final tweaks to Debian-Installer, deciding the contents of the CDs, etc.) before its release as the new stable. Debian's release policy is one of Release when Ready, so the length of the freeze period isn't fixed, but it tends to last something like six months.
- Front Desk
The front desk members receive the initial applications, advocation messages, and final application reports. They are the point of contact if problems arise with an application.
- FTBFS
Short for "Fails To Build From Source", a bugreport type produced by the build infrastructure when a package cannot be compiled. See qa.debian.org/FTBFS.
- Full-upgrade
An aptitude action more or less equivalent to (and formerly known as) a dist-upgrade.
G
- Giveback
In autobuilder jargon, packages are "taken" when an attempt is made to build them. Failures are often transient, fixed by simply trying again after a few days, so a "giveback" removes the "taken" flag from the package in the wanna-build database and puts it back into the normal needs-build queue.
H
- Hamm
The codename for Debian 2.0, release date: 1998
- Hppa
A port (formerly a release architecture) using the Linux kernel on Hewlett Packard Precision Architecture RISC workstations and servers
- Hurd-i386
A (work-in-progress) port (on debports but not yet a release architecture) using the Hurd kernel on i386-style hardware
I
- I386
A "port" (or rather the original release architecture) using the Linux kernel on 32-bit PCs - technically x86 or IA-32, nontechnically anything vaguely resembiling a Pentium processor
- Ia64
A port (currently a release architecture) using the Linux kernel on Intel IA-64 AKA Itanium hardware, not to be confused with amd64
- IANADD
Short for "I Am Not A Debian Developer" - a caveat in the tradition of IANAL
- IANAL
Short for "I Am Not A Lawyer", often used on the debian-legal mailing list. Not Debian-specific; see Wikipedia's definition.
- ICE
Short for Internal Compiler Error; used in bug reports for package removal, usually indicating that GCC does not yet fully support a new architecture
- Install
To set up an Operating System (e.g. with Debian-Installer), or otherwise introduce software onto a system. Examples include installing a bootable image to your boot-sector, a homebrew kernel in /boot, or a shellscript in /usr/local/sbin. The Debian system is designed to permit various forms of local installation performed outside the package database, but you have to keep track of them yourself.
In Debian package management, to put a binary package onto a system in a way that registers it with the package database. Note that the package management system sees package upgrades as a subcategory of installs.
In APT (or front-ends), a particular action. Note however that install and remove can each be used to perform the opposite function, if given an appropriate suffix (e.g.: apt-get install foo- bar- will remove packages foo and bar).
- Installed
A wanna-build state
- ITA
Short for "Intent to Adopt", used to track the status of orphaned packages (see WNPP) or documentation (see DDP).
- ITD
Short for "Intent to Document", used by a documentation maintainer who intends to start writing a document. Using the WNPP system avoids duplicated effort; see DDP.
- ITP
Short for "Intent To Package", used by a DD or Maintainer who intends to package a piece of software; see WNPP.
- ITT
Short for "Intent to Translate", used by a translator who intends to start translating a document. This like the above is a mechanism to prevent duplication of efforts; see DDP.
J
K
- Kfreebsd-amd64
A port (currently a release architecture) using the FreeBSD kernel on amd64-style hardware
- Kfreebsd-i386
A port (currently a release architecture) using the FreeBSD kernel on i386-style hardware
- KSP
Short for Key Signing Party, a common event at DebConfs and other real-life get-togethers
L
M
- M32r
A rumoured port which has never made it as far as debports using the Linux kernel on Renesas M32R embedded hardware
- M68k
A port (formerly a release architecture, still available via debports) using the Linux kernel on Motorola-680x0 CPUs, once common in Sun3/Apple/Atari/Amiga machines
- Maintainer
The maintainer of a package is the person or group of people responsible for it (packaging, bugtracking, etc.); see Debian Policy. See also Debian Maintainer (DM), Debian New Maintainer (process).
- Mass bug filing (MBF)
Reporting a great number of bugs for the same problem. See the Debian Developer's Reference.
- MBF
Short for Mass Bug Filing.
- Mentor
An experienced Debian Member who takes responsibility for assisting a less experienced member or Applicant. Outside occasional efforts such as the Debian Women mentoring program, such relationships generally exist only on an informal and unofficial basis. Every Applicant has an advocate who may effectively act as a mentor; but despite the name of the debian-mentors mailing list, its primary function is to put new maintainers in touch with sponsors.
- Metapackage
A dependency package designed to automatically pull in a family of packages; may function as a shortcut to simplify installation of a full desktop environment.
- MIA
Short for Missing In Action; (a database tracking) Debian package maintainers who have abandoned their duties without retiring
- Mips
A port (currently a release architecture) using the Linux kernel on big-endian SGI-style MIPS hardware
- Mipsel
A port (currently a release architecture) using the Linux kernel on the little-endian version of mips-style hardware
N
- NBS
Short for Not Built from Source; one of the criteria used to detect candidates for automated package removal, in this case removing a binary package that isn't built from any remaining source package. See ftpmaster_Removals.
- Needs-build
A wanna-build state
- New Maintainer (NM)
- NMU
Short for NonMaintainerUpload; a version of a package that wasn't uploaded by an official Maintainer, but rather by another developer. This typically occurs for security updates, Mass Bug Filings, and when the maintainer is on holiday - see Debian Developer's Reference.
- Non-free
Not compliant with the DFSG; also, the archive area for software which is non-free but can be legally distributed by Debian.
- Non-US
(Obsolete) A subdivision of the Debian archives needed for the slink/potato/woody releases (1999-2005) to deal with US legal restrictions on the export of cryptographic software. Software such as GPG was hosted only on mirrors outside the USA.
- Not-for-us
A wanna-build state (not to be confused with non-us)
- NPOASR
Short for Never Part Of A Stable Release; used in bug reports for package removal, implying that users won't see the package's absence as a regression
- NVIU
Short for Newer Version In Unstable; one of the criteria used to detect candidates for automated package removal, in this case removing an experimental build as superseded by a more recent build already present in unstable. See ftpmaster_Removals.
O
- Obsolete
In aptitude (e.g. aptitude search ?obsolete), any currently installed package which is not available (in any version) from any known archive. This usually means that the system has dist-upgraded to a new stable release that no longer contains that package.Transition packages don't register as obsolete in this sense.
Also used to refer to automatically installed packages that are no longer needed (such as orphan libraries) and would be candidates for autoremoval.
- Oldstable
The distribution before the current stable release, which continues to receive some level of security support for a while (commonly a year) after it is superseded.
- Origin
In Release files and aptitude searches, the organization providing the repository - examples include Debian, Debian Backports, and Google, Inc.
- Orphan
(Not to be confused with the following) In package management, a stray installed package with no reverse dependencies (such as a library for which the corresponding executable has been purged), which can be detected with tools such as deborphan. Such unwanted relics are now increasingly tracked by APT itself.
- Orphaned (O)
(Not to be confused with the above) Used in package QA to indicate that a package has no maintainer, and needs to be adopted (see ITA and WNPP). If the package has a priority of standard or higher, the severity of the orphaning bug report should be set to important. The term is similarly used to indicate documentation that the author is declaring abandoned; see DDP.
P
- Package
- (In Java, TeX, etc.) a unit of software with a single shared namespace
(In Debian) See binary package, source package, or virtual package
- Package Tracking System (PTS)
The Package Tracking System lets you follow almost everything related to the life of a package, and is of interest for co-maintainers, QA workers, and advanced users
- PAPT
Short for Python Applications Packaging Team
- Pinning
APT pinning is the name given to the use of apt_preferences(5) to define a modified system of package-management priorities. This makes it possible, for instance, to run an essentially stable system but specify particular packages for which newer candidates (e.g. backports) will automatically be preferred for installation.
- Piuparts
Short for Package Installation, UPgrading And Removal Testing Suite - see piuparts.
- Popcon
The popcon score of a Debian package (see http://popcon.debian.org/) is meant to reflect its "popularity"; it is derived from data generated via the package popularity-contest, which periodically and anonymously submits statistics about which binary packages are installed on a system and whether they are used.
- Port
- (Non-Debian-specific) a physical hardware interface
- (Ditto) a TCP networking endpoint identified by port number
- (Ditto) a platform that software has been converted to run on
a hardware/OS kernel combo for which some effort has been made to render Debian installable. See architecture, debports, http://www.debian.org/ports
- Potato
The codename for Debian 2.2, release date: 2000
- Powerpc
A port (currently a release architecture) using the Linux kernel on IBM/Motorola PowerPC hardware, meaning PowerMacs and other pre-Intel Macs
- Powerpcspe
A port (not yet a release architecture but available via debports) using the Linux kernel on a slightly more obscure variant of powerpc hardware
- Priority
A ranking system for binary packages, indicating how important it is for users to have them installed, and ranging from extra to required (not to be confused with essential). See Policy.
- Pseudo-package
(Not to be confused with virtual package, prospective package, or the package sudo) A BTS address that doesn't correspond to a package name; see http://www.debian.org/Bugs/pseudo-packages
- PTS
Short for Package Tracking System
- Purge
In Debian package management, to uninstall a package completely, deleting its conffiles. See remove
Q
- QA
Short for Quality Assurance - see qa.debian.org
R
- RC
- Has several easily confused meanings:
- Short for Release Candidate, in version strings (v1.9~rc5 comes before v1.9)
Short for release-critical in the BTS
Short for Radio Controlled; one of the few original Toy Story character names never to have been adopted as a Debian release codename (it was a little buggy)
In a filename such as ~/.bashrc, indicates a type of configuration-file - usually interpreted as short for "runtime configuration", but apparently inspired by the following
In the sysv-rc system, indicates a type of set-up script (in /etc/rc*.d) - usually interpreted as short for "runlevel configuration", but apparently inspired by the following
- In the MIT Compatible Time-Sharing System back in the sixties, "runcom files"
- Release
see Debian Release
The occasion of a new stable version of Debian being declared ready for production use;
A suite that has been or is going to be released; more generally, a synonym for suite - even sid has a Release file and is traditionally (if oxymoronically) referred to as "the unstable release".
- Release Architecture
An architecture supported as part of a stable release; ports qualify for this status when their autobuilders prove capable of "keeping up" and successfully building a sufficient proportion of the archive.
- Release Critical (RC)
a bug that cannot be allowed in stable; a release cannot occur until all such bugs have been handled (by removal if necessary)
- Remove
In Debian package management, to uninstall a package, especially in a fashion that leaves behind conffiles (thus if you remove and then reinstall a package you won't lose your custom setup). See purge
In APT (or front-ends), a particular action. Note however that install and remove can each be used to perform the opposite function, if given an appropriate suffix (e.g.: apt-get remove foo+ bar+ will install packages foo and bar).
- Rex
The codename for Debian 1.2, release date: 1996
- RFA
Short for Request for Adoption; a WNPP bug tag indicating that (due to lack of time, interest, or other resources) the current maintainer is asking for someone else to maintain this package. They will maintain it in the meantime, but perhaps not in the best possible way. Compare Orphaned.
- RFD
Short for Request for Documentation; a DDP bug tag indicating that a manual or other documentation on a given topic is not yet available on the DDP and the reporting user requests that DDP members should give it priority when deciding which documents need to be written.
- RFH
Short for Request For Help; a WNPP bug tag indicating that the current maintainer wants to continue to maintain this package, but needs some help to do this. This may be because the maintainer is overstretched in general, or because this package is particularly hard to maintain, or because bugs require specialist expertise to fix.
- RFP
Short for Request For Package; a WNPP bug tag indicating that the reporter has found an interesting piece of software and would like someone else to maintain it for Debian.
- RM
Used in subject lines of package removal requests. It might look like it's addressed to the Release Manager, but it's just a shouty version of rm.
- RoM
Short for Request of Maintainer; used in bug reports for package removal, to indicate that it has been agreed with the package's own maintainer.
- Root
- A word with several (non-Debian-specific) technical uses, all deriving from the same metaphor of a node structure with a root and branches:
the root directory (/) is the top level directory of the file system hierarchy - the part of the "directory tree" that everything else connects to.
- the root user (uid 0) is the so-called "superuser", with unlimited privileges - equivalent to the "Administrator" on some other operating systems. (This name might lead you to expect users to be arranged in some sort of organizational tree structure, but it just means that the superuser can modify the root directory.)
- the root window is the desktop background, the element of the graphical environment that all other windows are defined relative to. (Thus "root tile" as a synonym for "desktop wallpaper".)
- the root zone is the core of the DNS system, where the nameservers that are authoritative for Top Level Domains (the "root nameservers") live.
the directory /root is the home directory of the root user. Not to be confused with the root directory as defined above.
- Not forgetting its senses of "inverse exponent", or "gain illicit superuser access, either for malicious purposes or to bypass a proprietary OS", or (in AU/NZ slang) "have sex with"... and it doesn't help that for some it's homophonous with "route".
- ROP
Short for Request of Porter; used in bug reports for package removal, to indicate that the package is no longer built on a particular set of architectures
- RoQA
Short for Requested of the QA team; used in bug reports for package removal, to indicate that it has been agreed with the QA team (usually because the package is orphaned)
- RoRT
Short for Request of Release Team; used in bug reports for package removal, to indicate that issues have been confirmed by the Release Team.
- ROSRM
Short for Request of Stable Release Manager; used in bug reports for package removal, to indicate that it has been agreed with the powers that be
S
- S390
A port (currently a release architecture) using the Linux kernel on IBM s/390 AKA zSeries mainframe hardware
- Sarge
The codename for Debian 3.1, release date: 2005
- Section
- A notional subdivision of the Debian repositories into functional categories such as "admin", "kde", and "video"
Also sometimes used as a synonym for archive area
- Severity
A ranking system for bugreports, indicating how important it is for it to be fixed, and ranging from wishlist to critical. See http://www.debian.org/Bugs/Developer#severities
- Sh4
A port (not yet a release architecture but available via debports) using the Linux kernel on Hitchi SuperH hardware (used e.g. in Dreamcasts)
- Shlibs
- Not a cross between a shrub and a blintz.
Short for shared libraries - that is, dynamically loadable subroutines compiled into object files so that a single copy loaded into memory can be accessed by as many different processes as need it. Normally have the file extension .so, followed by interface-version numbers.
A special file defined in Debian Policy for tracking shared library dependencies
- Sid
The permanent codename for unstable. While other codenames cycle through from testing to stable to oldstable, the name "Sid" stays in the same place permanently.
- Slink
The codename for Debian 2.1, release date: 1999
- Source
A package origin defined by a line in sources.list
A bash builtin that executes commands from a file
Compilable code, the input of a build process - see source package
- Source package
a unit of upstream software (with a single build system), which may correspond to several separate binary packages within Debian;
the bundle of files (.dsc file, upstream tarball, etc) used as input to the package-building process.
- Sparc
A port (currently a release architecture) using the Linux kernel on 32-bit Sun4-style SPARC hardware
- Sparc64
A port (not yet a release architecture but available via debports) using the Linux kernel on 64-bit versions of sparc-type hardware
- SPI
Short for Software in the Public Interest, Inc., the nonprofit foundation that manages resources and accepts donations on behalf of the Debian Project (which has no legal authority for doing so itself).
- Sponsor
a Debian Member with upload privileges who uses them on behalf of a package maintainer without such privileges. The sponsor is required to take responsibility for checking that there are no show-stopping quality issues, but is not recorded as the maintainer of the package. A sponsorship may be a one-off event, or the sponsor may also act informally as a mentor, helping to track down bugs and improve the packaging.
- Stable
The stable distribution is the release recommended for production use. Each stable release is "promoted" from testing status as the result of a cycle of development, debugging, and integration that usually lasts about two years.
- Suite
A set of closely integrated packages (often multiple source packages)
Used in Release files and elsewhere to mean a repository holding one particular "branch" of Debian's development process - unstable, testing, and so on. Compare archive, distribution, release
T
- Testing
testing is the Debian distribution automatically generated out of packages migrating from unstable. The first step towards a new stable release is that testing undergoes a freeze.
- TINLA
Short for "This Is Not Legal Advice"; compare IANAL.
- Transition package
A dependency package designed to automatically replace one package with another, to smooth over a rename or similar migration (especially for users performing a dist-upgrade).
U
- Unstable
unstable is the Debian distribution where you can find the latest packages introduced into the Debian system.
- Update
In APT (or front-ends), the process of refreshing the package-management system's information about what packages are available from the registered sources. Not to be confused with (or omitted before) an upgrade
- Upgrade
In Debian package management, the process of installing the newest versions of a set of binary packages (by default, all packages that have newer candidates available).
In apt specifically, the kind of upgrade that only fetches and installs new versions of packages, without changing the list of installed packages (so for instance a package whose new version has extra dependencies would be left unupgraded). Compare dist-upgrade, and aptitude's safe-upgrade.
- Uploaded
A wanna-build state
- Urgency
A ranking system for uploads, indicating how important it is for the new version to reach the archives, and ranging from low to critical. See Policy
V
- Virtual package
a binary package that exists in name only, with no associated .deb file; used to organize systems of alternative dependencies (multiple binary packages can claim to "Provide" the same virtual package).
W
- Wanna-build
a tool forming part of the autobuild system that maintains a database of the build status of packages (see http://www.debian.org/devel/buildd/wanna-build-states for details)
- Wheezy
The codename for the current testing
- WNPP
Short for "Work-Needing and Prospective Packages" - a pseudopackage used to collect reports of packages (and potential packages) in need of (new) maintainers in Debian; see http://www.debian.org/devel/wnpp/, ITP, O, RFA, RFH, RFP.
- Woody
The codename for Debian 3.0, release date: 2002
X
Y
Z
. (dot)
- .deb
File extension used for the standard installable binary package format used by Debian-based distributions.
- .dsc
File extension used for a Debian Source Control file, which is a particular format of control file forming a crucial component of a source-package
- .tdeb
File extension used for (proposed) separate translation packages - see Dep-4
- .udeb
File extension used for special packages containing Debian-Installer modules, not intended for installation on a normal system.