[med-svn] [nw-align] 06/10: Adapt preliminary packaging to current policy suggestions since package was mentioned in Debian Med sprint
Andreas Tille
tille at debian.org
Wed Dec 13 16:29:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository nw-align.
commit 6a3806da2ebe4012d3d1b52ca3d4f95dad9f7abf
Author: Andreas Tille <tille at debian.org>
Date: Tue Feb 4 13:40:03 2014 +0000
Adapt preliminary packaging to current policy suggestions since package was mentioned in Debian Med sprint
---
debian/compat | 2 +-
debian/control | 16 +++++++++-------
debian/rules | 7 +------
3 files changed, 11 insertions(+), 14 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index da50c82..33e6d92 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,19 @@
Source: nw-align
-Section: science
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 8.0.0), gfortran
-Standards-Version: 3.9.4
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ gfortran
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/zhanglab/nw-align/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/zhanglab/nw-align/trunk/
Homepage: http://zhanglab.ccmb.med.umich.edu/NW-align
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/zhanglab/nw-align/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/zhanglab/nw-align/trunk/
Package: nw-align
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Suggests: emboss
Description: global protein sequence alignment
NWalign is simple and robust alignment program for protein
diff --git a/debian/rules b/debian/rules
index 7b5c3f0..b3e4067 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -20,4 +15,4 @@ get-orig-source:
mkdir nw-align-$(VERSION)
cd nw-align-$(VERSION) && wget http://zhanglab.ccmb.med.umich.edu/NW-align/NWalign.f
cd nw-align-$(VERSION) && wget http://zhanglab.ccmb.med.umich.edu/NW-align/BLOSUM62.txt
- GZIP=-9n tar cvf nw-align_$(VERSION).orig.tar.gz nw-align
+ tar cvaf nw-align_$(VERSION).orig.tar.xz nw-align
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nw-align.git
More information about the debian-med-commit
mailing list