From 9d75f1f60fa8a2a7fc61b9d082a8a2971086e6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org> Date: Mon, 2 Dec 2019 16:05:31 +0000 Subject: [PATCH] Delete make-zeroc-ice as there is no longer manual references on debian/control --- helpers/make-zeroc-ice | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 helpers/make-zeroc-ice diff --git a/helpers/make-zeroc-ice b/helpers/make-zeroc-ice deleted file mode 100644 index 97dc524ef..000000000 --- a/helpers/make-zeroc-ice +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2015 Legimet <legimet.calc@gmail.com> -# -# 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 - -perl -0777 -i -pe 's/\n and in the non-free package zeroc-ice-manual//igs' debian/control -perl -0777 -i -pe 's/ and in the\n non-free package zeroc-ice-manual//igs' debian/control -perl -0777 -i -pe 's/ and in the non-free\n package zeroc-ice-manual//igs' debian/control -perl -0777 -i -pe 's/ and in the non-free package\n zeroc-ice-manual//igs' debian/control -perl -0777 -i -pe 's/ You\n will find more information in the non-free package zeroc-ice-manual.//igs' debian/control - -changelog "Remove references to nonfree manual, #7963" - -compile - -- GitLab