Author: tille Date: 2013-07-12 11:45:45 +0000 (Fri, 12 Jul 2013) New Revision: 14143
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/rules Log: new upstream version; use xz compression Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2013-07-12 11:44:41 UTC (rev 14142) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2013-07-12 11:45:45 UTC (rev 14143) @@ -1,6 +1,8 @@ -gnumed-client (1.3.6+dfsg-2) UNRELEASED; urgency=low +gnumed-client (1.3.7+dfsg-1) unstable; urgency=low + * New upstream version * debian/gnumed-client.install: Install gm-convert_file + * debian/rules: use xz compression -- Andreas Tille <[email protected]> Fri, 12 Jul 2013 12:00:00 +0200 Modified: trunk/packages/gnumed-client/trunk/debian/rules =================================================================== --- trunk/packages/gnumed-client/trunk/debian/rules 2013-07-12 11:44:41 UTC (rev 14142) +++ trunk/packages/gnumed-client/trunk/debian/rules 2013-07-12 11:45:45 UTC (rev 14143) @@ -38,6 +38,9 @@ # Remove appendix .py from gm_ctl_client cp -a client/connectors/gm_ctl_client.py debian/$(client)/usr/bin/gm_ctl_client +override_dh_builddeb: + dh_builddeb -- -Z xz + # Remark: The following uscan command requires devscripts > 2.12.4 which is not # yet released at the time of this package release. The code can be obtained # via _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
