Author: tille Date: 2017-01-03 16:44:58 +0000 (Tue, 03 Jan 2017) New Revision: 23497
Added: trunk/packages/patristic/trunk/debian/watch Modified: trunk/packages/patristic/trunk/debian/compat trunk/packages/patristic/trunk/debian/control trunk/packages/patristic/trunk/debian/copyright trunk/packages/patristic/trunk/debian/rules Log: Normalised packaging Modified: trunk/packages/patristic/trunk/debian/compat =================================================================== --- trunk/packages/patristic/trunk/debian/compat 2017-01-03 16:38:44 UTC (rev 23496) +++ trunk/packages/patristic/trunk/debian/compat 2017-01-03 16:44:58 UTC (rev 23497) @@ -1 +1 @@ -7 +10 Modified: trunk/packages/patristic/trunk/debian/control =================================================================== --- trunk/packages/patristic/trunk/debian/control 2017-01-03 16:38:44 UTC (rev 23496) +++ trunk/packages/patristic/trunk/debian/control 2017-01-03 16:44:58 UTC (rev 23497) @@ -1,19 +1,23 @@ Source: patristic +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), cdbs, default-jdk, maven-debian-helper, - libfreehep-graphics2d-java, libfreehep-export-java -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 10), + cdbs, + default-jdk, + maven-debian-helper, + libfreehep-graphics2d-java, + libfreehep-export-java +Standards-Version: 3.9.8 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/patristic/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/patristic/trunk Homepage: http://www.bioinformatics.org/patristic/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/patristic/trunk -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/patristic/trunk/ Package: patristic Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Calculate patristic distances and comparing the components of genetic change Patristic overcomes some logistic barriers to analysing signals in sequences. In additional to calculating patristic distances, it provides Modified: trunk/packages/patristic/trunk/debian/copyright =================================================================== --- trunk/packages/patristic/trunk/debian/copyright 2017-01-03 16:38:44 UTC (rev 23496) +++ trunk/packages/patristic/trunk/debian/copyright 2017-01-03 16:44:58 UTC (rev 23497) @@ -1,8 +1,8 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Formats: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Patristic Upstream-Contact: Mathieu Fourment <[email protected]>, Mark J Gibbs <[email protected]> -Source: ftp://ftp.bioinformatics.org/pub/patristic/ +Source: http://www.bioinformatics.org/patristic/Patristic.tar.gz Files: * Copyright: © 2006 Mathieu Fourment <[email protected]>, Modified: trunk/packages/patristic/trunk/debian/rules =================================================================== --- trunk/packages/patristic/trunk/debian/rules 2017-01-03 16:38:44 UTC (rev 23496) +++ trunk/packages/patristic/trunk/debian/rules 2017-01-03 16:44:58 UTC (rev 23497) @@ -1,12 +1,12 @@ #!/usr/bin/make -f -# debian/rules for patristic -# Andreas Tille <[email protected]> -# GPL # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +JAVA_HOME=/usr/lib/jvm/default-java -JAVA_HOME := /usr/lib/jvm/default-java +%: + LC_ALL=C.UTF-8 dh $@ --with javahelper + +get-orig-source: + . debian/get-orig-source Added: trunk/packages/patristic/trunk/debian/watch =================================================================== --- trunk/packages/patristic/trunk/debian/watch (rev 0) +++ trunk/packages/patristic/trunk/debian/watch 2017-01-03 16:44:58 UTC (rev 23497) @@ -0,0 +1,5 @@ +version=4 + +opts=dversionmangle=s/.*/0.No-Release/ \ + https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
