[med-svn] [libbioinfoc] 01/01: add debian dir

Detlef Wolf wolfd-guest at moszumanska.debian.org
Sun Feb 2 22:50:41 UTC 2014


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

wolfd-guest pushed a commit to branch master
in repository libbioinfoc.

commit fa4d6642e97503619732dfee370acd6deaf381db
Author: Detlef Wolf <detlefwuff at googlemail.com>
Date:   Sun Feb 2 23:50:23 2014 +0100

    add debian dir
---
 debian/README.Debian                   |  6 ++++
 debian/changelog                       |  5 ++++
 debian/compat                          |  1 +
 debian/control                         | 51 ++++++++++++++++++++++++++++++++++
 debian/copyright                       | 25 +++++++++++++++++
 debian/docs                            |  1 +
 debian/libbioinfoc-dev.dirs            |  2 ++
 debian/libbioinfoc-dev.examples        |  3 ++
 debian/libbioinfoc-dev.install         |  4 +++
 debian/libbioinfoc-dev.substvars       |  1 +
 debian/libbioinfoc.doc-base.EX         | 20 +++++++++++++
 debian/libbioinfoc1-dbg.substvars      |  1 +
 debian/libbioinfoc1.dirs               |  1 +
 debian/libbioinfoc1.install            |  1 +
 debian/libbioinfoc1.postinst.debhelper |  5 ++++
 debian/libbioinfoc1.postrm.debhelper   |  5 ++++
 debian/libbioinfoc1.substvars          |  2 ++
 debian/rules                           | 17 ++++++++++++
 debian/shlibs.local.ex                 |  1 +
 debian/source/format                   |  1 +
 debian/watch                           | 23 +++++++++++++++
 21 files changed, 176 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..54e3d32
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+libbioinfoc for Debian
+----------------------
+
+There are examples ...
+
+ -- Detlef <detlef at unknown>  Sat, 01 Feb 2014 21:27:28 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2387df1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libbioinfoc (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Detlef Wolf <detlef.wolf at roche.com>  Sat, 01 Feb 2014 21:27:28 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..544ecf1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,51 @@
+Source: libbioinfoc
+Priority: optional
+Maintainer: Detlef Wolf <detlef.wolf at roche.com>
+Build-Depends: debhelper (>= 8.0.0), autotools-dev,dh-autoreconf
+Standards-Version: 3.9.5
+Section: libs
+Homepage: http://bioinfoc.ch
+#Vcs-Git: git://git.debian.org/collab-maint/libbioinfoc.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/libbioinfoc.git;a=summary
+
+Package: libbioinfoc-kern-dev
+Section: libdevel
+Architecture: any
+Depends: libbioinfoc1 (= ${binary:Version})
+Description: basic routines for arrays, html, blast, fasta, numerical recipies
+ BioinfoLib allows to efficiently develop bioinformatics (and
+ other) applications in C.
+ .
+ This binary packages contains the BioinfoLib 'kern' subsystem,
+ providing routines for object-based array handling, writing HTML,
+ BLAST parsing, FASTA parsing, basic numerical algorithms, chemical utilities.
+ .
+ This package provides header files.
+
+Package: libbioinfoc-kern1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: basic routines for arrays, html, blast, fasta, numerical recipies
+ BioinfoLib allows to efficiently develop bioinformatics (and
+ other) applications in C.
+ .
+ This binary packages contains the BioinfoLib 'kern' subsystem,
+ providing routines for object-based array handling, writing HTML,
+ BLAST parsing, FASTA parsing, basic numerical algorithms, chemical utilities.
+
+Package: libbioinfoc-kern1-dbg
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, libbioinfoc1 (= ${binary:Version})
+Description: basic routines for arrays, html, blast, fasta, numerical recipies
+ BioinfoLib allows to efficiently develop bioinformatics (and
+ other) applications in C.
+ .
+ This binary packages contains the BioinfoLib 'kern' subsystem,
+ providing routines for object-based array handling, writing HTML,
+ BLAST parsing, FASTA parsing, basic numerical algorithms, chemical utilities.
+ .
+ This package facilitates debugging (contains symbol tables).
+
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f412e84
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: bioinfoc
+Source: http://bioinfoc.ch
+
+Files: *
+Copyright: 2012-2013 F.Hoffmann-La Roche AG
+           Clemens Broger <bioinfoc at bioinfoc.ch> 
+           Detlef Wolf <Detlef.Wolf at roche.com> 
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser 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 Lesser 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/LGPL-3".
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libbioinfoc-dev.dirs b/debian/libbioinfoc-dev.dirs
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/libbioinfoc-dev.dirs
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/libbioinfoc-dev.examples b/debian/libbioinfoc-dev.examples
new file mode 100644
index 0000000..1d2a77c
--- /dev/null
+++ b/debian/libbioinfoc-dev.examples
@@ -0,0 +1,3 @@
+examples/BLAST.output
+examples/testblastparser.c
+examples/Makefile.example
diff --git a/debian/libbioinfoc-dev.install b/debian/libbioinfoc-dev.install
new file mode 100644
index 0000000..12fc9a4
--- /dev/null
+++ b/debian/libbioinfoc-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+
diff --git a/debian/libbioinfoc-dev.substvars b/debian/libbioinfoc-dev.substvars
new file mode 100644
index 0000000..abd3ebe
--- /dev/null
+++ b/debian/libbioinfoc-dev.substvars
@@ -0,0 +1 @@
+misc:Depends=
diff --git a/debian/libbioinfoc.doc-base.EX b/debian/libbioinfoc.doc-base.EX
new file mode 100644
index 0000000..e0380ac
--- /dev/null
+++ b/debian/libbioinfoc.doc-base.EX
@@ -0,0 +1,20 @@
+Document: libbioinfoc
+Title: Debian libbioinfoc Manual
+Author: <insert document author here>
+Abstract: This manual describes what libbioinfoc is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/libbioinfoc/libbioinfoc.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/libbioinfoc/libbioinfoc.ps.gz
+
+Format: text
+Files: /usr/share/doc/libbioinfoc/libbioinfoc.text.gz
+
+Format: HTML
+Index: /usr/share/doc/libbioinfoc/html/index.html
+Files: /usr/share/doc/libbioinfoc/html/*.html
diff --git a/debian/libbioinfoc1-dbg.substvars b/debian/libbioinfoc1-dbg.substvars
new file mode 100644
index 0000000..abd3ebe
--- /dev/null
+++ b/debian/libbioinfoc1-dbg.substvars
@@ -0,0 +1 @@
+misc:Depends=
diff --git a/debian/libbioinfoc1.dirs b/debian/libbioinfoc1.dirs
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/libbioinfoc1.dirs
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/libbioinfoc1.install b/debian/libbioinfoc1.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libbioinfoc1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/libbioinfoc1.postinst.debhelper b/debian/libbioinfoc1.postinst.debhelper
new file mode 100644
index 0000000..3d89d3e
--- /dev/null
+++ b/debian/libbioinfoc1.postinst.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi
+# End automatically added section
diff --git a/debian/libbioinfoc1.postrm.debhelper b/debian/libbioinfoc1.postrm.debhelper
new file mode 100644
index 0000000..7f44047
--- /dev/null
+++ b/debian/libbioinfoc1.postrm.debhelper
@@ -0,0 +1,5 @@
+# Automatically added by dh_makeshlibs
+if [ "$1" = "remove" ]; then
+	ldconfig
+fi
+# End automatically added section
diff --git a/debian/libbioinfoc1.substvars b/debian/libbioinfoc1.substvars
new file mode 100644
index 0000000..1e00e6f
--- /dev/null
+++ b/debian/libbioinfoc1.substvars
@@ -0,0 +1,2 @@
+shlibs:Depends=libc6 (>= 2.14)
+misc:Depends=
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e1749b3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_strip:
+	dh_strip --dbg-package=libbioinfoc-kern1-dbg
+
diff --git a/debian/shlibs.local.ex b/debian/shlibs.local.ex
new file mode 100644
index 0000000..dde172c
--- /dev/null
+++ b/debian/shlibs.local.ex
@@ -0,0 +1 @@
+liblibbioinfoc 0.1.0 libbioinfoc (>> 0.1.0-0), libbioinfoc (<< 0.1.0-99)
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)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a6602a7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php libbioinfoc-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/libbioinfoc-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/libbioinfoc-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+http://sf.net/bioinfoc/libbioinfoc-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html libbioinfoc-(.*)\.tar\.gz

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



More information about the debian-med-commit mailing list