Cambiamento struttura di base del repository. Creato Makefile per semplificare la compilazione dei pacchetti.
This commit is contained in:
parent
215da09df3
commit
d1e2c3b245
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
**/*.deb
|
||||
**/*.dsc
|
||||
**/*.changes
|
||||
**/*.tar.gz
|
14
Makefile
Normal file
14
Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
sources = libreschool-vm-base.control \
|
||||
libreschool-vm-primary-base.control \
|
||||
libreschool-vm-primary-optional.control
|
||||
obj = $(sources:.control=.deb)
|
||||
|
||||
all: $(obj)
|
||||
|
||||
clean:
|
||||
rm -f *.dsc *.changes *.deb *.tar.gz
|
||||
|
||||
%.deb: %.control
|
||||
equivs-build --full $<
|
||||
|
||||
.PHONY: all clean
|
@ -10,14 +10,14 @@ Package: libreschool-vm-base
|
||||
Version: 0.9.0
|
||||
Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
|
||||
# Pre-Depends: <comma-separated list of packages>
|
||||
Depends: libreoffice, libreoffice-help-it, libreoffice-gnome, libreoffice-l10n-it, libreoffice-librelogo, kde-l10n-it, breeze-icon-theme, xournal, gedit, openclipart-libreoffice
|
||||
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
|
||||
Architecture: all
|
||||
# Multi-Arch: <one of: foreign|same|allowed>
|
||||
Copyright: GPL3
|
||||
#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>
|
4
libreschool-vm-primary-base/.gitignore
vendored
4
libreschool-vm-primary-base/.gitignore
vendored
@ -1,4 +0,0 @@
|
||||
*.deb
|
||||
*.changes
|
||||
*.dsc
|
||||
*.tar.gz
|
@ -1 +0,0 @@
|
||||
specs
|
@ -17,7 +17,7 @@ Depends: libreschool-vm-primary-base, childsplay, childsplay-alphabet-sounds-it,
|
||||
# Replaces: <comma-separated list of packages>
|
||||
# Architecture: all
|
||||
# Multi-Arch: <one of: foreign|same|allowed>
|
||||
Copyright: GPL3
|
||||
# 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>
|
Loading…
Reference in New Issue
Block a user