[med-svn] [amos] 08/08: More draft packaging
Afif Elghraoui
afif-guest at moszumanska.debian.org
Wed Aug 12 07:58:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository amos.
commit f4cad4a95cd5f7f789f5d241a7917e3bfb2eba17
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Wed Aug 12 00:58:02 2015 -0700
More draft packaging
---
debian/changelog | 10 +++++++---
debian/control | 22 +++++++++++++++++-----
debian/rules | 8 ++++++++
debian/source/format | 1 +
4 files changed, 33 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 38771bd..ed56fb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
-amos (3.1.0-1) unstable; urgency=low
+amos (3.1.0-1) UNRELEASED; urgency=low
- * Initial release
+ [Andreas Tille]
+ * Draft packaging
- -- Andreas Tille <tille at debian.org> Thu, 24 May 2012 14:30:13 +0200
+ [Afif Elghraoui]
+ * Finalized packaging
+
+ -- Afif Elghraoui <afif at ghraoui.name> Wed, 12 Aug 2015 00:52:14 -0700
diff --git a/debian/control b/debian/control
index 5103c56..c3d78da 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,28 @@ Source: amos
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9)
+Uploaders: Afif Elghraoui <afif at ghraoui.name>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9),
+ libboost-dev,
+ libexpat1-dev,
+ libqt4-dev,
+ zlib1g,
+ python,
+ perl
Standards-Version: 3.9.6
Homepage: http://amos.sourceforge.net/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/amos/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/amos/trunk/
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/amos.git
+Vcs-Svn: git://anonscm.debian.org/debian-med/amos.git
Package: amos-assembler
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libstatistics-descriptive-perl,
+ libxml-parser-perl,
+ libdbi-perl,
+ mummer
Description: modular whole genome assembler
The AMOS consortium is committed to the development of open-source
whole genome assembly software. The project acronym (AMOS) represents
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..062502d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#DH_VERBOSE = 1
+
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+%:
+ 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/amos.git
More information about the debian-med-commit
mailing list