Skip to content

Commit 4e47a55

Browse files
author
Mauro
committed
Adding a debian/ directory to build .deb packages
1 parent e62bb31 commit 4e47a55

File tree

7 files changed

+75
-0
lines changed

7 files changed

+75
-0
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
supercollider-community-build (3.8-1) unstable; urgency=low
2+
3+
* Initial release
4+
5+
-- Mauro <[email protected]> Mon, 17 Jul 2017 12:47:01 -0300

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9

debian/control

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Source: supercollider-community-build
2+
Section: sound
3+
Priority: optional
4+
Maintainer: Mauro <[email protected]>
5+
Build-Depends: debhelper (>=9)
6+
Standards-Version: 3.9.6
7+
Homepage: http://supercollider.github.io
8+
9+
Package: supercollider-community-build
10+
Architecture: amd64
11+
Depends: ${shlibs:Depends}, ${misc:Depends}, libasound2 (>= 1.0.16), libboost-filesystem1.58.0, libboost-regex1.58.0, libboost-system1.58.0, libboost-thread1.58.0, libc6 (>= 2.15), libcwiid1 (>= 0.6.00+svn184), libgcc1 (>= 1:4.1.1), libqt4-network (>= 4:4.5.3), libqtcore4 (>= 4:4.7.0~beta1), libqtgui4 (>= 4:4.8.0), libqtwebkit4, libreadline6 (>= 6.0), libstdc++6 (>= 5.2), libx11-6, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libscsynth1, libsndfile1 (>= 1.0.20), libstdc++6 (>= 4.1.1), libx11-6, jackd, libqt4-network (>= 4:4.5.3), libqtcore4 (>= 4:4.8.0), libqtgui4 (>= 4:4.7.0~beta2), libqtwebkit4, libstdc++6 (>= 5.2)
12+
Description: real time audio synthesis programming language
13+
SuperCollider is an environment and programming language for real time
14+
audio synthesis and algorithmic composition. It provides an interpreted
15+
object-oriented language which functions as a network client
16+
to a state of the art, realtime sound synthesis server.
17+
.
18+
This package installs a NON-OFFICIAL package of SuperCollider. It does
19+
use the official source without any modification but it's not endorsed
20+
by SuperCollider developers.

debian/copyright

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: supercollider-community-build
3+
Source: http://supercollider.github.io/
4+
5+
Files: debian/*
6+
Copyright: 2017 Mauro <[email protected]>
7+
License: GPL-2+
8+
This package is free software; you can redistribute it and/or modify
9+
it under the terms of the GNU General Public License as published by
10+
the Free Software Foundation; either version 2 of the License, or
11+
(at your option) any later version.
12+
.
13+
This package is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU General Public License for more details.
17+
.
18+
You should have received a copy of the GNU General Public License
19+
along with this program. If not, see <https://www.gnu.org/licenses/>
20+
.
21+
On Debian systems, the complete text of the GNU General
22+
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

debian/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/* usr

debian/rules

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#!/usr/bin/make -f
2+
# See debhelper(7) (uncomment to enable)
3+
# output every command that modifies files on the build system.
4+
#export DH_VERBOSE = 1
5+
6+
7+
# see FEATURE AREAS in dpkg-buildflags(1)
8+
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9+
10+
# see ENVIRONMENT in dpkg-buildflags(1)
11+
# package maintainers to append CFLAGS
12+
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
13+
# package maintainers to append LDFLAGS
14+
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
15+
16+
17+
%:
18+
dh $@
19+
20+
21+
# dh_make generated override targets
22+
# This is example for Cmake (See https://bugs.debian.org/641051 )
23+
#override_dh_auto_configure:
24+
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25+

debian/source/format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.0 (native)

0 commit comments

Comments
 (0)