From nautilus (3.20.3-1)it was added debian/docs to explicitly install AUTHORS, NEWS, and THANKS but no AUTHORS nor THANKS file exists.
This commit is contained in:
parent
467541eff9
commit
d2eae2c93d
1 changed files with 4 additions and 1 deletions
|
|
@ -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,9 @@ 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
|
||||||
|
|
||||||
|
sed -i '/^AUTHORS/d' debian/docs
|
||||||
|
sed -i '/^THANKS/d' debian/docs
|
||||||
|
|
||||||
changelog "Revert from using ubuntu-help to default gnome-help"
|
changelog "Revert from using ubuntu-help to default gnome-help"
|
||||||
compile
|
compile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue