[Koha-bugs] [Bug 8402] generate 'install_misc/debian.packages' file from debian/control file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 25 13:57:05 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8402

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17392|0                           |1
        is obsolete|                            |

--- Comment #6 from Mason James <mtj at kohaaloha.com> ---
Created attachment 17676
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17676&action=edit
bug 8402 - generate 'install_misc/debian.packages' file from debian/control
file

to test...

- rename ./install_misc/debian.packages file
    mv ./install_misc/debian.packages ./install_misc/debian.packages.old

- apply patch
    git bz apply 8402

- run script
   ./koha-debian-deps.pl -r > install_misc/debian.packages

- compare improved package file
    diff  ./install_misc/debian.packages ./install_misc/debian.packages.old

- install packages
    sudo apt-get install  $( < install_misc/debian.packages)

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Works as advertised

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list