Skip to content
Snippets Groups Projects
Commit d8359a66 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Backport asterisk from debian security

parent 78fbb6b9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#
# Copyright (C) 2017 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2017-2018 Ruben Rodriguez <ruben@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
......@@ -18,13 +18,14 @@
#
VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu zesty universe'
EXTERNAL='deb-src http://deb.debian.org/debian-security/ stretch/updates main'
REPOKEY=7638D0442B90D010
. ./config
sed '/debhelper/s/10/9/; s/default-libmysqlclient-dev/libmysqlclient-dev/' -i debian/control
sed 's/default-libmysqlclient-dev/libmysqlclient-dev/' -i debian/control
changelog "Backported from zesty"
changelog "Backported from debian-security stretch//updates"
compile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment