Leitfaden Für Debian-Betreuer

Total Page:16

File Type:pdf, Size:1020Kb

Leitfaden Für Debian-Betreuer Leitfaden für Debian­Betreuer Osamu Aoki, Helge Kreutzmann, and Mechtilde Stehmann August 27, 2021 Leitfaden für Debian­Betreuer by Osamu Aoki, Helge Kreutzmann, and Mechtilde Stehmann Copyright © 2014­2020 Osamu Aoki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ”Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ”AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IM­ PLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Diese Anleitung wurde mit den nachfolgenden Dokumenten als Referenz erstellt: • »Making a Debian Package (AKA the Debmake Manual)«, Copyright © 1997 Jaldhar Vyas. • »The New­Maintainer’s Debian Packaging Howto«, Copyright © 1997 Will Lowe. • »Debian­Leitfaden für Neue Paketbetreuer«, Copyright © 1998­2002 Josip Rodin, 2005­2017 Osamu Aoki, 2010 Craig Small und 2010 Raphaël Hertzog. Die neuste Version dieser Anleitung sollte • im Paket debmake­doc und • auf der Debian­Dokumentations­Website verfügbar sein. i Contents 1 Überblick 1 2 Voraussetzungen 3 2.1 Leute bei Debian ........................................... 3 2.2 Wie Sie beitragen können ....................................... 3 2.3 Soziale Dynamik von Debian ..................................... 4 2.4 Technische Erinnerungen ....................................... 4 2.5 Debian­Dokumentation ........................................ 5 2.6 Hilfequellen .............................................. 5 2.7 Archivsituation ............................................ 6 2.8 Wege, beizutragen ........................................... 7 2.9 Neue Beitragende und Betreuer .................................... 8 3 Werkzeugeinrichtung 10 3.1 E­Mail­Adresse ............................................ 10 3.2 MC .................................................. 10 3.3 Git ................................................... 11 3.4 Quilt .................................................. 11 3.5 Devscripts ............................................... 12 3.6 sbuild ................................................. 12 3.7 git­buildpackage ........................................... 13 3.8 HTTP­Proxy ............................................. 14 3.9 Privates Debian­Depot ........................................ 14 3.10 Virtual machines ........................................... 14 3.11 Local network with virtual machines ................................. 14 4 Einfaches Beispiel 15 4.1 Packaging tarball ........................................... 15 4.2 Gesamtbild .............................................. 15 4.3 Was ist Debmake? ........................................... 16 4.4 Was ist Debuild? ........................................... 17 4.5 Schritt 1: Holen der Quellen der Originalautoren .......................... 17 4.6 Schritt 2: Mit Debmake erstellte Vorlagendateien .......................... 18 4.7 Schritt 3: Anpassung der Vorlagendateien .............................. 22 4.8 Schritt 4: Paketbau mit debuild .................................... 24 4.9 Schritt 3 (alternativ): Änderungen der Quellen der Originalautoren ................. 27 4.9.1 Patch durch diff ­u ...................................... 27 4.9.2 Patch durch Dquilt ...................................... 28 4.9.3 Patch durch dpkg­source ­­commit .............................. 29 5 Grundlagen 31 5.1 Arbeitsablauf des Paketierens ..................................... 31 5.1.1 Das Paket debhelper ..................................... 33 5.2 Historical perspective of Debian packaging practices ........................ 33 5.3 Future perspective on Debian packaging practices .......................... 34 5.4 Paketname und ­version ........................................ 35 5.5 Natives Debian­Paket ......................................... 36 5.6 debian/rules .............................................. 36 5.6.1 dh ............................................... 37 5.6.2 Einfache debian/rules ..................................... 37 5.6.3 Angepasste debian/rules ................................... 38 5.6.4 Variablen für debian/rules .................................. 38 5.6.5 Reproduzierbares Bauen ................................... 39 5.7 debian/control ............................................. 39 ii CONTENTS 5.7.1 Aufteilung eines Debian­Binärpakets ............................ 40 5.7.1.1 debmake ­b .................................... 40 5.7.1.2 Pakettrennungsszenarien und ­beispiele ...................... 41 5.7.1.3 Der Bibliothekspaketname ............................ 41 5.7.2 Substvar ........................................... 42 5.7.3 biNMU­sicher ........................................ 42 5.8 debian/changelog ........................................... 43 5.9 debian/copyright ........................................... 44 5.10 debian/patches/* ........................................... 44 5.10.1 dpkg­source ­x ........................................ 46 5.10.2 dquilt und dpkg­source .................................... 46 5.11 debian/upstream/signing­key.asc ................................... 46 5.12 debian/watch und DFSG ....................................... 47 5.13 Weitere debian/*­Dateien ....................................... 47 5.14 Anpassung der Debian­Paketierung ................................. 51 5.15 Aufzeichnen im VCS (standard) ................................... 52 5.16 Aufzeichnen im VCS (Alternative) .................................. 52 5.17 Pakete ohne irrelevante Inhalte bauen ................................ 53 5.17.1 Korrektur durch debian/rules clean .............................. 53 5.17.2 Korrektur mittels VCS .................................... 54 5.17.3 Korrektur durch extend­diff­ignore ............................. 54 5.17.4 Korrektur durch tar­ignore .................................. 54 5.18 Bausysteme der Originalautoren ................................... 55 5.18.1 Autotools ........................................... 55 5.18.2 CMake ............................................ 56 5.18.3 Meson ............................................. 56 5.18.4 Python Distutils ........................................ 56 5.19 Fehlersuchinformationen ....................................... 57 5.19.1 Neue ­dbgsym­Pakete (Stretch 9.0 und danach) ....................... 57 5.20 Bibliothekspaket ........................................... 57 5.20.1 Bibliothekssymbole ..................................... 58 5.20.2 Bibliotheksübergänge .................................... 59 5.21 Debconf ................................................ 59 5.22 Multiarch ............................................... 60 5.22.1 The multiarch library path .................................. 60 5.22.2 The multiarch header file path ................................ 61 5.22.3 The multiarch *.pc file path ................................. 61 5.23 Compiler hardening .......................................... 62 5.24 Continuous integration ........................................ 62 5.25 Other new requirements ........................................ 62 5.26 Bootstrapping ............................................. 62 5.27 Bug reports .............................................. 62 6 Debmake­Optionen 64 6.1 Abkürzungs­Optionen (­a, ­i) ..................................... 64 6.1.1 Python­Modul ........................................ 64 6.2 Snapshot upstream tarball (­d, ­t) ................................... 65 6.3 debmake ­cc .............................................. 65 6.4 debmake ­k .............................................. 65 6.5 debmake ­j .............................................. 66 6.6 debmake ­x .............................................. 67 6.7 debmake ­P .............................................. 67 6.8 debmake ­T .............................................. 67 iii CONTENTS 7 Tipps 68 7.1 Debdiff ................................................ 68 7.2 Dget .................................................. 68 7.3 Debc .................................................. 68 7.4 Piuparts ................................................ 68 7.5 debsign ................................................ 69 7.6 dput .................................................. 69 7.7 bts ................................................... 69 7.8 git­buildpackage ........................................... 69 7.8.1 gbp import­dscs ­­debsnap .................................. 70 7.8.2 Upstream git repository .................................... 70 7.9 dgit .................................................. 71 7.9.1 Snapshot upstream tarball (alternative git deborig approach) ............. 71 7.10 chroot ................................................. 71 7.11 New Debian revision ......................................... 73 7.12 New upstream release ........................................
Recommended publications
  • Debian Developer's Reference Version 12.0, Released on 2021-09-01
    Debian Developer’s Reference Release 12.0 Developer’s Reference Team 2021-09-01 CONTENTS 1 Scope of This Document 3 2 Applying to Become a Member5 2.1 Getting started..............................................5 2.2 Debian mentors and sponsors......................................6 2.3 Registering as a Debian member.....................................6 3 Debian Developer's Duties 9 3.1 Package Maintainer's Duties.......................................9 3.1.1 Work towards the next stable release............................9 3.1.2 Maintain packages in stable .................................9 3.1.3 Manage release-critical bugs.................................. 10 3.1.4 Coordination with upstream developers............................ 10 3.2 Administrative Duties.......................................... 10 3.2.1 Maintaining your Debian information............................. 11 3.2.2 Maintaining your public key.................................. 11 3.2.3 Voting.............................................. 11 3.2.4 Going on vacation gracefully.................................. 12 3.2.5 Retiring............................................. 12 3.2.6 Returning after retirement................................... 13 4 Resources for Debian Members 15 4.1 Mailing lists............................................... 15 4.1.1 Basic rules for use....................................... 15 4.1.2 Core development mailing lists................................. 15 4.1.3 Special lists........................................... 16 4.1.4 Requesting new
    [Show full text]
  • Beginning Portable Shell Scripting from Novice to Professional
    Beginning Portable Shell Scripting From Novice to Professional Peter Seebach 10436fmfinal 1 10/23/08 10:40:24 PM Beginning Portable Shell Scripting: From Novice to Professional Copyright © 2008 by Peter Seebach All rights reserved. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage or retrieval system, without the prior written permission of the copyright owner and the publisher. ISBN-13 (pbk): 978-1-4302-1043-6 ISBN-10 (pbk): 1-4302-1043-5 ISBN-13 (electronic): 978-1-4302-1044-3 ISBN-10 (electronic): 1-4302-1044-3 Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1 Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. Lead Editor: Frank Pohlmann Technical Reviewer: Gary V. Vaughan Editorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Michelle Lowman, Matthew Moodie, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh Project Manager: Richard Dal Porto Copy Editor: Kim Benbow Associate Production Director: Kari Brooks-Copony Production Editor: Katie Stence Compositor: Linda Weidemann, Wolf Creek Press Proofreader: Dan Shaw Indexer: Broccoli Information Management Cover Designer: Kurt Krames Manufacturing Director: Tom Debolski Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor, New York, NY 10013.
    [Show full text]
  • Compiling C Programs
    CSCI 2132: Software Development Lab 6: Exploring bash and C Compilation Synopsis In this lab, you will: • Customize the behaviour your bash shell • Write and compile some simple C programs • Practice the edit-compile-fix cycle using emacs and the shell • Learn to patch programs using diff and patch Contents Overview......................................................................................................2 Step 1: Login and lab setup.................................................................................3 Step 2: The name of your shell.............................................................................3 Step 3: The .bashrc file.....................................................................................3 Step 4: Customize rm ........................................................................................4 Optional Step: Install bashrc.new as your new .bashrc file............................................7 Step 5: Edit .profile .......................................................................................8 Optional Step: Install profile.new as your new .profile file.......................................... 10 Step 6: Write a simple C program.......................................................................... 11 Step 7: Explore exit codes................................................................................... 12 Step 8: diff .................................................................................................. 14 Step 9: patch................................................................................................
    [Show full text]
  • Distributed Revision Control with Mercurial
    Distributed revision control with Mercurial Bryan O’Sullivan Copyright c 2006, 2007 Bryan O’Sullivan. This material may be distributed only subject to the terms and conditions set forth in version 1.0 of the Open Publication License. Please refer to Appendix D for the license text. This book was prepared from rev 028543f67bea, dated 2008-08-20 15:27 -0700, using rev a58a611c320f of Mercurial. Contents Contents i Preface 2 0.1 This book is a work in progress ...................................... 2 0.2 About the examples in this book ..................................... 2 0.3 Colophon—this book is Free ....................................... 2 1 Introduction 3 1.1 About revision control .......................................... 3 1.1.1 Why use revision control? .................................... 3 1.1.2 The many names of revision control ............................... 4 1.2 A short history of revision control .................................... 4 1.3 Trends in revision control ......................................... 5 1.4 A few of the advantages of distributed revision control ......................... 5 1.4.1 Advantages for open source projects ............................... 6 1.4.2 Advantages for commercial projects ............................... 6 1.5 Why choose Mercurial? .......................................... 7 1.6 Mercurial compared with other tools ................................... 7 1.6.1 Subversion ............................................ 7 1.6.2 Git ................................................ 8 1.6.3
    [Show full text]
  • Debianization of Predictprotein
    debian-unstable package-building git-repository lintian and quilt sources Programming challenge 10: Debianization of PredictProtein Jens Preußner Supervisor: Laszlo Kajan The Bioinformatics Lab 10th of July, 2012 debian-unstable package-building git-repository lintian and quilt sources Table of contents 1 debian-unstable Installation 2 package-building Structure of directory Building 3 git-repository Local git repository Remote git repository Initial push 4 lintian and quilt Fixing lintian warnings Working with quilt 5 References Now perform as root: $ chroot /srv/unstable/ $ adduser --home /home/<user> --uid <uid> <user> $ su - <user> debian-unstable package-building git-repository lintian and quilt sources Installing debian-unstable in L1 Required packages: debootstrap, dpkg-dev - easy Bind your home and proc, see Network filesystems debian-unstable package-building git-repository lintian and quilt sources Installing debian-unstable in L1 Required packages: debootstrap, dpkg-dev - easy Bind your home and proc, see Network filesystems Now perform as root: $ chroot /srv/unstable/ $ adduser --home /home/<user> --uid <uid> <user> $ su - <user> debian-unstable package-building git-repository lintian and quilt sources Installing debian-unstable in L1 To know for sure, that you are in wheezy/sid In new environment: $ cat /etc/debian version wheezy/sid instead of 6.0.4 debian-unstable package-building git-repository lintian and quilt sources My special case I had a perl module for uploading The module was not contained in CPAN Naming conventions:
    [Show full text]
  • Debian GNU/Linux Installation Guide Debian GNU/Linux Installation Guide Copyright © 2004 – 2013 the Debian Installer Team
    Debian GNU/Linux Installation Guide Debian GNU/Linux Installation Guide Copyright © 2004 – 2013 the Debian Installer team This document contains installation instructions for the Debian GNU/Linux 7.0 system (codename “wheezy”), for the 64-bit PC (“amd64”) architecture. It also contains pointers to more information and information on how to make the most of your new Debian system. Note: Although this installation guide for amd64 is mostly up-to-date, we plan to make some changes and reorganize parts of the manual after the official release of wheezy. A newer version of this manual may be found on the Internet at the debian-installer home page (http://www.debian.org/devel/debian-installer/). You may also be able to find additional translations there. This manual is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License. Please refer to the license in Appendix F. Table of Contents Installing Debian GNU/Linux 7.0 For amd64..................................................................................x 1. Welcome to Debian .........................................................................................................................1 1.1. What is Debian? ...................................................................................................................1 1.2. What is GNU/Linux? ...........................................................................................................2 1.3. What is Debian GNU/Linux?...............................................................................................3
    [Show full text]
  • C/C++ Compile Guide
    WizFi630S Guide C/C++ Compile Guide (Version 1.0.0) © 2019 WIZnet Co., Ltd. All Rights Reserved. For more information, please visit our website at http://www.wiznet.io/ © Copyright 2019 WIZnet Co., Ltd. All rights reserved. 1 WizFi630S Guide Document Revision History Date Revision Changes 2019-11-25 1.0 Release © Copyright 2019 WIZnet Co., Ltd. All rights reserved. 2 WizFi630S Guide Contents 1. Overview ................................................................................................................. 4 2. Download ................................................................................................................ 4 2.1 Prerequisites .................................................................................................. 4 2.2 Packages for Building Environment .......................................................... 4 2.3 OpenWRT Firmware Repository................................................................. 6 2.4 Menuconfig .................................................................................................... 7 3. Write C Code........................................................................................................... 7 3.1 Helloworld ...................................................................................................... 7 3.2 Make the Environment Script .................................................................... 8 4. Cross Compile ......................................................................................................... 8 4.1
    [Show full text]
  • Master Thesis Innovation Dynamics in Open Source Software
    Master thesis Innovation dynamics in open source software Author: Name: Remco Bloemen Student number: 0109150 Email: [email protected] Telephone: +316 11 88 66 71 Supervisors and advisors: Name: prof. dr. Stefan Kuhlmann Email: [email protected] Telephone: +31 53 489 3353 Office: Ravelijn RA 4410 (STEPS) Name: dr. Chintan Amrit Email: [email protected] Telephone: +31 53 489 4064 Office: Ravelijn RA 3410 (IEBIS) Name: dr. Gonzalo Ord´o~nez{Matamoros Email: [email protected] Telephone: +31 53 489 3348 Office: Ravelijn RA 4333 (STEPS) 1 Abstract Open source software development is a major driver of software innovation, yet it has thus far received little attention from innovation research. One of the reasons is that conventional methods such as survey based studies or patent co-citation analysis do not work in the open source communities. In this thesis it will be shown that open source development is very accessible to study, due to its open nature, but it requires special tools. In particular, this thesis introduces the method of dependency graph analysis to study open source software devel- opment on the grandest scale. A proof of concept application of this method is done and has delivered many significant and interesting results. Contents 1 Open source software 6 1.1 The open source licenses . 8 1.2 Commercial involvement in open source . 9 1.3 Opens source development . 10 1.4 The intellectual property debates . 12 1.4.1 The software patent debate . 13 1.4.2 The open source blind spot . 15 1.5 Litterature search on network analysis in software development .
    [Show full text]
  • Buildroot Training Buildroot Training
    Buildroot Training Buildroot Training © Copyright 2004-2021, Bootlin. Creative Commons BY-SA 3.0 license. Latest update: October 6, 2021. Document updates and sources: https://bootlin.com/doc/training/buildroot Corrections, suggestions, contributions and translations are welcome! embedded Linux and kernel engineering Send them to [email protected] - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 1/353 Rights to copy © Copyright 2004-2021, Bootlin License: Creative Commons Attribution - Share Alike 3.0 https://creativecommons.org/licenses/by-sa/3.0/legalcode You are free: I to copy, distribute, display, and perform the work I to make derivative works I to make commercial use of the work Under the following conditions: I Attribution. You must give the original author credit. I Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. I For any reuse or distribution, you must make clear to others the license terms of this work. I Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. Document sources: https://github.com/bootlin/training-materials/ - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 2/353 Hyperlinks in the document There are many hyperlinks in the document I Regular hyperlinks: https://kernel.org/ I Kernel documentation links: dev-tools/kasan I Links to kernel source files and directories: drivers/input/ include/linux/fb.h I Links to the declarations, definitions and instances of kernel symbols (functions, types, data, structures): platform_get_irq() GFP_KERNEL struct file_operations - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 3/353 Company at a glance I Engineering company created in 2004, named ”Free Electrons” until Feb.
    [Show full text]
  • Debian Packaging Tutorial
    Debian Packaging Tutorial Lucas Nussbaum [email protected] version 0.27 – 2021-01-08 Debian Packaging Tutorial 1 / 89 About this tutorial I Goal: tell you what you really need to know about Debian packaging I Modify existing packages I Create your own packages I Interact with the Debian community I Become a Debian power-user I Covers the most important points, but is not complete I You will need to read more documentation I Most of the content also applies to Debian derivative distributions I That includes Ubuntu Debian Packaging Tutorial 2 / 89 Outline 1 Introduction 2 Creating source packages 3 Building and testing packages 4 Practical session 1: modifying the grep package 5 Advanced packaging topics 6 Maintaining packages in Debian 7 Conclusions 8 Additional practical sessions 9 Answers to practical sessions Debian Packaging Tutorial 3 / 89 Outline 1 Introduction 2 Creating source packages 3 Building and testing packages 4 Practical session 1: modifying the grep package 5 Advanced packaging topics 6 Maintaining packages in Debian 7 Conclusions 8 Additional practical sessions 9 Answers to practical sessions Debian Packaging Tutorial 4 / 89 Debian I GNU/Linux distribution I 1st major distro developed “openly in the spirit of GNU” I Non-commercial, built collaboratively by over 1,000 volunteers I 3 main features: I Quality – culture of technical excellence We release when it’s ready I Freedom – devs and users bound by the Social Contract Promoting the culture of Free Software since 1993 I Independence – no (single)
    [Show full text]
  • Auditor´Ia Informática Dos Sistemas Do Instituto Da Lingua Galega
    UNIVERSIDADE DE SANTIAGO DE COMPOSTELA ESCOLA TECNICA´ SUPERIOR DE ENXENAR~ ´IA Auditor´ıainform´aticados sistemas do Instituto da Lingua Galega Autor: Jose Antonio Cutr´ınGarabal Directores: Jos´eManuel Cotos Y´a~nez Xos´eLu´ısRegueira Fern´andez Grao en Enxe~nar´ıaInform´atica Xullo 2020 Traballo de Fin de Grao presentado na Escola T´ecnicaSuperior de Enxe~nar´ıa da Universidade de Santiago de Compostela para a obtenci´ondo Grao en Enxe~nar´ıaInform´atica D. Jos´eManuel Cotos Y´a~nez, Profesor do Departamento de Electr´onica e Computaci´onda Universidade de Santiago de Compostela, e D. Xos´eLu´ıs Regueira Fern´andez, Profesor do Departamento de Filolox´ıaGalega da Uni- versidade de Santiago de Compostela, INFORMAN: Que a presente memoria, titulada Auditor´ıainform´atica dos sistemas do Insti- tuto da Lingua Galega, presentada por D. Jose Antonio Cutr´ınGarabal para superar os cr´editoscorrespondentes ao Traballo de Fin de Grao da titulaci´onde Grao en Enxe~nar´ıaInform´atica,realizouse baixo nosa direcci´onno Departamento de Electr´onicae Computaci´one no Departamento de Filolox´ıaGalega da Uni- versidade de Santiago de Compostela. E para que as´ıconste aos efectos oportunos, expiden o presente informe en Santiago de Compostela, a 5 de xullo de 2020: O titor, O cotitor, O alumno, Jos´eM. Cotos Y´a~nez Xos´eLu´ısRegueira Fern´andez Jose A. Cutr´ınGarabal i ii Agradecementos A mam´ae a pap´a,que sempre me insististes en que estudase. Al´ıonde esteades, agardo que esteades orgullosos. A´ mi~namuller, Caro, por matricularme e apoiarme dende o primeiro ata o ´ultimod´ıade carreira.
    [Show full text]
  • Debian GNU/Linux Installation Guide Debian GNU/Linux Installation Guide Copyright © 2004, 2005 the Debian Installer Team
    Debian GNU/Linux Installation Guide Debian GNU/Linux Installation Guide Copyright © 2004, 2005 the Debian Installer team This document contains installation instructions for the Debian GNU/Linux 3.1 system (codename “sarge”), for the SPARC (“sparc”) architecture. It also contains pointers to more information and information on how to make the most of your new Debian system. Warning This installation guide is based on an earlier manual written for the old Debian installation system (the “boot- floppies”), and has been updated to document the new Debian installer. However, for sparc, the manual has not been fully updated and fact checked for the new installer. There may remain parts of the manual that are incomplete or outdated or that still document the boot-floppies installer. A newer version of this manual, pos- sibly better documenting this architecture, may be found on the Internet at the debian-installer home page (http://www.debian.org/devel/debian-installer/). You may also be able to find additional translations there. This manual is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License. Please refer to the license in Appendix E. Table of Contents Installing Debian GNU/Linux 3.1 For sparc .................................................................................viii 1. Welcome to Debian ......................................................................................................................... 1 1.1. What is Debian?..................................................................................................................
    [Show full text]