From b6e26c64ba4319f9e3c69f2e8e544c243a95d42f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org>
Date: Wed, 16 Jun 2010 23:05:48 +0200
Subject: [PATCH] install only .py files form debpython dir

---
 Makefile               | 2 +-
 debian/python-dev.dirs | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index c5ff73b..b4de293 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install-dev:
 
 install-runtime:
 	$(INSTALL) -m 755 -d $(DESTDIR)$(PREFIX)/share/python/debpython $(DESTDIR)$(PREFIX)/bin
-	$(INSTALL) -m 644 debpython/* $(DESTDIR)$(PREFIX)/share/python/debpython/
+	$(INSTALL) -m 644 debpython/*py $(DESTDIR)$(PREFIX)/share/python/debpython/
 	$(INSTALL) -m 755 pycompile $(DESTDIR)$(PREFIX)/bin/
 	$(INSTALL) -m 755 pyclean $(DESTDIR)$(PREFIX)/bin/
 
diff --git a/debian/python-dev.dirs b/debian/python-dev.dirs
index d8677c5..415f082 100644
--- a/debian/python-dev.dirs
+++ b/debian/python-dev.dirs
@@ -1,3 +1 @@
 /usr/bin
-/usr/share/python/runtime.d
-/usr/share/debhelper/autoscripts
-- 
GitLab