Create ChangeLog from git

This commit is contained in:
Bill Cox
2011-04-18 10:55:43 -04:00
parent 8875bcc586
commit 0e01d01953
6 changed files with 21 additions and 4 deletions
-2
View File
@@ -1,2 +0,0 @@
This file is now only here as a place-holder for autotools. Log history is
maintained in git.
+1 -1
View File
@@ -4,7 +4,7 @@
#CFLAGS=-Wall -g -ansi -fPIC -pthread
CFLAGS=-Wall -O2 -ansi -fPIC -pthread
LIB_TAG=0.1.15
LIB_TAG=0.1.16
CC=gcc
PREFIX=/usr
+3 -1
View File
@@ -9,7 +9,9 @@ Sonic can also be used by the sighted. For example, Sonic can improve the
experience of listening to an audio book on an Android phone.
Sonic is Copyright 2010, Bill Cox, all rights reserved. It is released as open
source under the Lesser Gnu Public License version 2.1.
source under the Lesser Gnu Public License version 2.1. All files except main.c
and all the sound samples are LGPL. main.c and the sound samples in the samples
directory are in the public domain.
Author: Bill Cox
email: waywardgeek@gmail.com
+12
View File
@@ -1,3 +1,15 @@
sonic (0.1.16-1ubuntu1) maverick; urgency=low
* Added git log in ChangeLog.
-- Bill Cox <waywardgeek@gmail.com> Mon, 18 Apr 2011 10:54:13 -0400
sonic (0.1.16-1) unstable; urgency=low
* Added a bit more explanation about copyrights of various files.
-- Bill Cox <waywardgeek@gmail.com> Sat, 16 Apr 2011 16:49:33 -0400
sonic (0.1.15-1) unstable; urgency=low
* Updates to improve Debian packaging.
+4
View File
@@ -31,6 +31,10 @@ Copyright:
Boston, MA 02110-1335
USA
There are some files in this distribution which are in the public domain.
They are main.c, and all sound samples in the samples directory. All other
files are LGPL 2.1.
The Debian packaging is:
Copyright (C) 2010 Bill Cox <waywardgeek@gmail.com>
+1
View File
@@ -13,6 +13,7 @@ fi
make clean
make -f debian/rules clean
echo "sonic_${version} (git: `git log -1 --oneline | sed 's/ .*//'`)" > version
git2cl > ChangeLog
cd ..
if ! tar -cvzf sonic_$version.orig.tar.gz --exclude-vcs --exclude=debian sonic-$version; then
echo "Could not create sonic_$version.orig.tar.gz"