[med-svn] r9010 - trunk/packages/ensembl/ensembl/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Dec 16 23:14:54 UTC 2011


Author: tille
Date: 2011-12-16 23:14:54 +0000 (Fri, 16 Dec 2011)
New Revision: 9010

Modified:
   trunk/packages/ensembl/ensembl/trunk/debian/changelog
   trunk/packages/ensembl/ensembl/trunk/debian/rules
Log:
Remove non-functional scripts in perl/default/das/


Modified: trunk/packages/ensembl/ensembl/trunk/debian/changelog
===================================================================
--- trunk/packages/ensembl/ensembl/trunk/debian/changelog	2011-12-16 22:41:45 UTC (rev 9009)
+++ trunk/packages/ensembl/ensembl/trunk/debian/changelog	2011-12-16 23:14:54 UTC (rev 9010)
@@ -31,6 +31,8 @@
        ensembl/misc-scripts/alternative_splicing/AltSplicingToolkit
       from the binary package
     - remove executable flag from JavaScript files
+    - remove suspicious scripts in perl/default/das/ because they are
+      non-functional
   * debian/ensembl.dirs:
     - Do not create directories in /var/tmp which are created in postinst
       anyway

Modified: trunk/packages/ensembl/ensembl/trunk/debian/rules
===================================================================
--- trunk/packages/ensembl/ensembl/trunk/debian/rules	2011-12-16 22:41:45 UTC (rev 9009)
+++ trunk/packages/ensembl/ensembl/trunk/debian/rules	2011-12-16 23:14:54 UTC (rev 9010)
@@ -93,6 +93,13 @@
 	# remove unneeded suspicious script
 	rm -rf $(TMPINSTDIR)/ensembl-variation/scripts/import/run.me
 
+	# remove set of suspicious script and completely identical scripts which
+	# are lacking initial "#!/usr/bin/perl" and more importantly the Perl
+	# module which is called which is neither in EnseMBL nor in any other
+	# package.  SO the Scripts would definitely fail and thus there is no
+	# reason to install them
+	rm -rf $(TMPINSTDIR)/perl/default/das/
+
 	# There is no need to install not compiled C++ code
 	# If needed the software needs to be properly compiled for later usage but here
 	# we simply delete it to not install plain sources it into the binary package




More information about the debian-med-commit mailing list