[med-svn] r17801 - trunk/packages/vxl/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Aug 19 15:07:14 UTC 2014


Author: tille
Date: 2014-08-19 15:07:14 +0000 (Tue, 19 Aug 2014)
New Revision: 17801

Modified:
   trunk/packages/vxl/trunk/debian/changelog
   trunk/packages/vxl/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/vxl/trunk/debian/changelog
===================================================================
--- trunk/packages/vxl/trunk/debian/changelog	2014-08-19 15:04:49 UTC (rev 17800)
+++ trunk/packages/vxl/trunk/debian/changelog	2014-08-19 15:07:14 UTC (rev 17801)
@@ -1,9 +1,13 @@
 vxl (1.17.0-9) UNRELEASED; urgency=low
 
+  [ Mathieu Malaterre ]
   * Remove self from uploaders
 
- -- Mathieu Malaterre <malat at debian.org>  Tue, 10 Dec 2013 15:36:12 +0100
+  [ Andreas Tille ]
+  * cme fix dpkg-control
 
+ -- Andreas Tille <tille at debian.org>  Tue, 19 Aug 2014 17:05:35 +0200
+
 vxl (1.17.0-8.1) experimental; urgency=low
 
   * Non-maintainer upload.

Modified: trunk/packages/vxl/trunk/debian/control
===================================================================
--- trunk/packages/vxl/trunk/debian/control	2014-08-19 15:04:49 UTC (rev 17800)
+++ trunk/packages/vxl/trunk/debian/control	2014-08-19 15:07:14 UTC (rev 17801)
@@ -1,10 +1,9 @@
 Source: vxl
-Homepage: http://vxl.sf.net
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: cmake (>= 2.4.5),
+Build-Depends: cmake,
                debhelper (>= 9),
                freeglut3-dev,
                libavcodec-dev (>= 6:10~),
@@ -15,7 +14,8 @@
                libdc1394-22-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
                libdcmtk2-dev,
                libexpat-dev,
-               libgeotiff-dev, libtiff-dev,
+               libgeotiff-dev,
+               libtiff-dev,
                libglu-dev,
                libjpeg-dev,
                libmpeg2-4-dev,
@@ -27,17 +27,20 @@
                libxerces-c-dev,
                ocl-icd-opencl-dev,
                opencl-headers,
-               python-dev (>= 2.6.6-3~),
+               python-dev,
                zlib1g-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/vxl/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/vxl/trunk/
+Homepage: http://vxl.sf.net
 X-Python-Version: 2.7
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/vxl/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/vxl/trunk/
 
 Package: libvxl1.17
+Architecture: any
 Section: libs
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: C++ Libraries for Computer Vision Research
  VXL (the Vision-something-Libraries) is a collection of C++ libraries
@@ -47,9 +50,10 @@
  portable over many platforms.
 
 Package: libvxl1-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: libvxl1.17 (= ${binary:Version}), ${misc:Depends}
+Depends: libvxl1.17 (= ${binary:Version}),
+         ${misc:Depends}
 Provides: libvxl-dev
 Description: C++ Libraries for Computer Vision Research
  VXL (the Vision-something-Libraries) is a collection of C++ libraries




More information about the debian-med-commit mailing list