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

Merge branch 'fix-make-debian-reference' into 'etiona'

fix make-debian-reference

See merge request trisquel/package-helpers!238
parents 39b34715 74505817
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#
# Copyright (C) 2015 Andrew M. Lindley <andrew@andrewlindley.co.uk>
# Copyright (C) 2019 Mason Hock <mason@masonhock.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
......@@ -18,13 +19,15 @@
#
# One release to rule them all :)
VERSION=1
VERSION=2
. ./config
# Drop languages Trisquel modifications haven't been translated for yet
sed '/^LANGALL/s/en ja fr it pt de/en/' -i debian/rules
sed '/Recommends: debian-reference-fr,/,/debian-reference-pt$/d;/Recommends:" are installed./d;/Package: debian-reference-de/,$d' -i debian/control
sed '/^\Package: debian-reference-de/,$ d' debian/control -i
sed '/debian-reference-fr/,/Description: metapackage/{//p;d;}' debian/control -i
sed '/debian-reference-fr/d' debian/control -i
# English ASCIIDOC source
# remove references to the non-GNU FSDG contrib and non-free repos
......
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