[med-svn] r17072 - in trunk/packages/R/r-bioc-affyio/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Sun Jun 8 14:00:09 UTC 2014


Author: tille
Date: 2014-06-08 14:00:09 +0000 (Sun, 08 Jun 2014)
New Revision: 17072

Modified:
   trunk/packages/R/r-bioc-affyio/trunk/debian/changelog
   trunk/packages/R/r-bioc-affyio/trunk/debian/control
   trunk/packages/R/r-bioc-affyio/trunk/debian/patches/use_debian_packaged_zlib.patch
Log:
New upstream version


Modified: trunk/packages/R/r-bioc-affyio/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-affyio/trunk/debian/changelog	2014-06-08 13:54:20 UTC (rev 17071)
+++ trunk/packages/R/r-bioc-affyio/trunk/debian/changelog	2014-06-08 14:00:09 UTC (rev 17072)
@@ -1,9 +1,9 @@
-r-bioc-affyio (1.30.0-1) UNRELEASED; urgency=low
+r-bioc-affyio (1.32.0-1) UNRELEASED; urgency=low
 
   * New upstream version
   * debian/{control,copyright}: Fixed homepage
 
- -- Andreas Tille <tille at debian.org>  Fri, 18 Oct 2013 10:56:44 +0200
+ -- Andreas Tille <tille at debian.org>  Sun, 08 Jun 2014 15:57:01 +0200
 
 r-bioc-affyio (1.28.0-1) unstable; urgency=low
 

Modified: trunk/packages/R/r-bioc-affyio/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-affyio/trunk/debian/control	2014-06-08 13:54:20 UTC (rev 17071)
+++ trunk/packages/R/r-bioc-affyio/trunk/debian/control	2014-06-08 14:00:09 UTC (rev 17072)
@@ -7,7 +7,7 @@
                cdbs,
                zlib1g-dev,
                r-base-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-bioc-affyio/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-bioc-affyio/trunk/
 Homepage: http://bioconductor.org/packages/release/bioc/html/affyio.html
@@ -21,4 +21,3 @@
  This BioConductor package provides routines for parsing Affymetrix data
  files based upon file format information. Primary focus is on accessing
  the CEL and CDF file formats.
-

Modified: trunk/packages/R/r-bioc-affyio/trunk/debian/patches/use_debian_packaged_zlib.patch
===================================================================
--- trunk/packages/R/r-bioc-affyio/trunk/debian/patches/use_debian_packaged_zlib.patch	2014-06-08 13:54:20 UTC (rev 17071)
+++ trunk/packages/R/r-bioc-affyio/trunk/debian/patches/use_debian_packaged_zlib.patch	2014-06-08 14:00:09 UTC (rev 17072)
@@ -1,22 +1,22 @@
 Author: Andreas Tille <tille at debian.org>
-LastChanged: Fri, 23 Aug 2013 12:11:49 +0200
+LastChanged: Sun, 08 Jun 2014 15:57:01 +0200
 Description: If the systems includes zlib natively there is no point in
  requiring the import of zlibbioc
 
---- a/NAMESPACE
-+++ b/NAMESPACE
-@@ -1,4 +1,3 @@
- exportPattern("^[^\\.]")
- useDynLib("affyio")
--import(zlibbioc)
- 
---- a/DESCRIPTION
-+++ b/DESCRIPTION
-@@ -4,7 +4,6 @@ Title: Tools for parsing Affymetrix data
+--- affyio.orig/DESCRIPTION
++++ affyio/DESCRIPTION
+@@ -4,7 +4,6 @@
  Author: Benjamin Milo Bolstad <bmb at bmbolstad.com>
  Maintainer: Benjamin Milo Bolstad <bmb at bmbolstad.com>
- Depends: R (>= 2.6.0), methods
+ Depends: R (>= 2.6.0)
 -Imports: zlibbioc
  Description: Routines for parsing Affymetrix data files based upon file format information. Primary focus is on accessing the CEL and CDF file formats.
  License: LGPL (>= 2)
  biocViews: Microarray, DataImport, Infrastructure
+--- affyio.orig/NAMESPACE
++++ affyio/NAMESPACE
+@@ -1,4 +1,3 @@
+ exportPattern("^[^\\.]")
+ useDynLib("affyio")
+-import(zlibbioc)
+ 




More information about the debian-med-commit mailing list