[Koha-bugs] [Bug 8402] New: replace 'install_misc/debian.packages' file with 'koha-debian-deps.pl' script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 10 08:43:40 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8402
          Assignee: gmcharlt at gmail.com
           Summary: replace 'install_misc/debian.packages' file with
                    'koha-debian-deps.pl' script
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: mtj at kohaaloha.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Installation and upgrade (command-line installer)
           Product: Koha

we now have 2 files in the Koha repo with debian package info

- install_misc/debian.packages
- debian/control

thats very bad!

deleting 'install_misc/debian.packages' would mean we only have one :)


the general plan is to delete the install_misc/debian.packages file from the
repo

then dynamically-generate(tm) an 'install_misc/debian.packages' file using a
script and the debian/control file, when installing Koha


something like this...

$ ./koha-debian-deps.pl > install_misc/debian.packages
$ sudo aptitude  $(<install_misc/debian.packages)

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


More information about the Koha-bugs mailing list