[SCM] libinstpatch/master: Switch libinstpatch-dev's architecture to all, add build-dep on pkg-config.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Nov 1 09:26:23 UTC 2010


The following commit has been merged in the master branch:
commit d64a44f4b5bb735a11c1b6acdfd0b30c57d8b2d7
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Nov 1 10:25:48 2010 +0100

    Switch libinstpatch-dev's architecture to all, add build-dep on pkg-config.

diff --git a/debian/control b/debian/control
index 6d0f458..92c064c 100644
--- a/debian/control
+++ b/debian/control
@@ -39,11 +39,13 @@ Description: MIDI instrument editing library
 
 Package: libinstpatch-dev
 Section: libdevel
-Architecture: any
-Depends: libinstpatch-1.0-0 (= ${binary:Version}),
- ${misc:Depends},
+Architecture: all
+Depends: ${misc:Depends},
+ libinstpatch-1.0-0 (>= ${source:Version}),
+ libinstpatch-1.0-0 (<< ${source:Upstream-Version}+1~),
  libglib2.0-dev (>= 2.14),
- libsndfile1-dev (>= 1.0.17-2)
+ libsndfile1-dev (>= 1.0.17-2),
+ pkg-config
 Description: MIDI instrument editing library development files
  libInstPatch stands for lib-Instrument-Patch and is a library for
  processing digital sample based MIDI instrument "patch" files.

-- 
libinstpatch packaging



More information about the pkg-multimedia-commits mailing list