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

Merge branch 'patch-1' into 'etiona'

Fix nautilus helper etiona

See merge request trisquel/package-helpers!268
parents 467541ef f4d48c72
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# 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=2 VERSION=3
. ./config . ./config
for patch in 16_unity_new_documents.patch; do for patch in 16_unity_new_documents.patch; do
...@@ -25,6 +25,17 @@ for patch in 16_unity_new_documents.patch; do ...@@ -25,6 +25,17 @@ for patch in 16_unity_new_documents.patch; do
sed "/$patch/d" -i debian/patches/series sed "/$patch/d" -i debian/patches/series
done done
echo "Checking for necessary files to install by debian/docs."
while read i
do
if [ -f $i ]; then
echo $i >> debian/docs.new
fi
done < debian/docs
mv debian/docs.new debian/docs
cat debian/docs
changelog "Revert from using ubuntu-help to default gnome-help" changelog "Revert from using ubuntu-help to default gnome-help"
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