[med-svn] [patman] 14/15: Read debian/ dir

Andreas Tille tille at debian.org
Wed Dec 13 19:28:26 UTC 2017


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

tille pushed a commit to branch master
in repository patman.

commit d936c6a33daf14abf25276adc0f7873459408eba
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 13 20:27:01 2017 +0100

    Read debian/ dir
---
 debian/changelog         |  6 ++++++
 debian/clean             |  1 +
 debian/compat            |  1 +
 debian/control           | 16 ++++++++++++++++
 debian/copyright         | 13 +++++++++++++
 debian/docs              |  1 +
 debian/rules             |  4 ++++
 debian/source/format     |  1 +
 debian/upstream/metadata | 12 ++++++++++++
 debian/watch             |  5 +++++
 10 files changed, 60 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2d28936
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+patman (1.2.2+dfsg-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #482555)
+
+ -- Charles Plessy <plessy at debian.org>  Thu, 22 May 2008 07:36:37 +0900
+
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..7a0d4d9
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+patman
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c3be598
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: patman
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.1.2
+Homepage: http://bioinf.eva.mpg.de/patman/
+
+Package: patman
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: rapid alignment of short sequences to large databases
+ Patman searches for short patterns in large DNA databases, allowing
+ for approximate matches. It is optimized for searching for many small
+ pattern at the same time, for example microarray probes.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f50c689
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,13 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PatMaN
+Source: https://bioinf.eva.mpg.de/patman/patman-1.2.2.tar.gz
+Files-Excluded: */patman
+                */.svn
+
+Files: *
+Copyright: © 2008-2009 Kay Pruefer, Udo Stenzel
+License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008 Charles Plessy <plessy at debian.org>
+License: GPL-2+
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/rules b/debian/rules
new file mode 100755
index 0000000..053bee6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+  
+%:
+        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)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e085e38
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,12 @@
+Reference:
+  Author: Kay Prüfer and Udo Stenzel and Michael Dannemann and Richard E Green and Michael Lachmann and Janet Kelso
+  Title: "PatMaN: rapid alignment of short sequences to large databases"
+  Journal: Bioinformatics
+  Year: 2008
+  Volume: 24
+  Number: 13
+  Pages: 1530-1
+  DOI: 10.1093/bioinformatics/btn223
+  PMID: 18467344
+  URL: http://bioinformatics.oxfordjournals.org/content/24/13/1530
+  eprint: http://bioinformatics.oxfordjournals.org/content/24/13/1530.full.pdf+html
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..63fd461
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,5 @@
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
+   https://bioinf.eva.mpg.de/patman/ patman-(.*)\.tar\.gz
+

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



More information about the debian-med-commit mailing list