[SCM] csound/master: Rename packages for csound 6
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Sun Aug 4 00:15:45 UTC 2013
The following commit has been merged in the master branch:
commit 551c7fa74bf8a6e328ceac1d6070b485f82fd440
Author: Felipe Sateler <fsateler at debian.org>
Date: Fri Jul 12 20:11:43 2013 -0400
Rename packages for csound 6
diff --git a/debian/control.in b/debian/control.in
index 699c370..5dd094b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -52,7 +52,7 @@ Description: miscellaneous utilities for the Csound system
These utilities aid in score creation, sound analysis and sound
transformations.
-Package: libcsound64-5.2
+Package: libcsound64-6.0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, csound-data
@@ -65,7 +65,7 @@ Description: main library for Csound
.
For more information on Csound, see the csound package.
-Package: libcsnd-java
+Package: libcsnd6-java
Architecture: any
Section: java
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -135,7 +135,7 @@ Description: Python bindings for Csound
.
For more information on Csound, see the csound package.
-Package: libcsnd5.2
+Package: libcsnd6.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -144,7 +144,7 @@ Description: C++ bindings for the Csound API
.
For more information on Csound, see the csound package.
-Package: liblua5.1-luacsnd5.2
+Package: liblua5.1-luacsnd6.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: liblua5.1-csnd
@@ -164,7 +164,7 @@ Description: Tcl bindings and interpreters for Csound
.
For more information on Csound or Tcl, see the respective packages.
-Package: libcsoundac5.2
+Package: libcsoundac6.0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libcsnd5.2.install b/debian/libcsnd6.0.install
similarity index 100%
rename from debian/libcsnd5.2.install
rename to debian/libcsnd6.0.install
diff --git a/debian/libcsound64-5.2.install b/debian/libcsound64-6.0.install
similarity index 100%
rename from debian/libcsound64-5.2.install
rename to debian/libcsound64-6.0.install
diff --git a/debian/libcsound64-5.2.symbols b/debian/libcsound64-6.0.symbols
similarity index 100%
rename from debian/libcsound64-5.2.symbols
rename to debian/libcsound64-6.0.symbols
diff --git a/debian/libcsoundac5.2.install b/debian/libcsoundac6.0.install
similarity index 100%
rename from debian/libcsoundac5.2.install
rename to debian/libcsoundac6.0.install
diff --git a/debian/liblua5.1-luacsnd5.2.install b/debian/liblua5.1-luacsnd6.0.install
similarity index 100%
rename from debian/liblua5.1-luacsnd5.2.install
rename to debian/liblua5.1-luacsnd6.0.install
diff --git a/debian/rules b/debian/rules
index 482fa91..0431840 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./iOS/ ./android/
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(samples/hrtf-.*\.dat|debian/(changelog|copyright(|_hints|_newhints)))$
# Common docs for all packages
-DEB_INSTALL_DOCS_ALL = readme-csound5.txt AUTHORS
+DEB_INSTALL_DOCS_ALL = readme-csound6.txt AUTHORS
# Core options of csound
DEB_CMAKE_EXTRA_FLAGS = \
--
csound packaging
More information about the pkg-multimedia-commits
mailing list