From 0998fa719279358d1a44a06b55ee14af2d956a44 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez <santi@trisquel.info> Date: Tue, 28 Apr 2015 02:06:23 +0200 Subject: [PATCH] ddccontrol(-db): imported from debian jessie --- helpers/make-ddccontrol | 27 +++++++++++++++++++++++++++ helpers/make-ddccontrol-db | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 helpers/make-ddccontrol create mode 100644 helpers/make-ddccontrol-db diff --git a/helpers/make-ddccontrol b/helpers/make-ddccontrol new file mode 100644 index 00000000..b45b4107 --- /dev/null +++ b/helpers/make-ddccontrol @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright (C) 2015 Santiago RodrÃguez <santi@trisquel.info> +# +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +EXTERNAL='deb-src http://ftp.us.debian.org/debian jessie main' +SIGNKEY="7638D0442B90D010" +. ./config + +changelog "Imported into Trisquel" + +compile diff --git a/helpers/make-ddccontrol-db b/helpers/make-ddccontrol-db new file mode 100644 index 00000000..b45b4107 --- /dev/null +++ b/helpers/make-ddccontrol-db @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright (C) 2015 Santiago RodrÃguez <santi@trisquel.info> +# +# 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 2 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, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +EXTERNAL='deb-src http://ftp.us.debian.org/debian jessie main' +SIGNKEY="7638D0442B90D010" +. ./config + +changelog "Imported into Trisquel" + +compile -- GitLab