Skip to content
Snippets Groups Projects
Commit db34721f authored by Luis Guzmán's avatar Luis Guzmán
Browse files

Rename package and remove test because of firewall

parent b4b31b06
No related branches found
No related tags found
No related merge requests found
...@@ -17,13 +17,16 @@ ...@@ -17,13 +17,16 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=1 VERSION=2
EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main' EXTERNAL='deb-src http://ftp.debian.org/debian stable-backports main'
REPOKEY=04EE7237B7D453EC REPOKEY=04EE7237B7D453EC
BACKPORT=true BACKPORT=true
. ./config . ./config
changelog "Backported from debian stable backports" sed -i "/override_dh_auto_test/a #Prevent tests because of webserver failing" debian/rules
sed -i "s|dh_auto_test --|#dh_auto_test --|" debian/rules
changelog "Backported from debian old stable backports"
compile 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