debian/control: Add Build-Depends for `dh-python'.
[mLib-python] / MANIFEST.in
index b051d6b..391955a 100644 (file)
@@ -1,3 +1,39 @@
-include atom.pyx crc32.pyx report.pyx select.pyx sym.pyx unihash.pyx
-include codec.pyx.in grim.h atom.h atom-base.c array.c Makefile
-include debian/rules debian/control debian/changelog debian/copyright
+### Manifest template for mLib/Python.
+
+## Generated build machinery.
+include COPYING auto-version mdwsetup.py pysetup.mk
+
+## Basic stuff.
+include MANIFEST.in setup.py Makefile mLib.pyx
+include defs.pxi grim.h utils.pyx
+
+## buf
+include lbuf.pyx pkbuf.pyx
+
+## codec
+include codec.pyx codec.pyx.in url.pyx
+
+## hash
+include crc32.pyx unihash.pyx
+
+## sel
+include bres.pyx conn.pyx ident.pyx
+include sel-base.pyx sel-file.pyx sel-timer.pyx
+include selbuf.pyx selpk.pyx sig.pyx
+
+## struct
+include mapping.pyx
+include array.h array.c assoc.pyx atom.h atom-base.c atom.pyx sym.pyx
+
+## sys
+include stuff.pyx fdutils.pyx fwatch.pyx mdup.pyx
+
+## ui
+include report.pyx
+
+## utils
+include str.pyx
+
+## Debian.
+include debian/rules debian/control debian/changelog
+include debian/copyright debian/compat debian/source/format