[SCM] libinstpatch/master: Add -DBG package, drop python-dev build-dependency.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Nov 1 09:58:02 UTC 2010


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

    Add -DBG package, drop python-dev build-dependency.

diff --git a/debian/control b/debian/control
index 44b3ac5..c866667 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 7.0.50~),
  gettext,
  gtk-doc-tools,
  docbook-xml,
- python-dev,
  intltool
 Build-Depends-Indep: libglib2.0-doc
 Standards-Version: 3.9.1
@@ -77,3 +76,19 @@ Description: MIDI instrument editing library documentation
  .
  This package contains the documentation for libinstpatch1 in
  /usr/share/gtk-doc/html/libinstpatch.
+
+Package: libinstpatch-1.0-0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${misc:Depends},
+ libinstpatch-1.0-0 (= ${binary:Version})
+Description: MIDI instrument editing library - debugging symbols
+ libInstPatch stands for lib-Instrument-Patch and is a library for
+ processing digital sample based MIDI instrument "patch" files.
+ The types of files libInstPatch supports are used for creating
+ instrument sounds for wavetable synthesis. This library provides
+ an object framework (based on GObject) to load patch files into,
+ which can then be edited, converted, compressed and saved.
+ .
+ This package contains the debugging symbols for libinstpatch-1.0-0.

-- 
libinstpatch packaging



More information about the pkg-multimedia-commits mailing list