[SCM] csoundqt/master: Split examples into separate Arch: all package. Closes: #821825

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon May 9 13:25:57 UTC 2016


The following commit has been merged in the master branch:
commit 219fef4a0a4dc45b55572f7896d0ac54f8c78b32
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon May 9 10:12:50 2016 -0300

    Split examples into separate Arch: all package. Closes: #821825

diff --git a/debian/changelog b/debian/changelog
index 1c3909c..d126cd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+csoundqt (0.9.2.1-2) UNRELEASED; urgency=medium
+
+  * Split examples into separate Arch: all package.
+    Closes: #821825
+
+ -- Felipe Sateler <fsateler at debian.org>  Sun, 08 May 2016 19:30:05 -0300
+
 csoundqt (0.9.2.1-1) unstable; urgency=medium
 
   * Imported Upstream version 0.9.2.1
diff --git a/debian/control b/debian/control
index 2e84291..d26741f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,9 +22,21 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: qutecsound (<< 0.8.0-1)
 Replaces: qutecsound (<< 0.8.0-1)
-Recommends: csound, csound-doc, graphviz
+Recommends: csound, csound-doc, graphviz, csoundqt-examples
 Description: frontend for the csound sound processor
  CsoundQT is a simple cross platform editor and front-end for Csound
  with syntax highlighting, interactive help and automatic launching of
  Csound.
 
+Package: csoundqt-examples
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: csoundqt
+Breaks: csoundqt (<< 0.9.2.1-2~)
+Replaces: csoundqt (<< 0.9.2.1-2~)
+Description: example scores for csoundqt
+ CsoundQT is a simple cross platform editor and front-end for Csound
+ with syntax highlighting, interactive help and automatic launching of
+ Csound.
+ .
+ This package contains several examples for use by csoundqt
diff --git a/debian/csoundqt-examples.install b/debian/csoundqt-examples.install
new file mode 100644
index 0000000..ea6ac1d
--- /dev/null
+++ b/debian/csoundqt-examples.install
@@ -0,0 +1 @@
+usr/share/qutecsound/Examples
diff --git a/debian/csoundqt.install b/debian/csoundqt.install
new file mode 100644
index 0000000..60c8d49
--- /dev/null
+++ b/debian/csoundqt.install
@@ -0,0 +1,5 @@
+usr/bin
+usr/share/mime
+usr/share/icons
+usr/share/applications
+
diff --git a/debian/rules b/debian/rules
index 1b38e6b..c257413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,5 +20,5 @@ DEB_QMAKE_ARGS = -r qcs.pro \
 DEB_BUILD_PARALLEL = 1
 DEB_INSTALL_MANPAGES_csoundqt = debian/csoundqt.1
 
-binary-fixup/csoundqt::
-	find $(CURDIR)/debian/csoundqt/usr/share/qutecsound/ -type f -print0 | xargs -0 chmod 644
+binary-fixup/csoundqt-examples::
+	find $(CURDIR)/debian/csoundqt-examples/usr/share/qutecsound/ -type f -print0 | xargs -0 chmod 644

-- 
csoundqt packaging



More information about the pkg-multimedia-commits mailing list