Author: gmascellani-guest Date: 2009-10-28 09:57:14 +0000 (Wed, 28 Oct 2009) New Revision: 10950
Modified: trunk/libgettext-commons-java/debian/control trunk/libgettext-commons-java/debian/copyright Log: Fixed some lintian complaints Modified: trunk/libgettext-commons-java/debian/control =================================================================== --- trunk/libgettext-commons-java/debian/control 2009-10-28 09:51:41 UTC (rev 10949) +++ trunk/libgettext-commons-java/debian/control 2009-10-28 09:57:14 UTC (rev 10950) @@ -3,8 +3,9 @@ Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Andreas Putzo <[email protected]>, Giovanni Mascellani <[email protected]> -Build-Depends: cdbs, debhelper (>=7), default-jdk, maven-debian-helper -Build-Depends-Indep: libmaven-assembly-plugin-java, libsurefire-java +Build-Depends: cdbs, debhelper (>=7), dpatch +Build-Depends-Indep: libmaven-assembly-plugin-java, libsurefire-java, + default-jdk, maven-debian-helper Standards-Version: 3.8.3 Section: java Homepage: http://xnap-commons.sourceforge.net/gettext-commons/ Modified: trunk/libgettext-commons-java/debian/copyright =================================================================== --- trunk/libgettext-commons-java/debian/copyright 2009-10-28 09:51:41 UTC (rev 10949) +++ trunk/libgettext-commons-java/debian/copyright 2009-10-28 09:57:14 UTC (rev 10950) @@ -33,5 +33,7 @@ Public License can be found in `/usr/share/common-licenses/LGPL'. -The Debian packaging is (C) 2007, Andreas Putzo <[email protected]> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +The Debian packaging is © 2007, Andreas Putzo <[email protected]> and +Giovanni Mascellani <[email protected]>. + +It is licensed under the GPL, see `/usr/share/common-licenses/GPL'. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

