[SCM] ViennaCL packaging branch, master, updated. debian/1.1.1-1-11-g9aa8748

Michael Wild themiwi at users.sourceforge.net
Mon Jul 4 20:11:09 UTC 2011


The following commit has been merged in the master branch:
commit b1d5053e6a9972595ce76d9b635f1d4a7a26f9af
Author: Michael Wild <themiwi at users.sourceforge.net>
Date:   Mon Jul 4 16:20:32 2011 +0200

    Remove unused debian/createChangeLog.sh script
    
    Signed-off-by: Michael Wild <themiwi at users.sourceforge.net>

diff --git a/debian/createChangeLog.sh b/debian/createChangeLog.sh
deleted file mode 100755
index b551107..0000000
--- a/debian/createChangeLog.sh
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-# This is a small maintainer script to extract a reasonable upstream ChangeLog
-# from the doc/viennacl.pdf documentation. It *must* be invoked from the
-# top-level source directory. It requires:
-#   - pdftotext
-#   - sed
-#   - asciidoc
-#   - lynx
-
-[ -f doc/viennacl.pdf -a -f debian/rules ] || {
-echo "ERROR: Must be invoked from the top-level source directory" >&2
-exit 1
-}
-
-pdftotext -f 47 -l 50 -nopgbrk -r 150 \
-  -x 130 -y 160 -W 980 -H 1440 -enc ASCII7 \
-  doc/viennacl.pdf - | \
-  sed '
-s/^Change Logs/= &\n/
-/^Version [[:digit:]]\.[[:digit:]]\.x/d
-s/^Version [[:digit:]]\./== &/
-/^\* / i \
-' | \
-  /usr/bin/asciidoc -f /etc/asciidoc/text.conf - | \
-  lynx -dump --stdin > ChangeLog

-- 
ViennaCL packaging



More information about the debian-science-commits mailing list