diff --git a/MANIFEST.in b/MANIFEST.in index 8cae85f0b..719fd559f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include CHANGES include COPYING include LICENSE include INSTALL -include README +include README.md include README.translations.txt include Makefile.gettext include keepnote/images/*.png diff --git a/pkg/deb/debian/docs b/pkg/deb/debian/docs index e845566c0..b43bf86b5 100644 --- a/pkg/deb/debian/docs +++ b/pkg/deb/debian/docs @@ -1 +1 @@ -README +README.md diff --git a/pkg/deb/debian/rules b/pkg/deb/debian/rules index 781975593..c6bd98514 100755 --- a/pkg/deb/debian/rules +++ b/pkg/deb/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pycentral -#DEB_PYTHON_SYSTEM=pysupport +#DEB_PYTHON_SYSTEM=pycentral +DEB_PYTHON_SYSTEM=pysupport # Debhelper must be included before python-distutils to use # dh_python / dh_pycentral / dh_pysupport