diff --git a/MANIFEST.in b/MANIFEST.in index 8cae85f0..719fd559 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 e845566c..b43bf86b 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 78197559..c6bd9851 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