Author: drazzib Date: 2009-10-26 23:17:34 +0000 (Mon, 26 Oct 2009) New Revision: 10920
Modified: trunk/libgroboutils-java/debian/copyright trunk/libgroboutils-java/debian/orig-tar.exclude trunk/libgroboutils-java/debian/rules Log: [libgroboutils-java] Strip some more classes from orig tarball Modified: trunk/libgroboutils-java/debian/copyright =================================================================== --- trunk/libgroboutils-java/debian/copyright 2009-10-26 21:39:05 UTC (rev 10919) +++ trunk/libgroboutils-java/debian/copyright 2009-10-26 23:17:34 UTC (rev 10920) @@ -1,3 +1,4 @@ +Format-Specification: http://dep.debian.net/deps/dep5/ Name: GroboUtils Maintainer: Matt Albrech <[email protected]>, Keith Johnston <[email protected]> @@ -24,7 +25,8 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Files: codecoverage/sources/dev/net/sourceforge/groboutils/codecoverage/v2/ant/zip/* +Files: codecoverage/sources/dev/net/sourceforge/groboutils/codecoverage/v2/ant/zip/*, + codecoverage/sources/ut/org/apache/tools/ant/BuildFileTestA.java Copyright: Copyright 2001,2004 The Apache Software Foundation Licence: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); @@ -53,7 +55,7 @@ util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeOutputStream.java, util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeInputStream.java Copyright: Copyright (C) 2002-2003 Matt Albrecht -Licence: LGPL-2.1 +Licence: LGPL-2.1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 Modified: trunk/libgroboutils-java/debian/orig-tar.exclude =================================================================== --- trunk/libgroboutils-java/debian/orig-tar.exclude 2009-10-26 21:39:05 UTC (rev 10919) +++ trunk/libgroboutils-java/debian/orig-tar.exclude 2009-10-26 23:17:34 UTC (rev 10920) @@ -9,4 +9,22 @@ _shared/3rdparty/ant/1.6beta/bin/* _shared/3rdparty/ant/1.6beta/etc/* out.log +website/import/ +website/xdocs/ *.old +# Others licences +_shared/3rdparty/bcel/5.1/LICENSE.txt +_shared/3rdparty/junit/3.7/license-cpl.html +_shared/3rdparty/sax/2.0.1/license.html +_shared/3rdparty/easymock/0.8/license.html +_shared/3rdparty/ant/1.6beta/LICENSE.xerces +_shared/3rdparty/ant/1.6beta/LICENSE +_shared/3rdparty/ant/1.6beta/LICENSE.sax +_shared/3rdparty/ant/1.6beta/LICENSE.dom +_shared/3rdparty/log4j/1.2.8/LICENSE.txt +_shared/3rdparty/xerces/2.4.0/LICENSE +_shared/3rdparty/xerces/2.4.0/LICENSE-SAX.html +_shared/3rdparty/xerces/2.4.0/LICENSE-DOM.html +_shared/3rdparty/xalan/2.5.1/License +_shared/3rdparty/mockobjects/0.4rc1/LICENSE.txt + Modified: trunk/libgroboutils-java/debian/rules =================================================================== --- trunk/libgroboutils-java/debian/rules 2009-10-26 21:39:05 UTC (rev 10919) +++ trunk/libgroboutils-java/debian/rules 2009-10-26 23:17:34 UTC (rev 10920) @@ -8,7 +8,7 @@ ANT_HOME := /usr/share/ant DEB_JARS := groboutils-testingautodoc-core groboutils-codecoverage-runtime \ - groboutils-codecoverage-core groboutils-codecoverage-ant \ + groboutils-codecoverage-core groboutils-codecoverage-ant groboutils-classes-core \ junit4 log4j-1.2 easymock bcel \ ant-apache-bcel ant-junit ant-nodeps ant-trax _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

