From 5973703e14c6bb133ab05b0fb497636e964a2afa Mon Sep 17 00:00:00 2001 From: Mason Hock Date: Fri, 4 Oct 2019 11:25:10 -0700 Subject: [PATCH] issue fixed upstrea --- helpers/make-sane-backends | 30 ------------------------------ helpers/make-sane-backends-extras | 30 ------------------------------ helpers/make-sane-frontends | 30 ------------------------------ helpers/make-xsane | 30 ------------------------------ 4 files changed, 120 deletions(-) delete mode 100644 helpers/make-sane-backends delete mode 100644 helpers/make-sane-backends-extras delete mode 100644 helpers/make-sane-frontends delete mode 100644 helpers/make-xsane diff --git a/helpers/make-sane-backends b/helpers/make-sane-backends deleted file mode 100644 index 96c02ef..0000000 --- a/helpers/make-sane-backends +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2014 Andrew M. Lindley -# -# 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 - -. ./config - -cp $DATA/snprintf.c ./lib/ -cat $DATA/copyright.snprintf >> debian/copyright - -changelog "Replace non-free snprintf #10713" - -compile - diff --git a/helpers/make-sane-backends-extras b/helpers/make-sane-backends-extras deleted file mode 100644 index 1218d9f..0000000 --- a/helpers/make-sane-backends-extras +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2014 Andrew M. Lindley -# -# 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 - -. ./config - -cp $DATA/snprintf.c ./lib/ -cat $DATA/copyright.snprintf >> debian/copyright - -changelog "Replace non-free snprintf #11795" - -compile - diff --git a/helpers/make-sane-frontends b/helpers/make-sane-frontends deleted file mode 100644 index d01d5ed..0000000 --- a/helpers/make-sane-frontends +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2014 Andrew M. Lindley -# -# 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 - -. ./config - -cp $DATA/snprintf.c ./lib/ -cat $DATA/copyright.snprintf >> debian/copyright - -changelog "Replace non-free snprintf #10793" - -compile - diff --git a/helpers/make-xsane b/helpers/make-xsane deleted file mode 100644 index 8d2d118..0000000 --- a/helpers/make-xsane +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2014 Andrew M. Lindley -# -# 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 - -. ./config - -cp $DATA/snprintf.c ./lib/ -cat $DATA/copyright.snprintf >> debian/copyright - -changelog "Replace non-free snprintf #10794" - -compile -