[SCM] jcaptcha packaging branch, master, updated. upstream/2.0_alpha1-7-gb443cec

James Page jamespage-guest at alioth.debian.org
Mon Jun 13 18:17:26 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jcaptcha packaging".

The branch, master has been updated
       via  b443cecbc3ea2672a7df63eae5f38f8173b23317 (commit)
       via  b2829f7bea4c2d919791926d3504e0477d3d58bb (commit)
       via  eda8edf2341c2424b116444c4552d4ee0b8f88eb (commit)
      from  2dad00c131e7ef60d2c1a63447a5ffaa3f390ca9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b443cecbc3ea2672a7df63eae5f38f8173b23317
Merge: eda8edf b2829f7
Author: James Page <james.page at canonical.com>
Date:   Mon Jun 13 19:10:41 2011 +0100

    Merge branch 'upstream'

-----------------------------------------------------------------------

Summary of changes:
 debian/README.source      |    9 +++++++++
 debian/orig-tar.sh        |    3 ++-
 src/doc/captcha_crypt.pdf |  Bin 184855 -> 0 bytes
 3 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 0089aa2..648d833 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -28,3 +28,12 @@ The following modules are not currently built for this package:
 
 This work has not been completed as it is outside the initial
 use-case for this package (Jenkins).
+
+DFSG compliance
+---------------
+
+The upstream source code base contains a PDF file of unknown
+copyright and licensing (src/doc/captcha_crypt.pdf).  This is
+automatically removed from the orig.tar.gz downloaded by this
+package.
+
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index cc37035..5e8c3f8 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,8 @@ DIR=jcaptcha-$VERSION
 TAG=$(echo "V$VERSION" | sed -re's/~(alpha|beta)/_\1_/' | sed -re's/\./_/')
 
 svn export https://jcaptcha.svn.sourceforge.net/svnroot/jcaptcha/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' \
+     --exclude 'src/doc/captcha_crypt.pdf' $DIR
 rm -rf $DIR ../$TAG
 
 # move to directory 'tarballs'
diff --git a/src/doc/captcha_crypt.pdf b/src/doc/captcha_crypt.pdf
deleted file mode 100644
index 035a9c0..0000000
Binary files a/src/doc/captcha_crypt.pdf and /dev/null differ


hooks/post-receive
-- 
jcaptcha packaging



More information about the pkg-java-commits mailing list