Author: tille Date: 2014-02-04 13:40:03 +0000 (Tue, 04 Feb 2014) New Revision: 15991
Modified: trunk/packages/zhanglab/nw-align/trunk/debian/compat trunk/packages/zhanglab/nw-align/trunk/debian/control trunk/packages/zhanglab/nw-align/trunk/debian/rules Log: Adapt preliminary packaging to current policy suggestions since package was mentioned in Debian Med sprint Modified: trunk/packages/zhanglab/nw-align/trunk/debian/compat =================================================================== --- trunk/packages/zhanglab/nw-align/trunk/debian/compat 2014-02-04 13:33:29 UTC (rev 15990) +++ trunk/packages/zhanglab/nw-align/trunk/debian/compat 2014-02-04 13:40:03 UTC (rev 15991) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/zhanglab/nw-align/trunk/debian/control =================================================================== --- trunk/packages/zhanglab/nw-align/trunk/debian/control 2014-02-04 13:33:29 UTC (rev 15990) +++ trunk/packages/zhanglab/nw-align/trunk/debian/control 2014-02-04 13:40:03 UTC (rev 15991) @@ -1,17 +1,19 @@ Source: nw-align +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Steffen Moeller <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 8.0.0), gfortran -Standards-Version: 3.9.4 +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 Modified: trunk/packages/zhanglab/nw-align/trunk/debian/rules =================================================================== --- trunk/packages/zhanglab/nw-align/trunk/debian/rules 2014-02-04 13:33:29 UTC (rev 15990) +++ trunk/packages/zhanglab/nw-align/trunk/debian/rules 2014-02-04 13:40:03 UTC (rev 15991) @@ -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 @@ 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
