Author: ebourg-guest Date: 2014-03-21 20:51:12 +0000 (Fri, 21 Mar 2014) New Revision: 17907
Modified: trunk/jsch/debian/changelog trunk/jsch/debian/compat trunk/jsch/debian/control Log: Switch to debhelper level 9 Modified: trunk/jsch/debian/changelog =================================================================== --- trunk/jsch/debian/changelog 2014-03-21 20:39:04 UTC (rev 17906) +++ trunk/jsch/debian/changelog 2014-03-21 20:51:12 UTC (rev 17907) @@ -1,6 +1,7 @@ jsch (0.1.50-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 21 Mar 2014 21:38:10 +0100 Modified: trunk/jsch/debian/compat =================================================================== --- trunk/jsch/debian/compat 2014-03-21 20:39:04 UTC (rev 17906) +++ trunk/jsch/debian/compat 2014-03-21 20:51:12 UTC (rev 17907) @@ -1 +1 @@ -7 +9 Modified: trunk/jsch/debian/control =================================================================== --- trunk/jsch/debian/control 2014-03-21 20:39:04 UTC (rev 17906) +++ trunk/jsch/debian/control 2014-03-21 20:51:12 UTC (rev 17907) @@ -5,7 +5,7 @@ Uploaders: Emmanuel Bourg <[email protected]>, Ludovic Claude <[email protected]>, Niels Thykier <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk +Build-Depends: debhelper (>= 9), cdbs, default-jdk Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5), libjzlib-java Standards-Version: 3.9.5 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jsch _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

