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

Andreas Tille tille at alioth.debian.org
Thu Dec 15 18:23:37 UTC 2011


Author: tille
Date: 2011-12-15 18:23:36 +0000 (Thu, 15 Dec 2011)
New Revision: 8980

Modified:
   trunk/packages/ensembl/ensembl/trunk/debian/changelog
   trunk/packages/ensembl/ensembl/trunk/debian/rules
Log:
drop uncompiled sources in  ensembl/misc-scripts/alternative_splicing/AltSplicingToolkit  from the binary package


Modified: trunk/packages/ensembl/ensembl/trunk/debian/changelog
===================================================================
--- trunk/packages/ensembl/ensembl/trunk/debian/changelog	2011-12-15 16:52:44 UTC (rev 8979)
+++ trunk/packages/ensembl/ensembl/trunk/debian/changelog	2011-12-15 18:23:36 UTC (rev 8980)
@@ -27,6 +27,9 @@
       and libjs-scriptaculous
     - do not provide ensembl-variation/scripts/import/run.me
     - make bash scripts executable
+    - drop uncompiled sources in
+       ensembl/misc-scripts/alternative_splicing/AltSplicingToolkit
+      from the binary package.
   * debian/ensembl.dirs:
     - Do not create directories in /var/tmp which are created in postinst
       anyway
@@ -44,7 +47,7 @@
   * debian/patches/fix_usr_bin_env_typo.patch: Fix typo - should be
     reported upstream
 
- -- Andreas Tille <tille at debian.org>  Wed, 07 Dec 2011 21:58:31 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 15 Dec 2011 19:01:29 +0100
 
 ensembl (63-1~lucid1) lucid; urgency=low
 

Modified: trunk/packages/ensembl/ensembl/trunk/debian/rules
===================================================================
--- trunk/packages/ensembl/ensembl/trunk/debian/rules	2011-12-15 16:52:44 UTC (rev 8979)
+++ trunk/packages/ensembl/ensembl/trunk/debian/rules	2011-12-15 18:23:36 UTC (rev 8980)
@@ -90,6 +90,11 @@
 	# remove unneeded suspicious script
 	rm -rf $(TMPINSTDIR)/ensembl-variation/scripts/import/run.me
 
+	# 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
+	find $(TMPINSTDIR) -type d -name AltSplicingToolkit -exec rm -rf \{\} \; || true
+
 	dh_install --autodest
 
 	# do not ship extra license files




More information about the debian-med-commit mailing list