summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/languages/python/files-python-modules/build-spec/debian/install
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/languages/python/files-python-modules/build-spec/debian/install')
-rw-r--r--t/recipes/checks/languages/python/files-python-modules/build-spec/debian/install13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/recipes/checks/languages/python/files-python-modules/build-spec/debian/install b/t/recipes/checks/languages/python/files-python-modules/build-spec/debian/install
new file mode 100644
index 0000000..165f0c2
--- /dev/null
+++ b/t/recipes/checks/languages/python/files-python-modules/build-spec/debian/install
@@ -0,0 +1,13 @@
+# GOOD
+python-foo /usr/lib/python2.5/site-packages/
+python-foo /usr/lib/python2.6/dist-packages/
+python-foo /usr/lib/python2.7/dist-packages/
+python-foo /usr/lib/python3/dist-packages/
+
+# BAD
+python-foo usr/lib/python2.5/dist-packages/
+python-foo usr/lib/python2.6/site-packages/
+python-foo usr/lib/python2.7/site-packages/
+python-foo usr/lib/python3.2/dist-packages/
+python-foo usr/lib/python3.2/site-packages/
+