From 43883398610392bb9b5ccc2b8647048ebfb147d0 Mon Sep 17 00:00:00 2001 From: mtsio Date: Wed, 7 Feb 2018 18:24:05 +0200 Subject: [PATCH 1/2] Package cpio-doc for flidas --- helpers/make-cpio-doc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 helpers/make-cpio-doc diff --git a/helpers/make-cpio-doc b/helpers/make-cpio-doc new file mode 100644 index 0000000..8958180 --- /dev/null +++ b/helpers/make-cpio-doc @@ -0,0 +1,25 @@ +#!/bin/sh +# +# Copyright (C) 2018 Tsiolkas Michail +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +VERSION=1 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu main multiverse + +. ./config + +changelog "Package cpio-doc for trisquel" + +compile From a6f6b0db767a1afa5f1b944d864e42feabc66553 Mon Sep 17 00:00:00 2001 From: mtsio Date: Fri, 9 Feb 2018 10:11:34 +0200 Subject: [PATCH 2/2] Add comment for license --- helpers/make-cpio-doc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helpers/make-cpio-doc b/helpers/make-cpio-doc index 8958180..5186d4f 100644 --- a/helpers/make-cpio-doc +++ b/helpers/make-cpio-doc @@ -16,6 +16,9 @@ # along with this program. If not, see . VERSION=1 + +# cpio-doc is under GFDL but due to "invariant sections" is considered +# problematic for Debian EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu main multiverse . ./config