Bug 14809 - INSTALL.debian needs to be updated for wheezy and jessie
Summary: INSTALL.debian needs to be updated for wheezy and jessie
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-12 18:51 UTC by Barton Chittenden
Modified: 2018-06-04 20:10 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2015-09-12 18:51:07 UTC
INSTALL.debian makes reference to 'squeeze', even though jessie and wheezy are Debian current and oldcurrent respectively.

grep -n -i -B4 squeeze INSTALL.debian
30-At the time of writing, you need to create
31-/etc/apt/sources.list.d/indexdata.list containing the following:
32-
33-    # Index Data
34:    deb http://ftp.indexdata.dk/debian squeeze main
35:    deb-src http://ftp.indexdata.dk/debian squeeze main
--
375-
376-Tested on the following operating environments
377-==============================================
378-- Debian Lenny 5.0
379:- Debian Squeeze 6.0
Comment 1 Barton Chittenden 2015-09-12 20:02:52 UTC
Under squeeze,

sudo dpkg --set-selections < install_misc/debian.packages

results in each line line in install_misc/debian.packages generating an error
similar to the following:

dpkg: warning: package not in database at line XX: <package name>

To avoid this, the following lines must be added to the documentation, before 'sudo dpkg --set-selections ...'

    Run the following:

    $ sudo apt-get install dselect
    $ sudo dselect

    Select [U]pdate and [I]nstall from the dselect menu.
Comment 2 Magnus Enger 2017-08-01 06:11:44 UTC
Bug 17626 removed the INSTALL.* files, so this bug is no longer relevant.