[sfarklib] 01/01: Added debian directory
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Nov 5 17:04:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository sfarklib.
commit bdb8549ef002888df5f0676a17fb28951c37d03a
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Nov 5 17:59:12 2014 +0100
Added debian directory
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 17 +++++++++++++++++
debian/copyright | 30 ++++++++++++++++++++++++++++++
debian/docs | 1 +
debian/rules | 11 +++++++++++
debian/source/format | 1 +
7 files changed, 66 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c3a47dc
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sfarklib (0.20131219gitee08d0c-1) unstable; urgency=low
+
+ * Initial release (Closes: #768169)
+
+ -- Ruben Undheim <ruben.undheim at gmail.com> Wed, 05 Nov 2014 17:53:22 +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..e0fbc50
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: sfarklib
+Section: libs
+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)
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/sfarklib.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/sfarklib.git
+Homepage: https://github.com/raboof/sfArkLib
+
+Package: libsfark
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Library for decompressing sfArk soundfonts
+ sfArk is a lossless audio compression format optimized for SoundFont files.
+ This library can decompress such files into .sf SoundFont files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e76d22b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sfArkLib
+Source: https://github.com/raboof/sfArkLib
+
+Files: *
+Copyright: 1998-2000 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/rules b/debian/rules
new file mode 100755
index 0000000..cf4dd31
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/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/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/sfarklib.git
More information about the debian-science-commits
mailing list