[SCM] stk/master: wrap and sort
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Jan 16 13:27:40 UTC 2012
The following commit has been merged in the master branch:
commit 1801517e3e224ce97a1823bb7d208504a5654332
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Jan 16 14:27:25 2012 +0100
wrap and sort
diff --git a/debian/control b/debian/control
index 7a8b339..7538af3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,15 @@ Source: stk
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Uploaders:
+ Alessio Treglia <alessio at debian.org>
+Build-Depends:
+ autoconf,
+ autotools-dev,
+ debhelper (>= 7.0.50~),
libasound2-dev [linux-any],
libjack-dev [linux-any],
- libreadline-dev,
- autotools-dev,
- autoconf
+ libreadline-dev
Standards-Version: 3.9.2
Homepage: http://ccrma.stanford.edu/software/stk/
Vcs-Git: git://git.debian.org/pkg-multimedia/stk.git
@@ -17,37 +19,44 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/stk.git
Package: libstk0-dev
Section: libdevel
Architecture: any
-Depends: libstk0c2a (= ${binary:Version}),
+Depends:
+ libstk0c2a (= ${binary:Version}),
${misc:Depends}
Description: Sound Synthesis Toolkit (development files)
The Sound Synthesis Toolkit is a C++ library with implementations
- of several sound synthesis algorithms, starting from Frequency
+ of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
This package provides the development files for the sound synthesis toolkit.
Package: libstk0c2a
-Conflicts: libstk0, libstk0c2
-Replaces: libstk0, libstk0c2
+Conflicts:
+ libstk0,
+ libstk0c2
+Replaces:
+ libstk0,
+ libstk0c2
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Sound Synthesis Toolkit
The Sound Synthesis Toolkit is a C++ library with implementations
- of several sound synthesis algorithms, starting from Frequency
+ of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
Package: stk
Architecture: any
-Depends: libstk0c2a (= ${binary:Version}),
+Depends:
+ libstk0c2a (= ${binary:Version}),
tk8.4,
${misc:Depends},
${shlibs:Depends}
Description: Sound Synthesis Toolkit (example applications)
The Sound Synthesis Toolkit is a C++ library with implementations
- of several sound synthesis algorithms, starting from Frequency
+ of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
@@ -56,10 +65,11 @@ Description: Sound Synthesis Toolkit (example applications)
Package: stk-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
Description: Sound Synthesis Toolkit (documentation)
The Sound Synthesis Toolkit is a C++ library with implementations
- of several sound synthesis algorithms, starting from Frequency
+ of several sound synthesis algorithms, starting from Frequency
Modulation, over Physical Modelling and others. It can be used
as a library, but it also provides some nice software synthesizers.
.
diff --git a/debian/libstk0-dev.install b/debian/libstk0-dev.install
index 38b8a14..28e5cc1 100644
--- a/debian/libstk0-dev.install
+++ b/debian/libstk0-dev.install
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/lib*.so
debian/tmp/usr/include/stk/*
+debian/tmp/usr/lib/lib*.so
diff --git a/debian/stk.install b/debian/stk.install
index 44c22eb..576fea4 100644
--- a/debian/stk.install
+++ b/debian/stk.install
@@ -1,5 +1,5 @@
-rawwaves/* usr/share/stk/rawwaves
-projects/examples/rawwaves/* usr/share/stk/rawwaves
+debian/STKDemo usr/bin
projects/demo/stk-demo usr/bin
projects/demo/tcl usr/share/stk
-debian/STKDemo usr/bin
+projects/examples/rawwaves/* usr/share/stk/rawwaves
+rawwaves/* usr/share/stk/rawwaves
--
stk packaging
More information about the pkg-multimedia-commits
mailing list