From d6f159b6589bb94bd889155306ca9b8bf21f1cb3 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 7 Mar 2022 23:57:26 +0100 Subject: [PATCH] Changement de nom du paquet --- Makefile | 6 +++--- control | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 7d78db3..8f17074 100644 --- a/Makefile +++ b/Makefile @@ -4,15 +4,15 @@ # By neox # License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 -default: gsl.deb +default: egsl.deb ### MAKE DEB .INTERMEDIATE: debian-binary control.tar.gz data.tar.gz .PHONY: clean -gsl.deb: debian-binary control.tar.gz data.tar.gz - ar -r gsl.deb debian-binary control.tar.gz data.tar.gz +egsl.deb: debian-binary control.tar.gz data.tar.gz + ar -r egsl.deb debian-binary control.tar.gz data.tar.gz data.tar.gz: tar czvf data.tar.gz etc usr var diff --git a/control b/control index d77e648..2b874a1 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ -Package: gsl -Version: 0.1 +Package: egsl +Version: 0.0.1 Section: custom Priority: optional Architecture: all @@ -7,4 +7,4 @@ Essential: no Depends: curl Installed-Size: `du -ks usr|cut -f 1` Maintainer: echolib -Description: GSL is a multiple blogs/websites generator based on their domain, written in bash, for minimal dependancies. The websites are nearly all static, except for some includes pages, like listing posts, that nginx can easily get, in your webserver. +Description: Echolib's GSL is a multiple blogs/websites generator based on their domain, written in bash, for minimal dependancies. The websites are nearly all static, except for some includes pages, like listing posts, that nginx can easily get, in your webserver.