Complete some of the pending changing in renaming some files to .md

In commit d4b4791, four files were renamed by adding a file extension .md
The files are CONTRIBUTING, COPYING, HACKING and INSTALL
This commit fixes the pending tasks and especially the bug where HACKING.md is
wrongly listed as HACKING in debian/plinth.docs and cause build failure for the
Debian package of Plinth

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Joseph Nuthalapati 2018-01-02 14:47:29 +05:30 committed by Sunil Mohan Adapa
parent 926596c35a
commit d30ba771c3
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ The goal is a readable log of code changes, to enhance transparency of their
purpose and simplify debugging. Consider these guidelines as best practices, not
as absolute rules - we're all learning by doing, and imperfect changes and
commits are much better than none at all. For an introduction how to edit and
test the code, have look into the HACKING file. Note that you need some basic
test the code, have look into the HACKING.md file. Note that you need some basic
understanding of Git to contribute; there are many tutorials in the Internet
that we cannot repeat here.

View File

@ -28,7 +28,7 @@ The entire setup is automatic and requires about 4.5 GB of disk space.
## Installing Dependencies
Apart from dependencies listing in INSTALL file, Plinth may have additional
Apart from dependencies listing in INSTALL.md file, Plinth may have additional
dependencies required by modules of Plinth. To install these, run:
$ sudo apt install -y $(plinth --list-dependencies)

View File

@ -39,7 +39,7 @@ the [FreedomBox Wiki](https://wiki.debian.org/FreedomBox/) and the
# Getting Started
See the INSTALL file for additional details and dependencies. To install run:
See the INSTALL.md file for additional details and dependencies. To install run:
$ sudo python3 setup.py install

2
debian/plinth.docs vendored
View File

@ -1,5 +1,5 @@
README.md
HACKING
HACKING.md
doc/*.html
doc/*.pdf
doc/images

View File

@ -190,7 +190,7 @@ setuptools.setup(
exclude=['*.templates']),
scripts=['bin/plinth'],
test_suite='plinth.tests.runtests.run_tests',
license='COPYING',
license='COPYING.md',
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',