Author: tille Date: 2017-01-03 16:27:04 +0000 (Tue, 03 Jan 2017) New Revision: 23493
Added: trunk/packages/profit/trunk/debian/watch Modified: trunk/packages/profit/trunk/debian/compat trunk/packages/profit/trunk/debian/control trunk/packages/profit/trunk/debian/copyright trunk/packages/profit/trunk/debian/rules Log: Normalised packaging Modified: trunk/packages/profit/trunk/debian/compat =================================================================== --- trunk/packages/profit/trunk/debian/compat 2017-01-03 16:19:04 UTC (rev 23492) +++ trunk/packages/profit/trunk/debian/compat 2017-01-03 16:27:04 UTC (rev 23493) @@ -1 +1 @@ -8 +10 Modified: trunk/packages/profit/trunk/debian/control =================================================================== --- trunk/packages/profit/trunk/debian/control 2017-01-03 16:19:04 UTC (rev 23492) +++ trunk/packages/profit/trunk/debian/control 2017-01-03 16:27:04 UTC (rev 23493) @@ -1,16 +1,20 @@ Source: profit +Maintainer: Steffen Moeller <[email protected]> Section: non-free/science +XS-Autobuild: no Priority: optional -Maintainer: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 8.0.0), libreadline-dev -Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 10), + libreadline-dev +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/profit/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/profit/trunk/ Homepage: http://www.bioinf.org.uk/software/profit/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/profit/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/profit/trunk/ Package: profit-3d Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, profit-data +Depends: ${shlibs:Depends}, + ${misc:Depends}, + profit-data Description: Protein structure alignment ProFit is designed to be the ultimate protein least squares fitting program. It has many features including flexible specification of @@ -22,7 +26,9 @@ Package: profit Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, profit-3d +Depends: ${shlibs:Depends}, + ${misc:Depends}, + profit-3d Conflicts: emboss Description: Protein structure alignment ProFit is designed to be the ultimate protein least squares fitting Modified: trunk/packages/profit/trunk/debian/copyright =================================================================== --- trunk/packages/profit/trunk/debian/copyright 2017-01-03 16:19:04 UTC (rev 23492) +++ trunk/packages/profit/trunk/debian/copyright 2017-01-03 16:27:04 UTC (rev 23493) @@ -1,6 +1,6 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: profit -Source: <url://example.com> +Source: http://www.bioinf.org.uk/software/swreg.html Files: * Copyright: <years> <put author's name and email here> Modified: trunk/packages/profit/trunk/debian/rules =================================================================== --- trunk/packages/profit/trunk/debian/rules 2017-01-03 16:19:04 UTC (rev 23492) +++ trunk/packages/profit/trunk/debian/rules 2017-01-03 16:27:04 UTC (rev 23493) @@ -1,10 +1,4 @@ #!/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 Added: trunk/packages/profit/trunk/debian/watch =================================================================== --- trunk/packages/profit/trunk/debian/watch (rev 0) +++ trunk/packages/profit/trunk/debian/watch 2017-01-03 16:27:04 UTC (rev 23493) @@ -0,0 +1,5 @@ +version=4 + +opts=dversionmangle=s/.*/0.No-Track/ \ + https://people.debian.org/~eriberto/ FakeWatchNoUpstreamTrackingForThisPackage-(\d\S+)\.gz + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
