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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8402
          Assignee: [email protected]
           Summary: replace 'install_misc/debian.packages' file with
                    'koha-debian-deps.pl' script
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to