[med-svn] [asmlib] 02/02: initial commit

Jorge Soares jssoares-guest at moszumanska.debian.org
Tue Nov 4 10:54:09 UTC 2014


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

jssoares-guest pushed a commit to branch master
in repository asmlib.

commit 1c3c794259d698157b7676a1620eb249fafa7eaf
Author: Jorge Soares <j.s.soares at gmail.com>
Date:   Tue Nov 4 11:49:13 2014 +0100

    initial commit
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 24 ++++++++++++++++++++++++
 debian/copyright         | 22 ++++++++++++++++++++++
 debian/rules             | 16 ++++++++++++++++
 debian/source/format     |  1 +
 debian/upstream/metadata | 12 ++++++++++++
 debian/watch             |  3 +++
 8 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f1597bd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+asmlib (0.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #1234)
+
+ -- Jorge Soares <j.s.soares at gmail.com>  Thu, 03 Nov 2014 14:46:54 +0200
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..c2408b4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: asmlib
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Jorge Soares <j.s.soares at gmail.com>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kmc.git
+Homepage: https://github.com/js21/kmc
+
+Package: asmlib
+Architecture: all
+Depends: 
+Description: A library of optimized subroutines coded in assembly language
+ A library of optimized subroutines coded in assembly language.
+ The functions in this library can be called from C, C++ and other
+ compiled high-level languages. Supports many different compilers
+ under Windows, Linux, BSD and Mac OS X operating systems, 32 and 64 bits.
+ This library contains faster versions of common C/C++
+ memory and string functions, fast functions for string search and string
+ parsing, fast integer division and integer vector division,
+ as well as several useful functions not found elsewhere. 
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aaa35dd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: KMC
+Source: https://github.com/js21/kmc
+
+Files: *
+Copyright: © 2012-2013 username <mail address>
+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 package 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/rules b/debian/rules
new file mode 100755
index 0000000..e1480a4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE := 1
+
+mandir := $(CURDIR)/debian/man
+debfolder := $(CURDIR)/debian
+
+%:
+	dh $@ 
+
+override_dh_auto_build:
+
+override_dh_auto_clean:
+
+
+override_dh_installman:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..d8b5812
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,12 @@
+Reference:
+  Author: 
+  Title: 
+  Journal: 
+  Year: 
+  Volume: 
+  Number: 
+  Pages: 
+  DOI: 
+  PMID:
+  URL: 
+  eprint: 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1dcf26a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+https://github.com/js21/asmlib/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/asmlib.git



More information about the debian-med-commit mailing list