Author: moeller
Date: 2010-08-29 22:46:57 +0000 (Sun, 29 Aug 2010)
New Revision: 5200

Modified:
   trunk/packages/ensembl/ensembl/57/debian/control
   trunk/packages/ensembl/ensembl/57/debian/rules
Log:
Some more (stupid) fixes.


Modified: trunk/packages/ensembl/ensembl/57/debian/control
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/control    2010-08-29 22:38:52 UTC 
(rev 5199)
+++ trunk/packages/ensembl/ensembl/57/debian/control    2010-08-29 22:46:57 UTC 
(rev 5200)
@@ -46,7 +46,7 @@
 
 Package: libensembl-core-perl
 Architecture: all
-Depends: bioperl1.2.3|bioperl
+Depends: ${misc:Depends},bioperl1.2.3|bioperl
 Description: core libraries of Ensembl API
  The Ensembl project presents the sequence data for the yet
  available complete genomes of many vertebrates and is helped by many
@@ -63,7 +63,7 @@
  upstream thinks differently here.
 
 Package: libensembl-functgenomics-perl
-Depends: libensembl-core-perl
+Depends: ${misc:Depends},libensembl-core-perl
 Architecture: all
 Description: API for functional genomics with Ensembl
  The Ensembl project presents the sequence data for the yet
@@ -76,7 +76,7 @@
  of course in diseases. 
 
 Package: libensembl-compara-perl
-Depends: libensembl-core-perl
+Depends: ${misc:Depends},libensembl-core-perl
 Architecture: all
 Description: API for comparative genomics with Ensembl
  The Ensembl project presents the sequence data for the yet
@@ -93,7 +93,7 @@
  changed mean something?
 
 Package: libensembl-external-perl
-Depends: libensembl-core-perl
+Depends: ${misc:Depends},libensembl-core-perl
 Architecture: all
 Description: API for integration of external data sources with Ensembl
  The Ensembl project presents the sequence data for the yet
@@ -106,7 +106,7 @@
  pacakges.
 
 Package: libensembl-variation-perl
-Depends: libensembl-core-perl
+Depends: ${misc:Depends},libensembl-core-perl
 Architecture: all
 Description: Ensembl API for investigation of inter-individual genomic 
differences
  The Ensembl project presents the sequence data for the yet
@@ -121,12 +121,14 @@
  and may generate ideas for novel drugs at best.
 
 Package: ensembl-bin
+Depends: ${misc:Depends}
 Architecture: any
 Description: platform-specific files of Ensembl
  The Ensembl website is mostly implemented in Perl. But just a few
  bits do appear as binaries. Those are gathered in this package.
 
 Package: ensembl-doc
+Depends: ${misc:Depends}
 Section: doc
 Architecture: all
 Description: tutorials and othe documentation for Ensembl

Modified: trunk/packages/ensembl/ensembl/57/debian/rules
===================================================================
--- trunk/packages/ensembl/ensembl/57/debian/rules      2010-08-29 22:38:52 UTC 
(rev 5199)
+++ trunk/packages/ensembl/ensembl/57/debian/rules      2010-08-29 22:46:57 UTC 
(rev 5200)
@@ -28,7 +28,7 @@
        cp debian/ensembl.overwrites/confSiteDefs.pm   
$(DESTDIR)/usr/share/ensembl/conf/SiteDefs.pm
        cp debian/ensembl.overwrites/pluginSiteDefs.pm 
$(DESTDIR)/usr/share/ensembl/public-plugins/mirror/conf/SiteDefs.pm
        # well, those should not have remained in the source tree in the first 
place, but, who knows...
-       find debian -name CVS -a -type d | xargs -r -rm -r
+       find debian -name CVS -a -type d | xargs -r rm -r
 
 install-copying:
        dh_testdir


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to