[SCM] ardour/master: Introducing dbg package.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon May 5 08:34:11 UTC 2014


The following commit has been merged in the master branch:
commit 20c247e832c04d512c2f7c48cae7c1530e12c117
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon May 5 10:34:03 2014 +0200

    Introducing dbg package.

diff --git a/debian/control b/debian/control
index e5f6f63..013f5d5 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,25 @@ Description: digital audio workstation (graphical gtk2 interface)
  Further information can be
  found at <http://ardour.org/>.
 
+Package: ardour-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${python:Depends},
+ ${misc:Depends},
+ ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${shlibs:Suggests}
+Conflicts: ${cdbs:Conflicts}
+Replaces: ${cdbs:Replaces}
+Description: digital audio workstation (debug)
+ Ardour is a multichannel hard disk recorder (HDR) and digital audio
+ workstation (DAW).  It can be used to control, record, edit and run
+ complex audio setups. 
+ .
+ This package contains the debugging symbols.
+
 Package: ardour-altivec
 Architecture: powerpc
 Depends: ${shlibs:Depends},
diff --git a/debian/rules b/debian/rules
index eb8a6f7..31a548f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ DEB_SCONS_NOOPT_FLAGS += DIST_TARGET=i386
 endif
 
 
-#DEB_DH_STRIP_ARGS := --dbg-package=ardour
+DEB_DH_STRIP_ARGS := --dbg-package=ardour-dbg
 
 
 DEB_SCONS_ENVVARS :=

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list