[kaldi] 01/03: Initial packaging

Balint Reczey rbalint at moszumanska.debian.org
Sun Dec 20 00:40:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

rbalint pushed a commit to branch master
in repository kaldi.

commit 27e9d4c68d60035aa45950638d33a2be0d266646
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Dec 20 00:00:20 2015 +0100

    Initial packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 22 ++++++++++++++++++++++
 debian/copyright     | 33 +++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/rules         | 32 ++++++++++++++++++++++++++++++++
 debian/source/format |  1 +
 7 files changed, 95 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0a02d8e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kaldi (0.0.0+git20151218-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Balint Reczey <balint at balintreczey.hu>  Sat, 19 Dec 2015 23:48:36 +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..a0074a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: kaldi
+Section: science
+Priority: optional
+Maintainer: Balint Reczey <balint at balintreczey.hu>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Homepage: http://kaldi-asr.org/
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/kaldi.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/kaldi.git
+
+Package: kaldi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Kaldi speech recognition toolkit
+ Kaldi is a toolkit for speech recognition written in C++ and licensed
+ under the Apache License v2.0. Kaldi is intended for use by speech
+ recognition researchers.
+ .
+ Currently, we have code and scripts for most standard techniques,
+ including all standard linear transforms, MMI, boosted MMI and MCE
+ discriminative training, and also feature-space discriminative
+ training (like fMPE, but based on boosted MMI).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..713ce4a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kaldi
+Source: http://kaldi-asr.org/
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2015 Balint Reczey <balint at balintreczey.hu>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
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..ce15cce
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ 
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+#override_dh_auto_configure:
+#	dh_auto_configure -- \
+#	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+
+
+
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/kaldi.git



More information about the debian-science-commits mailing list