[SCM] csound/master: Change section of libcsoundac5.2 and libcsnd5.2 to libs

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Jun 10 00:11:35 UTC 2013


The following commit has been merged in the master branch:
commit 09b4c984b546764ddee5db6d87ae03bd3ac84f0b
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Jun 4 12:49:13 2013 +0200

    Change section of libcsoundac5.2 and libcsnd5.2 to libs

diff --git a/debian/changelog b/debian/changelog
index 6e3d729..62198e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ csound (1:5.17.11~dfsg-4) UNRELEASED; urgency=low
   * debian/patches/2015-bison-2.6.patch: Apply patch from upstream to fix
     compilation with bison 2.6. (Closes: #710619)
   * debian/{control,rules}: Bump bison to (>= 2.6) to be on the safe side.
+  * debian/control{,.in}: Change section of libcsoundac5.2 and libcsnd5.2 to
+    libs.
 
  -- Jonas Smedegaard <dr at jones.dk>  Thu, 18 Apr 2013 21:12:41 +0200
 
diff --git a/debian/control b/debian/control
index 3d0e61e..0c4abb4 100644
--- a/debian/control
+++ b/debian/control
@@ -173,6 +173,7 @@ Description: Python bindings for Csound
 
 Package: libcsnd5.2
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: C++ bindings for the Csound API
  This is the C++ binding for the Csound API.
@@ -201,6 +202,7 @@ Description: Tcl bindings and interpreters for Csound
 
 Package: libcsoundac5.2
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: the Csound Algorithmic Composition library
  This is the core library for CsoundAC. It provides all the CsoundAC
diff --git a/debian/control.in b/debian/control.in
index 8c4815c..699c370 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -137,6 +137,7 @@ Description: Python bindings for Csound
 
 Package: libcsnd5.2
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: C++ bindings for the Csound API
  This is the C++ binding for the Csound API.
@@ -165,6 +166,7 @@ Description: Tcl bindings and interpreters for Csound
 
 Package: libcsoundac5.2
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: the Csound Algorithmic Composition library
  This is the core library for CsoundAC. It provides all the CsoundAC

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list