[med-svn] [canu] 01/01: Clean up after cme ''fix'' dpkg control
Afif Elghraoui
afif at moszumanska.debian.org
Sat Oct 8 20:32:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
afif pushed a commit to branch master
in repository canu.
commit 903c8447b2c0c30dfc988d932d822a5582640c7b
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Sat Oct 8 13:32:01 2016 -0700
Clean up after cme ''fix'' dpkg control
---
debian/changelog | 6 ++++++
debian/control | 37 ++++++++++++++++++++-----------------
2 files changed, 26 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9f5271d..4dd9e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
canu (1.3+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #395843)
+ * Fix installation locations
+ * Patch code to use system-wide installation of mhap
+ * Correct the runtime dependencies
+ * Check-in the d/install file
+ * Check-in patch to find private executables
+ * Imported Upstream version 1.3+dfsg
-- Afif Elghraoui <afif at debian.org> Tue, 19 Jan 2016 23:42:58 -0800
diff --git a/debian/control b/debian/control
index e41e7b4..bf17140 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,32 @@
Source: canu
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Afif Elghraoui <afif at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9),
- libboost-dev,
- libmeryl-dev,
- libfilesys-df-perl
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Afif Elghraoui <afif at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ libboost-dev,
+ libmeryl-dev,
# For File::Path
+ libfilesys-df-perl,
Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/canu.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/canu.git
Homepage: http://canu.readthedocs.org/en/latest/
+Vcs-Git: https://anonscm.debian.org/git/debian-med/canu.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/canu.git
Package: canu
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${perl:Depends},
- libfilesys-df-perl,
- mhap (>= 2.1)
-# pbdagcon,
-# falconkit,
-Suggests: gridengine-client,
- gnuplot
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ libfilesys-df-perl,
+ mhap (>= 2.1),
+# pbdagcon,
+# falconkit,
+Suggests:
+ gridengine-client,
+ gnuplot,
Description: single molecule sequence assembler for genomes
Canu is a fork of the Celera Assembler, designed for high-noise
single-molecule sequencing (such as the PacBio RS II or Oxford
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/canu.git
More information about the debian-med-commit
mailing list