[med-svn] r17421 - trunk/packages/R/r-bioc-genomicalignments/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Jul 8 08:31:17 UTC 2014


Author: tille
Date: 2014-07-08 08:31:17 +0000 (Tue, 08 Jul 2014)
New Revision: 17421

Modified:
   trunk/packages/R/r-bioc-genomicalignments/trunk/debian/control
   trunk/packages/R/r-bioc-genomicalignments/trunk/debian/rules
Log:
add clean target, arch dependant package


Modified: trunk/packages/R/r-bioc-genomicalignments/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-genomicalignments/trunk/debian/control	2014-07-08 08:26:55 UTC (rev 17420)
+++ trunk/packages/R/r-bioc-genomicalignments/trunk/debian/control	2014-07-08 08:31:17 UTC (rev 17421)
@@ -20,9 +20,10 @@
 Homepage: http://bioconductor.org/packages/release/bioc/html/GenomicAlignments.html
 
 Package: r-bioc-genomicalignments
-Architecture: all
+Architecture: any
 Depends: ${R:Depends},
          ${misc:Depends},
+         ${shlibs:Depends},
          r-bioc-biocgenerics,
          r-bioc-iranges,
          r-bioc-genomicranges,

Modified: trunk/packages/R/r-bioc-genomicalignments/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-genomicalignments/trunk/debian/rules	2014-07-08 08:26:55 UTC (rev 17420)
+++ trunk/packages/R/r-bioc-genomicalignments/trunk/debian/rules	2014-07-08 08:31:17 UTC (rev 17421)
@@ -2,3 +2,6 @@
 
 debRreposname=bioc
 include /usr/share/R/debian/r-cran.mk
+
+clean::
+	rm -f src/*.so




More information about the debian-med-commit mailing list