Cambiamento struttura di base del repository. Creato Makefile per semplificare la compilazione dei pacchetti.

This commit is contained in:
Emiliano Vavassori 2018-07-01 16:49:12 +02:00
parent 215da09df3
commit d1e2c3b245
7 changed files with 22 additions and 9 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
**/*.deb
**/*.dsc
**/*.changes
**/*.tar.gz

14
Makefile Normal file
View 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

View File

@ -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>

View File

@ -1,4 +0,0 @@
*.deb
*.changes
*.dsc
*.tar.gz

View File

@ -1 +0,0 @@
specs

View File

@ -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>