Merge branch '1-v4-allow-ckermit-into-belenos' into 'belenos'
1 v4 allow ckermit into belenos A rework of !3 to ensure the old commits are dropped. That was simply me starting the weekend without either getting an update from @aklis or doing a long paperchase through the repos. As per !3 i.e. As per leny2010/package-helpers#1 ckermit has been free for some time. It has now percolated down to Multiverse in Trusty. Here is the package helper to bring it in. I suggest you close !3 rejected See merge request !4
This commit is contained in:
commit
11ff471cb5
1 changed files with 28 additions and 0 deletions
28
helpers/make-ckermit
Normal file
28
helpers/make-ckermit
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2014 Andrew M. Lindley <andrew@andrewlindley.co.uk>
|
||||||
|
#
|
||||||
|
# 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://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
|
||||||
|
|
||||||
|
. ./config
|
||||||
|
|
||||||
|
changelog 'Imported into Trisquel #12442'
|
||||||
|
|
||||||
|
compile
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue