[med-svn] r1577 - in trunk/packages: . mauve mauve/trunk mauve/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Thu Mar 13 14:26:13 UTC 2008


Author: tille
Date: 2008-03-13 14:26:12 +0000 (Thu, 13 Mar 2008)
New Revision: 1577

Added:
   trunk/packages/mauve/
   trunk/packages/mauve/trunk/
   trunk/packages/mauve/trunk/debian/
   trunk/packages/mauve/trunk/debian/README.Debian
   trunk/packages/mauve/trunk/debian/changelog
   trunk/packages/mauve/trunk/debian/compat
   trunk/packages/mauve/trunk/debian/control
   trunk/packages/mauve/trunk/debian/copyright
   trunk/packages/mauve/trunk/debian/rules
   trunk/packages/mauve/trunk/debian/watch
Log:
Lets start with mauve (not working yet)


Added: trunk/packages/mauve/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mauve/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/README.Debian	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,12 @@
+Mauve for Debian
+----------------
+
+ATTENTION:
+This package build-depends from libclustalw which has some
+license issues and thus can not be distributed by Debian
+for the moment.  There are unofficial packages avialable
+from
+
+   http://people.debian.org/~tille/packages/libclustalw/
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Feb 2008 22:13:45 +0100

Added: trunk/packages/mauve/trunk/debian/changelog
===================================================================
--- trunk/packages/mauve/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/changelog	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,5 @@
+mauve (2.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #??????)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 13 Mar 2008 15:16:59 +0100

Added: trunk/packages/mauve/trunk/debian/compat
===================================================================
--- trunk/packages/mauve/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/compat	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1 @@
+6

Added: trunk/packages/mauve/trunk/debian/control
===================================================================
--- trunk/packages/mauve/trunk/debian/control	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/control	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,37 @@
+Source: mauve
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 6), cdbs, quilt, libmems-1.5-1-dev
+Standards-Version: 3.7.3
+Section: science
+Homepage: http://asap.ahabs.wisc.edu/mauve/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mauve/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/mauve/trunk/
+
+Package: mauve
+Section: science
+Architecture: any
+Depends: ${devlibs:Depends}
+Description: multiple genome alignment
+ Mauve is a system for efficiently constructing multiple genome alignments
+ in the presence of large-scale evolutionary events such as rearrangement
+ and inversion. Multiple genome alignment provides a basis for research
+ into comparative genomics and the study of evolutionary dynamics.  Aligning
+ whole genomes is a fundamentally different problem than aligning short
+ sequences.
+ .
+ Mauve has been developed with the idea that a multiple genome aligner
+ should require only modest computational resources. It employs algorithmic
+ techniques that scale well in the amount of sequence being aligned. For
+ example, a pair of Y. pestis genomes can be aligned in under a minute,
+ while a group of 9 divergent Enterobacterial genomes can be aligned in
+ a few hours.
+ .
+ Mauve computes and interactively visualizes genome sequence comparisons.
+ Using FastA or GenBank sequence data, Mauve constructs multiple genome
+ alignments that identify large-scale rearrangement, gene gain, gene loss,
+ indels, and nucleotide substutition.
+ .
+ Mauve is developed at the University of Wisconsin.

Added: trunk/packages/mauve/trunk/debian/copyright
===================================================================
--- trunk/packages/mauve/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/copyright	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,24 @@
+X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Debinized-Date: Thu, 13 Mar 2008 15:16:59 +0100
+X-Source-Downloaded-From: http://gel.ahabs.wisc.edu/mauve/source/mauve_2.1.1/
+X-Upstream-Author: © 2003, 2004, 2005, 2006, 2007, Aaron Darling -- darling at cs.wisc.edu
+
+Files: debian/*
+Copyright: © 2008, Andreas Tille <tille at debian.org>
+License: GPL-2+
+ 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 2 of the License, or
+ (at your option) any later version.
+
+Files: *
+Copyright: © 2003, 2004, 2005, 2006, 2007, Aaron Darling -- darling at cs.wisc.edu
+
+License: GPL-2
+ 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 version 2 of the License.
+
+On Debian systems, the complete text of the licenses can be found in:
+GPL-2 - `/usr/share/common-licenses/GPL-2'

Added: trunk/packages/mauve/trunk/debian/rules
===================================================================
--- trunk/packages/mauve/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/rules	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+


Property changes on: trunk/packages/mauve/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/mauve/trunk/debian/watch
===================================================================
--- trunk/packages/mauve/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/mauve/trunk/debian/watch	2008-03-13 14:26:12 UTC (rev 1577)
@@ -0,0 +1,3 @@
+version=3
+
+http://gel.ahabs.wisc.edu/mauve/source/mauve_(.*)/mauve-(.*)\.tar\.gz




More information about the debian-med-commit mailing list