[sfarkxtc] 01/01: Added debian directory
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Nov 5 17:57:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository sfarkxtc.
commit 24e789a699566543f58f9e89e8b0773b40ad816b
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Nov 5 18:51:11 2014 +0100
Added debian directory
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 17 +++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/docs | 1 +
debian/patches/01_fix_install_path.patch | 10 ++++++++++
debian/patches/series | 1 +
debian/rules | 10 ++++++++++
debian/sfarkxtc.1 | 24 ++++++++++++++++++++++++
debian/sfarkxtc.manpages | 1 +
debian/source/format | 1 +
11 files changed, 101 insertions(+)
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 at 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 at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at 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 at 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 at 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 at 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 at 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sfarkxtc.git
More information about the debian-science-commits
mailing list