From 5734d9846f60fe7391fa53166b55b137fb861b08 Mon Sep 17 00:00:00 2001 From: Afif Elghraoui Date: Sat, 11 Jul 2015 15:45:15 -0700 Subject: [PATCH] Remove unnecessary symlinks The tests were never in the python directory to begin with, so there was no need to put any symlinks there. --- debian/python-pysam.links | 2 -- debian/python3-pysam.links | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 debian/python-pysam.links delete mode 100644 debian/python3-pysam.links diff --git a/debian/python-pysam.links b/debian/python-pysam.links deleted file mode 100644 index b5f7fce..0000000 --- a/debian/python-pysam.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/doc/python-pysam/data/pysam_data usr/lib/python2.7/dist-packages/pysam/tests/pysam_data -usr/share/doc/python-pysam/data/tabix_data usr/lib/python2.7/dist-packages/pysam/tests/tabix_data diff --git a/debian/python3-pysam.links b/debian/python3-pysam.links deleted file mode 100644 index 1aad73e..0000000 --- a/debian/python3-pysam.links +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/doc/python-pysam/data/pysam_data usr/lib/python3/dist-packages/pysam/tests/pysam_data -usr/share/doc/python-pysam/data/tabix_data usr/lib/python3/dist-packages/pysam/tests/tabix_data -- 2.30.2