[med-svn] [kempbasu] 02/09: [svn-inject] Applying Debian modifications to trunk

Andreas Tille tille at debian.org
Fri Dec 8 22:35:15 UTC 2017


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

tille pushed a commit to branch master
in repository kempbasu.

commit 74a6155a6206469667031688dcfc151f9db76ea4
Author: Charles Plessy <plessy at debian.org>
Date:   Thu Jun 4 06:30:10 2009 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 20 ++++++++++++++++++++
 debian/copyright | 24 ++++++++++++++++++++++++
 debian/dirs      |  1 +
 debian/docs      |  2 ++
 debian/examples  |  1 +
 debian/rules     | 12 ++++++++++++
 debian/watch     |  3 +++
 9 files changed, 69 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..619023b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kempbasu (0.9.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Charles Plessy <plessy at debian.org>  Tue, 27 Jan 2009 18:59:06 +0900
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..45c1126
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: kempbasu
+Section: science
+Priority: optional
+Maintainer: Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), libgsl0-dev, libglib2.0-dev, libjudy-dev, pkg-config
+Standards-Version: 3.8.0
+Homepage: http://code.google.com/p/kempbasu/
+
+Package: kempbasu
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Significance tests for comparing digital gene expression profiles
+ This package implements the significance tests for comparing digital
+ gene profiles described in the article:
+ .
+ Varuzza _et al_. *"Significance tests for comparing digital gene
+ expression profiles"*
+ .
+ They provide two programs: kemp for the frequentist test and basu for
+ the Bayesian test, and some auxiliary scripts.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1b8f6b7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+This package was debianized by Charles Plessy <plessy at debian.org> on
+Tue, 27 Jan 2009 18:59:06 +0900.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License: GPL-3+
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is copyright 2009, Charles Plessy <plessy at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..ee19d5d
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+etc
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50bd824
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+NEWS
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f412a80
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+# Correction of the symbolic links
+binary-fixup/kempbasu::
+	rm $(CURDIR)/debian/kempbasu/usr/bin/kemp
+	rm $(CURDIR)/debian/kempbasu/usr/bin/basu
+	ln -s /usr/bin/kempbasu.rb $(CURDIR)/debian/kempbasu/usr/bin/kemp
+	ln -s /usr/bin/kempbasu.rb $(CURDIR)/debian/kempbasu/usr/bin/basu
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8f9f6ab
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/kempbasu/downloads/list \
+    http://kempbasu[.]googlecode[.]com/files/kempbasu-(.*)[.](tar[.]gz|tgz)

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



More information about the debian-med-commit mailing list