[Pkg-privacy-commits] [mat] 17/68: The README file now has a `.md` extension.

Sascha Steinbiss sascha at steinbiss.name
Sun Jan 3 12:32:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

sascha-guest pushed a commit to branch master
in repository mat.

commit a71bbcaf57be3076cb7bd38d07cf13e71fcbe611
Author: jvoisin <julien.voisin at dustri.org>
Date:   Wed Nov 25 13:47:54 2015 +0100

    The README file now has a `.md` extension.
---
 MANIFEST.in         | 2 +-
 README => README.md | 0
 RELEASE             | 2 +-
 setup.py            | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index fb0af66..094d5c0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include README README.security LICENSE mat mat-gui
+include README.md README.security LICENSE mat mat-gui
 include TODO mat.desktop
 include mat.1 mat-gui.1
 recursive-include data *
diff --git a/README b/README.md
similarity index 100%
rename from README
rename to README.md
diff --git a/RELEASE b/RELEASE
index e95b5f2..5ec5d47 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-check if year in the copyright notice in README needs an update.
+check if year in the copyright notice in README.md needs an update.
 
 mark "Fix commited" tickes as "resolved" in the bugtracker.
 
diff --git a/setup.py b/setup.py
index 7e1e4f3..8da1bfb 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
         ('share/applications', ['mat.desktop']),
         ('share/mat', ['data/FORMATS', 'data/mat.glade']),
         ('share/pixmaps', ['data/mat.png']),
-        ('share/doc/mat', ['README', 'README.security']),
+        ('share/doc/mat', ['README.md', 'README.security']),
         ('share/man/man1', ['mat.1', 'mat-gui.1']),
         ('share/nautilus-python/extensions', ['nautilus/nautilus-mat.py'])
     ],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/mat.git



More information about the Pkg-privacy-commits mailing list