This is an automated email from the git hooks/post-receive script. tjaalton-guest pushed a commit to branch master in repository scannotation.
commit dd8d4a856db6bdb3214b53498732e0541f753380 Author: Timo Aaltonen <[email protected]> Date: Tue Jan 21 11:50:35 2014 +0200 pull License.txt from http://pkgs.fedoraproject.org/cgit/scannotation.git/plain/License.txt, add to the tarball --- debian/License.txt | 14 ++++++++++++++ debian/orig-tar.sh | 1 + 2 files changed, 15 insertions(+) diff --git a/debian/License.txt b/debian/License.txt new file mode 100644 index 0000000..3a0f261 --- /dev/null +++ b/debian/License.txt @@ -0,0 +1,14 @@ + Copyright [2011] [Bill Burke <[email protected]>] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 86b48e3..0e38eee 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -7,6 +7,7 @@ DATE=$(echo "$VERSION" | sed -e 's/^.*\+svn//;s/$/T2359Z/') TAG=$(echo "scannotation-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export -r {$DATE} svn://svn.code.sf.net/p/scannotation/code/ $DIR +cp debian/License.txt $DIR XZ_OPT=--best tar -c -J -f $TAR \ --exclude '*.jar' \ --exclude '*.class' \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scannotation.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

