[med-svn] r13874 - trunk/packages/mira/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Jun 7 10:06:33 UTC 2013
Author: tille
Date: 2013-06-07 10:06:33 +0000 (Fri, 07 Jun 2013)
New Revision: 13874
Modified:
trunk/packages/mira/trunk/debian/changelog
trunk/packages/mira/trunk/debian/rules
Log:
There is another executable deactivated by upstream (miraclip). There is also no point in installing this.
Modified: trunk/packages/mira/trunk/debian/changelog
===================================================================
--- trunk/packages/mira/trunk/debian/changelog 2013-06-07 09:49:21 UTC (rev 13873)
+++ trunk/packages/mira/trunk/debian/changelog 2013-06-07 10:06:33 UTC (rev 13874)
@@ -11,6 +11,7 @@
* debian/rules: get-orig-source added
* debian/watch: do not look at dev-versions
* debian/mira-doc.README.Debian: correct path to documentation
+ * TODO: lintian stuff: manpages
[ Dmitrijs Ledkovs ]
* Build depend on libboost-all-dev and libbz2-dev.
@@ -21,7 +22,7 @@
[ Andreas Tille ]
* delete debian/README.source which is outdated / wrong
* debian/{mira.1,miradiff.1,miramer.1, scftool.1, convert_project.1,
- fasta2frag.1, fast[aq]select.1, fastatool.1, miramem.1}:
+ fasta2frag.1, fast[aq]select.1, fastatool.1}:
Wrote manpage for some programs
* debian/miraSearchESTSNPs.1: Wrote manpage but mention that this
functionality is deactivated in version 3.9.17
@@ -31,8 +32,8 @@
* debian/control: The actual scripts do not contain the .tcl suffix
in our installation
* debian/rules:
- - Currently miraSearchESTSNPs claims to be deactivated so why
- bothering installing it?
+ - Currently miraSearchESTSNPs and miraclip claim to be deactivated so
+ why bothering installing these?
- Use xz compression for binaries
-- Andreas Tille <tille at debian.org> Fri, 07 Jun 2013 08:34:21 +0200
Modified: trunk/packages/mira/trunk/debian/rules
===================================================================
--- trunk/packages/mira/trunk/debian/rules 2013-06-07 09:49:21 UTC (rev 13873)
+++ trunk/packages/mira/trunk/debian/rules 2013-06-07 10:06:33 UTC (rev 13874)
@@ -36,11 +36,13 @@
fi
# In version 3.9.17 executing miraSearchESTSNPs just leads to "De-activated atm, sorry."
# If this is the case, it should not be installed
- if [ -e debian/$(pkg)/usr/bin/miraSearchESTSNPs ] ; then \
- if [ "`debian/$(pkg)/usr/bin/miraSearchESTSNPs 2>&1 | tee`" = "De-activated atm, sorry." ] ; then rm -f debian/$(pkg)/usr/bin/miraSearchESTSNPs ; fi \
- else \
- echo "debian/$(pkg)/usr/bin/miraSearchESTSNPs does not exist" ; \
- fi
+ for deactivated in miraSearchESTSNPs miraclip ; do \
+ if [ -e debian/$(pkg)/usr/bin/$${deactivated} ] ; then \
+ if [ "`debian/$(pkg)/usr/bin/$${deactivated} 2>&1 | tee`" = "De-activated atm, sorry." ] ; then rm -f debian/$(pkg)/usr/bin/$${deactivated} ; fi \
+ else \
+ echo "debian/$(pkg)/usr/bin/$${deactivated} does not exist" ; \
+ fi ; \
+ done
#Must clean up the docs before cleaning out config.status
#Then scrub some junk not picked up by 'make clean'
More information about the debian-med-commit
mailing list