summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2014-11-05 18:51:11 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2014-11-05 18:54:00 +0100
commit24e789a699566543f58f9e89e8b0773b40ad816b (patch)
tree54a96bb3a261ea4e213d49b491d2f6e598a84b00
parent80b1da32ac83babf6594fd7fb404a9b31a2958e7 (diff)
Added debian directory
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright30
-rw-r--r--debian/docs1
-rw-r--r--debian/patches/01_fix_install_path.patch10
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/sfarkxtc.124
-rw-r--r--debian/sfarkxtc.manpages1
-rw-r--r--debian/source/format1
11 files changed, 101 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7cdd93a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sfarkxtc (0.20130812git80b1da3-1) unstable; urgency=low
+
+ * Initial release (Closes: #768173)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Wed, 05 Nov 2014 18:44:47 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3578336
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: sfarkxtc
+Section: sound
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Build-Depends: debhelper (>= 9), libsfark0
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/sfarkxtc.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/sfarkxtc.git
+Homepage: https://github.com/raboof/sfarkxtc
+
+Package: sfarkxtc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Converts soundfonts in the legacy sfArk v2 file format to sf2
+ This is a very small command line tool to convert legacy sfArk files
+ into the SoundFont 2 format. It uses the library sfarklib.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1b346c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sfarkxtc
+Source: https://github.com/raboof/sfarkxtc
+
+Files: *
+Copyright: 2002 Andy Inman
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2014 Ruben Undheim <ruben.undheim@gmail.com>
+License: GPL-3+
+
+
+License: GPL-3+
+ This package is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/patches/01_fix_install_path.patch b/debian/patches/01_fix_install_path.patch
new file mode 100644
index 0000000..ac9cd25
--- /dev/null
+++ b/debian/patches/01_fix_install_path.patch
@@ -0,0 +1,10 @@
+Description: Fixes the install location (usr instead of usr/local)
+Author: Ruben Undheim <ruben.undheim@gmail.com>
+--- sfarkxtc-0.20130812git80b1da3.orig/Makefile
++++ sfarkxtc-0.20130812git80b1da3/Makefile
+@@ -8,4 +8,4 @@ clean:
+ -rm sfarkxtc 2>/dev/null || true
+
+ install: sfarkxtc
+- $(INSTALL) -D sfarkxtc $(DESTDIR)/usr/local/bin/sfarkxtc
++ $(INSTALL) -D sfarkxtc $(DESTDIR)/usr/bin/sfarkxtc
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b859669
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_fix_install_path.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6594f29
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+%:
+ dh $@
+
diff --git a/debian/sfarkxtc.1 b/debian/sfarkxtc.1
new file mode 100644
index 0000000..6a0b6b6
--- /dev/null
+++ b/debian/sfarkxtc.1
@@ -0,0 +1,24 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2014 Ruben Undheim <ruben.undheim@gmail.com>,
+.TH SFARKXTC 1 "November 05, 2014"
+.SH NAME
+sfarkxtc \- Converts soundfonts in the legacy sfArk v2 file format to sf2
+.SH SYNOPSIS
+.B sfarkxtc
+.RI "input-file output-file"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B sfarkxtc
+command.
+.PP
+This is a very small command line tool to convert legacy sfArk files
+into the SoundFont 2 format. It uses the library sfarklib.
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+.SH AUTHOR
+sfarkxtc was written by Andy Inman.
+.PP
+This manual page was written by Ruben Undheim <ruben.undheim@gmail.com>,
+for the Debian project (and may be used by others).
diff --git a/debian/sfarkxtc.manpages b/debian/sfarkxtc.manpages
new file mode 100644
index 0000000..5ef8342
--- /dev/null
+++ b/debian/sfarkxtc.manpages
@@ -0,0 +1 @@
+debian/sfarkxtc.1
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)