Author: lkajan-guest Date: 2012-12-17 14:27:16 +0000 (Mon, 17 Dec 2012) New Revision: 12654
Modified: trunk/packages/conservation-code/trunk/debian/changelog trunk/packages/conservation-code/trunk/debian/rules Log: Implemented Eugene V. Lyubimkin's suggestions to d/rules (minor changes). Modified: trunk/packages/conservation-code/trunk/debian/changelog =================================================================== --- trunk/packages/conservation-code/trunk/debian/changelog 2012-12-17 14:21:51 UTC (rev 12653) +++ trunk/packages/conservation-code/trunk/debian/changelog 2012-12-17 14:27:16 UTC (rev 12654) @@ -1,11 +1,12 @@ -conservation-code (20110309.0-2) UNRELEASED; urgency=low +conservation-code (20110309.0-3) UNRELEASED; urgency=low * Allow parsing of Stockholm format as well. * Python3 print(). * usage() prints on stderr in case of error. * Errors are printed on stderr. + * Implemented Eugene V. Lyubimkin's suggestions to d/rules (minor changes). - -- Laszlo Kajan <[email protected]> Thu, 11 Oct 2012 22:50:04 +0200 + -- Laszlo Kajan <[email protected]> Mon, 17 Dec 2012 15:26:04 +0100 conservation-code (20110309.0-1) unstable; urgency=low Modified: trunk/packages/conservation-code/trunk/debian/rules =================================================================== --- trunk/packages/conservation-code/trunk/debian/rules 2012-12-17 14:21:51 UTC (rev 12653) +++ trunk/packages/conservation-code/trunk/debian/rules 2012-12-17 14:27:16 UTC (rev 12654) @@ -17,7 +17,7 @@ get-orig-source: set -e; \ if ! ( which xz >/dev/null ); then \ - echo "Could not find 'xz' tool for compression. Please apt-get install xz-utils." ; \ + echo "Could not find 'xz' tool for compression. Please install the package 'xz-utils'." >&2; \ exit 1; \ fi ; \ t=$$(mktemp -d) || exit 1; \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
