Skip to content
Snippets Groups Projects
Commit 20a3095c authored by Mason Hock's avatar Mason Hock
Browse files

fix sed lines

parent 43a6971e
No related branches found
No related tags found
No related merge requests found
...@@ -18,13 +18,15 @@ ...@@ -18,13 +18,15 @@
# #
# One release to rule them all :) # One release to rule them all :)
VERSION=1 VERSION=2
. ./config . ./config
# Drop languages Trisquel modifications haven't been translated for yet # Drop languages Trisquel modifications haven't been translated for yet
sed '/^LANGALL/s/en ja fr it pt de/en/' -i debian/rules 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 # English ASCIIDOC source
# remove references to the non-GNU FSDG contrib and non-free repos # 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