Author: ewl-guest Date: 2007-03-18 17:39:50 +0000 (Sun, 18 Mar 2007) New Revision: 3080
Modified: trunk/freemind/debian/control trunk/freemind/debian/copyright Log: Fix build-depend on debhelper and cdbs Fix old address in copyright Modified: trunk/freemind/debian/control =================================================================== --- trunk/freemind/debian/control 2007-03-18 16:46:00 UTC (rev 3079) +++ trunk/freemind/debian/control 2007-03-18 17:39:50 UTC (rev 3080) @@ -2,7 +2,8 @@ Section: contrib/text Priority: optional Maintainer: Eric Lavarde <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1.0), cdbs (>= 0.4.8), docbook-to-man, ant, ant-optional, j2sdk1.4 | j2sdk1.5 | java2-compiler, imagemagick, librelaxng-datatype-java, libjaxp1.2-java, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libxerces2-java, libforms-java, groovy +Build-Depends-Indep: docbook-to-man, ant, ant-optional, j2sdk1.4, imagemagick, librelaxng-datatype-java, libjaxp1.2-java, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libxerces2-java, libforms-java, groovy +Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8) Standards-Version: 3.7.2.2 Package: freemind Modified: trunk/freemind/debian/copyright =================================================================== --- trunk/freemind/debian/copyright 2007-03-18 16:46:00 UTC (rev 3079) +++ trunk/freemind/debian/copyright 2007-03-18 17:39:50 UTC (rev 3080) @@ -24,6 +24,6 @@ /usr/share/common-licenses/GPL in the Debian GNU/Linux distribution or on the World Wide Web at <http://www.gnu.org/copyleft/gpl.html>. -You can also obtain it by writing to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +You can also obtain it by writing to the Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

