Author: tille Date: 2012-08-15 11:18:46 +0000 (Wed, 15 Aug 2012) New Revision: 12064
Modified: trunk/packages/rdp-classifier/trunk/debian/compat trunk/packages/rdp-classifier/trunk/debian/control trunk/packages/rdp-classifier/trunk/debian/copyright trunk/packages/rdp-classifier/trunk/debian/rdp-classifier.links trunk/packages/rdp-classifier/trunk/debian/rules Log: Fixed DEP5 issue; Fixed links; tested xz compression for binary with no amazing change, so leaved this as comment; debhelper 8 ... would prefer 9 but no idea whether this spoils any other plan Modified: trunk/packages/rdp-classifier/trunk/debian/compat =================================================================== --- trunk/packages/rdp-classifier/trunk/debian/compat 2012-08-15 11:04:11 UTC (rev 12063) +++ trunk/packages/rdp-classifier/trunk/debian/compat 2012-08-15 11:18:46 UTC (rev 12064) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/rdp-classifier/trunk/debian/control =================================================================== --- trunk/packages/rdp-classifier/trunk/debian/control 2012-08-15 11:04:11 UTC (rev 12063) +++ trunk/packages/rdp-classifier/trunk/debian/control 2012-08-15 11:18:46 UTC (rev 12064) @@ -3,7 +3,7 @@ Priority: extra Maintainer: Steffen Moeller <[email protected]> Uploaders: Tim Booth <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, junit, libcommons-cli-java, javahelper +Build-Depends: debhelper (>= 8), default-jdk, junit, libcommons-cli-java, javahelper Standards-Version: 3.9.3 Homepage: http://rdp.cme.msu.edu/. Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rdp-classifier/trunk/ Modified: trunk/packages/rdp-classifier/trunk/debian/copyright =================================================================== --- trunk/packages/rdp-classifier/trunk/debian/copyright 2012-08-15 11:04:11 UTC (rev 12063) +++ trunk/packages/rdp-classifier/trunk/debian/copyright 2012-08-15 11:18:46 UTC (rev 12064) @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rdp-classifier Source: http://downloads.sourceforge.net/project/rdp-classifier/ @@ -12,6 +12,8 @@ Files: debian/* Copyright: 2011 Steffen Moeller <[email protected]> + 2012 Tim Booth <[email protected]>, + Andreas Tille <[email protected]> License: GPL-2.0+ License: GPL-2.0+ @@ -31,4 +33,3 @@ On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-2". -and is licensed under the GPL version 2, see above. Modified: trunk/packages/rdp-classifier/trunk/debian/rdp-classifier.links =================================================================== --- trunk/packages/rdp-classifier/trunk/debian/rdp-classifier.links 2012-08-15 11:04:11 UTC (rev 12063) +++ trunk/packages/rdp-classifier/trunk/debian/rdp-classifier.links 2012-08-15 11:18:46 UTC (rev 12064) @@ -1,2 +1 @@ -usr/share/java/rdp_classifier-2.0.1.jar usr/share/java/rdp_classifier-2.0.jar -usr/share/java/rdp_classifier-2.0.jar usr/share/java/rdp_classifier.jar +usr/share/rdp-classifier/rdp_classifier.jar usr/share/java/rdp_classifier.jar Modified: trunk/packages/rdp-classifier/trunk/debian/rules =================================================================== --- trunk/packages/rdp-classifier/trunk/debian/rules 2012-08-15 11:04:11 UTC (rev 12063) +++ trunk/packages/rdp-classifier/trunk/debian/rules 2012-08-15 11:18:46 UTC (rev 12064) @@ -26,5 +26,9 @@ rm -f rdp_classifier.jar rm -f *.list +# does not show any amazing effect +#override_dh_builddeb: +# dh_builddeb -- -Z xz + get-orig-source: uscan --verbose --force-download _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
