r47029 - in /packages/jhdf/trunk/debian: changelog control

tille at users.alioth.debian.org tille at users.alioth.debian.org
Tue May 5 08:17:28 UTC 2015


Author: tille
Date: Tue May  5 08:17:28 2015
New Revision: 47029

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47029
Log:
cme fix dpkg-control

Modified:
    packages/jhdf/trunk/debian/changelog
    packages/jhdf/trunk/debian/control

Modified: packages/jhdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/changelog?rev=47029&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/changelog	(original)
+++ packages/jhdf/trunk/debian/changelog	Tue May  5 08:17:28 2015
@@ -5,6 +5,7 @@
   * Fix watch file
   * machine readable copyright file
   * Use Files-Excluded to strip *.jar files
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Tue, 05 May 2015 09:55:44 +0200
 

Modified: packages/jhdf/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/control?rev=47029&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/control	(original)
+++ packages/jhdf/trunk/debian/control	Tue May  5 08:17:28 2015
@@ -1,20 +1,30 @@
 Source: jhdf
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Section: libs
 Priority: optional
-Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, default-jdk (>= 2:1.6),
- libjpeg-dev, zlib1g-dev, libhdf4-dev, libhdf5-dev (>= 1.8.8),
- automake, autoconf, imagemagick
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7),
+               autotools-dev,
+               cdbs,
+               default-jdk (>= 2:1.6),
+               libjpeg-dev,
+               zlib1g-dev,
+               libhdf4-dev,
+               libhdf5-dev,
+               automake,
+               autoconf,
+               imagemagick
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/jhdf/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/jhdf/
 Homepage: http://www.hdfgroup.org/hdf-java-html/
-Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/jhdf/
-Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/jhdf/
 
 Package: libjhdf5-java
+Architecture: any
 Section: java
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjhdf5-jni
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libjhdf5-jni
 Description: Java HDF5 Object Package
  HDF is a versatile data model that can represent very complex data objects
  and a wide variety of metadata. It is a completely portable file format
@@ -25,7 +35,8 @@
 
 Package: libjhdf5-jni
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Java HDF5 Object Package (Java JNI library)
  HDF is a versatile data model that can represent very complex data objects
  and a wide variety of metadata. It is a completely portable file format
@@ -38,9 +49,10 @@
  for the Java bindings for HDF5.
 
 Package: libjhdf-doc
+Architecture: all
 Section: doc
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends} 
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Java HDF Object Package - Documentation
  HDF is a versatile data model that can represent very complex data objects
  and a wide variety of metadata. It is a completely portable file format
@@ -49,9 +61,11 @@
  This package includes the documentation for HDF/HDF5 packages.
 
 Package: libjhdf4-java
+Architecture: any
 Section: java
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjhdf4-jni
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libjhdf4-jni
 Description: Java HDF4 Object Package
  HDF is a versatile data model that can represent very complex data objects
  and a wide variety of metadata. It is a completely portable file format
@@ -65,7 +79,8 @@
 
 Package: libjhdf4-jni
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends} 
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Java HDF4 Object Package (Java JNI library)
  HDF is a versatile data model that can represent very complex data objects
  and a wide variety of metadata. It is a completely portable file format
@@ -78,10 +93,15 @@
  for the Java bindings for HDF4.
 
 Package: hdfview
+Architecture: any
 Section: science
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjgraph-java, libjhdf5-java,
- libjhdf4-java, java-wrappers, default-jre
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libjgraph-java,
+         libjhdf5-java,
+         libjhdf4-java,
+         java-wrappers,
+         default-jre
 Suggests: www-browser
 Description: Java HDF Object viewer
  HDF is a versatile data model that can represent very complex data objects




More information about the debian-science-commits mailing list