[Pkg-phototools-commits] [SCM] openjpeg packaging branch, master, updated. 1.3+dfsg-4-53-g7894ef9

David Paleino dapal at debian.org
Sat Mar 10 22:40:26 UTC 2012


The following commit has been merged in the master branch:
commit 7894ef92a576319e66756bbc5a507e57475f60e2
Author: David Paleino <dapal at debian.org>
Date:   Sat Mar 10 23:40:18 2012 +0100

    Updated Build-Dependencies and various small things in d/control

diff --git a/debian/changelog b/debian/changelog
index 2ffa6e1..15cdae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,7 @@ openjpeg (1.5.0-1) UNRELEASED; urgency=low
       target
     - Update build patch, to set gcc options for mj2 Makefile based on the
       settings in debian/rules
-  * Add to the packages to fix a lintian warning because we are using
-    deb-helper and misc:Depends is a requirment
+  * Add ${misc:Depends} to binary packages
   * Place -dbg package in section debug
 
   [ David Paleino ]
@@ -23,8 +22,9 @@ openjpeg (1.5.0-1) UNRELEASED; urgency=low
   * Removed obsolete README.Debian
   * Bumped Standards-Version to 3.9.3
   * Dropped debian/image_to_j2k.pod, upstream has a proper manpage now
+  * Updated Build-Dependencies and various small things in d/control
 
- -- David Paleino <dapal at debian.org>  Sat, 10 Mar 2012 23:30:39 +0100
+ -- David Paleino <dapal at debian.org>  Sat, 10 Mar 2012 23:39:41 +0100
 
 openjpeg (1.3+dfsg-4) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index 38c43ce..1b8a6bc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,21 @@
 Source: openjpeg
 Priority: extra
 Maintainer: Debian PhotoTools Maintainers <pkg-phototools-devel at lists.alioth.debian.org>
-Uploaders: Robin Cornelius <robin.cornelius at gmail.com>, David Bremner <bremner at debian.org>
+Uploaders:
+ Robin Cornelius <robin.cornelius at gmail.com>
+ , David Bremner <bremner at debian.org>
+ , David Paleino <dapal at debian.org>
 Homepage: http://www.openjpeg.org
-Build-Depends: debhelper (>= 8), dpatch (>= 2), libtiff4-dev
+Build-Depends:
+ debhelper (>= 8)
+ , autotools-dev
+ , libtiff5-dev
+ , libpng-dev
+ , liblcms2-dev
+ , zlib1g-dev
+ , libfcgi-dev
+ , libcurl4-gnutls-dev
+ , doxygen
 Standards-Version: 3.9.3
 Section: libs
 Vcs-Browser: http://git.debian.org/?p=pkg-phototools/openjpeg.git
@@ -12,7 +24,9 @@ Vcs-Git: git://git.debian.org/git/pkg-phototools/openjpeg.git
 Package: libopenjpeg-dev
 Section: libdevel
 Architecture: any
-Depends: libopenjpeg2 (= ${binary:Version}), ${misc:Depends}
+Depends:
+ libopenjpeg2 (= ${binary:Version})
+ , ${misc:Depends}
 Description: development files for libopenjpeg2, a JPEG 2000 image library
  Libopenjpeg2 is a library for handling the JPEG 2000 image compression format.
  JPEG 2000 is a wavelet-based image compression standard and permits progressive
@@ -21,9 +35,10 @@ Description: development files for libopenjpeg2, a JPEG 2000 image library
  compression than JPEG 1991, and has resilience to errors in the image.
 
 Package: libopenjpeg2
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
 Description: JPEG 2000 image compression/decompression library
  Libopenjpeg2 is a library for handling the JPEG 2000 image compression format.
 
@@ -39,11 +54,14 @@ Description: debug symbols for libopenjpeg2, a JPEG 2000 image library
 Package: openjpeg-tools
 Section: graphics
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends}
+ , ${misc:Depends}
 Description: command-line tools using the JPEG 2000 library
  This package provides with command-line tools allowing for conversions between
  several formats and also provides tools for encoding and decoding
  motion-jpeg2000 video formats:
+ .
   - j2k_to_image: decodes j2k, jp2, and jpt files to pgm, ppm, pnm,
                   pgx, and bmp.
   - image_to_j2k: encodes pnm, pgm, pgx, bmp, and ppm files to j2k,
@@ -53,4 +71,3 @@ Description: command-line tools using the JPEG 2000 library
   - mj2_to_frames: convert mj2 video streams to YUV format.
   - wrap_j2k_in_mj2: wrap j2k codestreams into mj2 format.
   - extract-j2k-from_mj2: extract j2k codestreams from the mj2 format.
-

-- 
openjpeg packaging



More information about the Pkg-phototools-commits mailing list