From: Kevin M. Rosenberg Date: Wed, 2 Apr 2014 16:58:18 +0000 (-0600) Subject: Automated commit for debian release 1.0.15-1 X-Git-Tag: debian-1.0.15-1^0 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=c0e0c481850f8c2f512c1de6dc0fefb227b5b847 Automated commit for debian release 1.0.15-1 --- diff --git a/debian/changelog b/debian/changelog index b171982..b28664e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,6 @@ -cl-reversi (1.0.15-2) UNRELEASED; urgency=medium - - * Switch to dpkg-source 3.0 (quilt) format - - -- Kevin M. Rosenberg Wed, 02 Apr 2014 10:51:18 -0600 - cl-reversi (1.0.15-1) unstable; urgency=low + * Switch to dpkg-source 3.0 (quilt) format * New upstream: single-float patch from Faré -- Kevin M. Rosenberg Wed, 02 Apr 2014 10:23:09 -0600 diff --git a/debian/upload.sh b/debian/upload.sh index f0bf792..3033bc7 100755 --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,4 +1,4 @@ #!/bin/bash -e -dup reversi -Uftp.med-info.com -D/home/ftp/reversi -C"(umask 022; cd /opt/apache/htdocs/reversi; make install)" -su $* - +dup reversi -Ufiles.b9.com -D/home/ftp/reversi -su \ + -C"(umask 022; cd /srv/www/html/reversi; make install; find . -type d |xargs chmod go+rx; find . -type f | xargs chmod go+r)" $*