[SCM] mediatomb/master: Create the mediatomb-dbg package.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Sun Mar 25 05:45:15 UTC 2012


The following commit has been merged in the master branch:
commit 4c734e9a02caac6d99eac1505eda6b65a2a6bdf5
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Sat Mar 24 16:49:11 2012 -0400

    Create the mediatomb-dbg package.

diff --git a/debian/control b/debian/control
index 3a6fd67..e5b1c3e 100644
--- a/debian/control
+++ b/debian/control
@@ -78,3 +78,21 @@ Description: UPnP MediaServer (main package)
  This package contains the desktop file needed to access the web ui using a
  system's default web browser. This package also acts as a virtual package to
  install all other mediatomb packages.
+
+Package: mediatomb-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: mediatomb-common (= ${binary:Version}),
+ ${misc:Depends}
+Description: UPnP MediaServer (debug package)
+ MediaTomb is an UPnP MediaServer with a nice web user interface, it allows you
+ to stream your digital media through your home network and listen to/watch it
+ on a variety of UPnP compatible devices.
+ .
+ MediaTomb implements the UPnP MediaServer V 1.0 specification that can be found
+ on http://www.upnp.org/. The current implementation focuses on parts that are
+ required by the specification, however MediaTomb's functionality is extended to
+ cover the optional parts of the spec as well.
+ .
+ This package contains the debugging symbols for mediatomb.
diff --git a/debian/rules b/debian/rules
index 078ec61..fe29e3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -108,6 +108,9 @@ override_dh_installinit:
 override_dh_installlogrotate:
 	dh_installlogrotate --name=mediatomb
 
+override_dh_strip:
+	dh_strip --dbg-package=mediatomb-dbg
+
 get-orig-source:
 # Use external script
 	$(dir $_)mediatomb-get-orig-source

-- 
MediaTomb packaging



More information about the pkg-multimedia-commits mailing list