From 3bd78bf5d56a32c5711dc16c2f7a0ec5e72d924c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 23 May 2008 15:10:13 +0300 Subject: Added unpack-debian-sources. --- unpack-debian-sources.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 unpack-debian-sources.1 (limited to 'unpack-debian-sources.1') diff --git a/unpack-debian-sources.1 b/unpack-debian-sources.1 new file mode 100644 index 0000000..87aa3bd --- /dev/null +++ b/unpack-debian-sources.1 @@ -0,0 +1,61 @@ +.\" unpack-debian-sources.1 - manual page for unpack-debian-sources +.\" Copyright (C) 2008 Lars Wirzenius +.\" +.\" This program is free software: you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program. If not, see . +.\" +.TH UNPACK-DEBIAN-SOURCES 1 +.SH NAME +unpack-debian-sources \- unpack Debian source packages in a repository +.SH SYNOPSIS +.B unpack-debian-sources +.I mirror +.I release +.RI [ component ...] +.SH DESCRIPTION +.B unpack-debian-sources +finds all Debian source packages in an apt repository, downloads them, +and unpacks them. +.PP +The +.I mirror +argument is an http url to the mirror. +For example, +.IR http://www.debian.org/debian . +.PP +The +.I release +argument specifies the release to download, +such as +.IR etch , +or +.IR intrepid . +.PP +The optional +.I component +arguments specify the components within a release, +such as +.IR main , +or +.IR contrib . +If you don't specify any componentes, the default list of +.I "main contrib non-free" +is used. +.PP +The result of +.B unpack-debian-sources +is a directory tree mimicking the apt archive. +If a source package is in the apt archive at +.I pool/main/f/foo/foobar_1.2-3.dsc +the unpacked source package is at +.IR pool/main/f/foo . -- cgit v1.2.1