File: use_debian_packaged_zlib.patch

package info (click to toggle)
r-bioc-xvector 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 544 kB
  • ctags: 229
  • sloc: ansic: 4,118; sh: 4; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Andreas Tille <tille@debian.org>
LastChanged: Thu, 29 Oct 2015 22:45:15 +0100
Description: If the systems includes zlib natively there is no point in
 requiring the import of zlibbioc

--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -9,7 +9,7 @@ Maintainer: Hervé Pagès <hpages@fredhu
 biocViews: Infrastructure, DataRepresentation
 Depends: R (>= 2.8.0), methods, BiocGenerics (>= 0.19.2), S4Vectors (>=
         0.9.29), IRanges (>= 2.5.27)
-Imports: methods, zlibbioc, BiocGenerics, S4Vectors, IRanges
+Imports: methods, BiocGenerics, S4Vectors, IRanges
 LinkingTo: S4Vectors, IRanges
 Suggests: Biostrings, drosophila2probe, RUnit
 License: Artistic-2.0
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,7 +1,6 @@
 useDynLib(XVector)
 
 import(methods)
-import(zlibbioc)
 import(BiocGenerics)
 import(S4Vectors)
 import(IRanges)