Corrette alcune differenze di versione. Ottimizzato layout del repository. Corretto Makefile per includere più azioni.
This commit is contained in:
parent
e76a2d07ec
commit
8dbd9deea6
40
Makefile
40
Makefile
@ -1,16 +1,38 @@
|
|||||||
sources = libreschool-base.control \
|
repo = /home/syntaxerrormmm/Documenti/SysAdmin/repo.sys42.eu
|
||||||
libreschool-primary-base.control \
|
uploadscr = $(repo)/update-ubuntu.sh
|
||||||
libreschool-primary-optional.control \
|
|
||||||
libreschool-secondary-base.control \
|
|
||||||
libreschool-secondary-optional.control
|
|
||||||
obj = $(sources:.control=.deb)
|
|
||||||
|
|
||||||
all: $(obj)
|
bionic_src = $(wildcard bionic/*.control)
|
||||||
|
xenial_src = $(wildcard xenial/*.control)
|
||||||
|
trusty_src = $(wildcard trusty/*.control)
|
||||||
|
|
||||||
|
bionic_obj = $(bionic_src:.control=.deb)
|
||||||
|
xenial_obj = $(xenial_src:.control=.deb)
|
||||||
|
trusty_obj = $(trusty_src:.control=.deb)
|
||||||
|
|
||||||
|
all: bionic xenial trusty
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.dsc *.changes *.deb *.tar.gz
|
rm -f *.dsc *.changes *.deb *.tar.gz
|
||||||
|
|
||||||
%.deb: %.control
|
%.deb: %.control
|
||||||
equivs-build --full $<
|
equivs-build $<
|
||||||
|
|
||||||
.PHONY: all clean
|
bionic: $(bionic_obj)
|
||||||
|
xenial: $(xenial_obj)
|
||||||
|
trusty: $(trusty_obj)
|
||||||
|
|
||||||
|
bionic_repo: bionic
|
||||||
|
reprepro -b $(repo) includedeb bionic *18.04*.deb
|
||||||
|
|
||||||
|
xenial_repo: xenial
|
||||||
|
reprepro -b $(repo) includedeb xenial *16.04*.deb
|
||||||
|
|
||||||
|
trusty_repo: trusty
|
||||||
|
reprepro -b $(repo) includedeb trusty *14.04*.deb
|
||||||
|
|
||||||
|
repo: bionic_repo xenial_repo trusty_repo
|
||||||
|
|
||||||
|
upload:
|
||||||
|
bash $(uploadscr)
|
||||||
|
|
||||||
|
.PHONY: all clean bionic xenial
|
||||||
|
8
README.md
Normal file
8
README.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Metapacchetti per l'installazione del software consigliato da LibreSchool #
|
||||||
|
|
||||||
|
* `libreschool-base`: 292 MB da scaricare, 815 MB occupati su disco
|
||||||
|
* `libreschool-primary-base`: 921MB da scaricare, 2.507 MB occupati
|
||||||
|
* `libreschool-primary-extra`: 970MB da scaricare, 2.614 MB occupati
|
||||||
|
* `libreschool-secondary-base`: problema openscad.
|
||||||
|
rimosso quello: 1010 MB download, 3.165 MB spazio occupato
|
||||||
|
* `libreschool-secondary-extra`: 1.157 MB download, 3.583 MB occupati
|
@ -7,7 +7,7 @@ Homepage: https://libreschool.org
|
|||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
Package: libreschool-base
|
Package: libreschool-base
|
||||||
Version: 0~20180701
|
Version: 18.04~20180705-1
|
||||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
# Pre-Depends: <comma-separated list of packages>
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
Depends: breeze-icon-theme, gedit, kde-l10n-it, libreoffice, libreoffice-gnome, libreoffice-help-it, libreoffice-l10n-it, libreoffice-librelogo, openclipart-libreoffice, xournal
|
Depends: breeze-icon-theme, gedit, kde-l10n-it, libreoffice, libreoffice-gnome, libreoffice-help-it, libreoffice-l10n-it, libreoffice-librelogo, openclipart-libreoffice, xournal
|
33
bionic/libreschool-primary-base.control
Normal file
33
bionic/libreschool-primary-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-primary-base
|
||||||
|
Version: 18.04~20180705-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: calibre, gcompris, gcompris-qt, inkscape, kgeography, kturtle, libreschool-base, marble, openshot, pencil2d, pinta, scribus, tupi, tuxmath, tuxpaint, vlc
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages for primary schools (metapackage)
|
||||||
|
Selected base packages for didactics in primary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
bionic/libreschool-primary-extra.control
Normal file
33
bionic/libreschool-primary-extra.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-primary-extra
|
||||||
|
Version: 18.04~20180705-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: childsplay, childsplay-alphabet-sounds-it, kanagram, khangman, kolourpaint4, kwordquiz, libreschool-primary-base, synaptic
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: GPL3
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected optional packages for primary schools (metapackage)
|
||||||
|
Selected optional packages for didactics in primary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
bionic/libreschool-secondary-base.control
Normal file
33
bionic/libreschool-secondary-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-secondary-base
|
||||||
|
Version: 18.04~20180705-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: atomix, audacity, blender, calibre, freecad, fritzing, gbrainy, gimp, gimp-help-it, idle, idle3, inkscape, kalgebra, kalzium, kbruch, kgeography, kturtle, laby, librecad, libreschool-base, marble, meshlab, openshot, pinta, scribus, sweethome3d, sweethome3d-furniture, tupi, vlc
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages for secondary schools (metapackage)
|
||||||
|
Selected base packages for didactics in secondary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
@ -6,8 +6,8 @@ Priority: optional
|
|||||||
Homepage: https://libreschool.org
|
Homepage: https://libreschool.org
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
Package: libreschool-secondary-optional
|
Package: libreschool-secondary-extra
|
||||||
Version: 0~20180701
|
Version: 18.04~20180705-1
|
||||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
# Pre-Depends: <comma-separated list of packages>
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
Depends: kdenlive, kig, ktouch, kwordquiz, libreschool-secondary-base, musescore, parley, puredata, sonic-pi, step
|
Depends: kdenlive, kig, ktouch, kwordquiz, libreschool-secondary-base, musescore, parley, puredata, sonic-pi, step
|
33
trusty/libreschool-base.control
Normal file
33
trusty/libreschool-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-base
|
||||||
|
Version: 14.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: breeze-icon-theme, gedit, kde-l10n-it, libreoffice, libreoffice-gnome, libreoffice-help-it, libreoffice-l10n-it, libreoffice-librelogo, openclipart-libreoffice, xournal
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: GPL3
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages (metapackage)
|
||||||
|
Selected base packages for didactics in schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
@ -7,7 +7,7 @@ Homepage: https://libreschool.org
|
|||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
Package: libreschool-primary-base
|
Package: libreschool-primary-base
|
||||||
Version: 0~20180701
|
Version: 14.04~20180701-1
|
||||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
# Pre-Depends: <comma-separated list of packages>
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
Depends: calibre, gcompris, gcompris-sound-it, inkscape, kgeography, kturtle, libreschool-base, marble, openshot, pencil2d, pinta, scribus, tupi, tuxmath, tuxpaint, vlc
|
Depends: calibre, gcompris, gcompris-sound-it, inkscape, kgeography, kturtle, libreschool-base, marble, openshot, pencil2d, pinta, scribus, tupi, tuxmath, tuxpaint, vlc
|
@ -6,8 +6,8 @@ Priority: optional
|
|||||||
Homepage: https://libreschool.org
|
Homepage: https://libreschool.org
|
||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
Package: libreschool-primary-optional
|
Package: libreschool-primary-extra
|
||||||
Version: 0~20180701
|
Version: 14.04~20180701-1
|
||||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
# Pre-Depends: <comma-separated list of packages>
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
Depends: childsplay, childsplay-alphabet-sounds-it, kanagram, khangman, kolourpaint4, kwordquiz, libreschool-primary-base, synaptics
|
Depends: childsplay, childsplay-alphabet-sounds-it, kanagram, khangman, kolourpaint4, kwordquiz, libreschool-primary-base, synaptics
|
@ -7,7 +7,7 @@ Homepage: https://libreschool.org
|
|||||||
Standards-Version: 3.9.7
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
Package: libreschool-secondary-base
|
Package: libreschool-secondary-base
|
||||||
Version: 0~20180701
|
Version: 14.04~20180701-1
|
||||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
# Pre-Depends: <comma-separated list of packages>
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
Depends: atomix, audacity, blender, calibre, freecad, fritzing, gbrainy, gimp, gimp-help-it, idle, idle3, inkscape, kalgebra, kalzium, kbruch, kgeography, kturtle, laby, librecad, libreschool-base, marble, meshlab, openscad, openshot, pinta, scribus, sweethome3d, sweethome3d-furniture, tupi, vlc
|
Depends: atomix, audacity, blender, calibre, freecad, fritzing, gbrainy, gimp, gimp-help-it, idle, idle3, inkscape, kalgebra, kalzium, kbruch, kgeography, kturtle, laby, librecad, libreschool-base, marble, meshlab, openscad, openshot, pinta, scribus, sweethome3d, sweethome3d-furniture, tupi, vlc
|
33
trusty/libreschool-secondary-extra.control
Normal file
33
trusty/libreschool-secondary-extra.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-secondary-extra
|
||||||
|
Version: 14.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: kdenlive, kig, ktouch, kwordquiz, libreschool-secondary-base, musescore, parley, puredata, sonic-pi, step
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected optional packages for secondary schools (metapackage)
|
||||||
|
Selected optional packages for didactics in secondary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
xenial/libreschool-base.control
Normal file
33
xenial/libreschool-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-base
|
||||||
|
Version: 16.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: breeze-icon-theme, gedit, kde-l10n-it, libreoffice, libreoffice-gnome, libreoffice-help-it, libreoffice-l10n-it, libreoffice-librelogo, openclipart-libreoffice, xournal
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: GPL3
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages (metapackage)
|
||||||
|
Selected base packages for didactics in schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
xenial/libreschool-primary-base.control
Normal file
33
xenial/libreschool-primary-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-primary-base
|
||||||
|
Version: 16.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: calibre, gcompris, gcompris-sound-it, inkscape, kgeography, kturtle, libreschool-base, marble, openshot, pencil2d, pinta, scribus, tupi, tuxmath, tuxpaint, vlc
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages for primary schools (metapackage)
|
||||||
|
Selected base packages for didactics in primary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
xenial/libreschool-primary-extra.control
Normal file
33
xenial/libreschool-primary-extra.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-primary-extra
|
||||||
|
Version: 16.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: childsplay, childsplay-alphabet-sounds-it, kanagram, khangman, kolourpaint4, kwordquiz, libreschool-primary-base, synaptics
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: GPL3
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected optional packages for primary schools (metapackage)
|
||||||
|
Selected optional packages for didactics in primary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
xenial/libreschool-secondary-base.control
Normal file
33
xenial/libreschool-secondary-base.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-secondary-base
|
||||||
|
Version: 16.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: atomix, audacity, blender, calibre, freecad, fritzing, gbrainy, gimp, gimp-help-it, idle, idle3, inkscape, kalgebra, kalzium, kbruch, kgeography, kturtle, laby, librecad, libreschool-base, marble, meshlab, openscad, openshot, pinta, scribus, sweethome3d, sweethome3d-furniture, tupi, vlc
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected base packages for secondary schools (metapackage)
|
||||||
|
Selected base packages for didactics in secondary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
33
xenial/libreschool-secondary-extra.control
Normal file
33
xenial/libreschool-secondary-extra.control
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
### Commented entries have reasonable defaults.
|
||||||
|
### Uncomment to edit them.
|
||||||
|
# Source: <source package name; defaults to package name>
|
||||||
|
Section: misc
|
||||||
|
Priority: optional
|
||||||
|
Homepage: https://libreschool.org
|
||||||
|
Standards-Version: 3.9.7
|
||||||
|
|
||||||
|
Package: libreschool-secondary-extra
|
||||||
|
Version: 16.04~20180701-1
|
||||||
|
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||||
|
# Pre-Depends: <comma-separated list of packages>
|
||||||
|
Depends: kdenlive, kig, ktouch, kwordquiz, libreschool-secondary-base, musescore, parley, puredata, sonic-pi, step
|
||||||
|
# Recommends: <comma-separated list of packages>
|
||||||
|
# Suggests: <comma-separated list of packages>
|
||||||
|
# Provides: <comma-separated list of packages>
|
||||||
|
# Replaces: <comma-separated list of packages>
|
||||||
|
Architecture: all
|
||||||
|
# Multi-Arch: <one of: foreign|same|allowed>
|
||||||
|
# Copyright: <copyright file; defaults to GPL2>
|
||||||
|
# Changelog: <changelog file; defaults to a generic changelog>
|
||||||
|
# Readme: <README.Debian file; defaults to a generic one>
|
||||||
|
# Extra-Files: <comma-separated list of additional files for the doc directory>
|
||||||
|
# Files: <pair of space-separated paths; First is file to include, second is destination>
|
||||||
|
# <more pairs, if there's more than one file to include. Notice the starting space>
|
||||||
|
Description: LibreSchool - Selected optional packages for secondary schools (metapackage)
|
||||||
|
Selected optional packages for didactics in secondary schools in Italy.
|
||||||
|
.
|
||||||
|
LibreSchool project aims to help schools migrate to free software and GNU/Linux
|
||||||
|
operating system.
|
||||||
|
The packages included in the present packages were selected by Omar Lazzari to
|
||||||
|
be part of a basic o.s. for schools.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user