[SCM] libdrumstick.git/master: Section: libs twice, fixed

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Sep 4 17:06:20 UTC 2010


The following commit has been merged in the master branch:
commit 6514d52dd8fe648a35f99889ecfb273a13e54a95
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Sep 4 19:06:11 2010 +0200

    Section: libs twice, fixed

diff --git a/debian/control b/debian/control
index 7889aa3..8749b5b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
 Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Arnout Engelen <arnouten at bzzt.net>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev
+Build-Depends: debhelper (>= 7.0.50~),
+ autotools-dev
 Standards-Version: 3.9.1
 Homepage: http://drumstick.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-multimedia/libdrumstick.git
@@ -22,9 +23,9 @@ Description: Qt4/C++ wrapper for ALSA Sequencer - development files
  processing are also included.
 
 Package: libdrumstick0
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
 Description: Qt4/C++ wrapper for ALSA Sequencer
  This library is a C++ wrapper around the ALSA library sequencer interface, 
  using Qt4 objects, idioms and style. ALSA sequencer provides software support 

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list