=== modified file 'debian/changelog' --- debian/changelog 2012-10-08 22:57:25 +0000 +++ debian/changelog 2012-11-13 21:52:54 +0000 @@ -1,3 +1,12 @@ +sonic (0.1.18-0ubuntu1) raring; urgency=low + + [ Matthew Fischer ] + * New upstream release. (LP: #1057272) + * debian/copyright: License updated to allow Sonic.java and sonic.c + to be directly included in a project rather than linking. + + -- Barry Warsaw Tue, 13 Nov 2012 16:46:12 -0500 + sonic (0.1.17-1.1build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. === modified file 'debian/control' --- debian/control 2011-10-21 13:04:03 +0000 +++ debian/control 2012-11-13 21:50:11 +0000 @@ -1,7 +1,8 @@ Source: sonic Section: sound Priority: extra -Maintainer: Bill Cox +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Bill Cox Build-Depends: libsndfile1-dev, debhelper (>= 7.0.50~) Standards-Version: 3.9.2 Homepage: http://dev.vinux-project.org/sonic === modified file 'debian/copyright' --- debian/copyright 2011-10-21 13:04:03 +0000 +++ debian/copyright 2012-11-13 21:50:46 +0000 @@ -35,6 +35,11 @@ They are main.c, and all sound samples in the samples directory. All other files are LGPL 2.1. + As a special exception, you may add the source code for sonic.c or + Sonic.java to your project, rather than linking against a libsonic + or adding Sonic.jar, but any changes to these two files must be + published according to the LGPL terms. + The Debian packaging is: Copyright (C) 2010 Bill Cox === modified file 'debian/patches/add-libdir.patch' --- debian/patches/add-libdir.patch 2011-10-21 13:04:03 +0000 +++ debian/patches/add-libdir.patch 2012-11-13 21:54:53 +0000 @@ -1,9 +1,7 @@ -Index: sonic-0.1.17/Makefile -=================================================================== ---- sonic-0.1.17.orig/Makefile 2011-10-20 14:07:47.620217671 +1100 -+++ sonic-0.1.17/Makefile 2011-10-20 14:23:54.464242424 +1100 +--- a/Makefile ++++ b/Makefile @@ -7,6 +7,7 @@ - LIB_TAG=0.1.17 + LIB_TAG=0.1.18 CC=gcc PREFIX=/usr +LIBDIR=$(PREFIX)/lib === modified file 'debian/patches/sonic-static-lib.patch' --- debian/patches/sonic-static-lib.patch 2011-10-21 13:04:03 +0000 +++ debian/patches/sonic-static-lib.patch 2012-11-13 21:54:59 +0000 @@ -1,7 +1,5 @@ -Index: sonic/Makefile -=================================================================== ---- sonic.orig/Makefile 2011-10-21 11:48:13.261399008 +1100 -+++ sonic/Makefile 2011-10-21 11:57:04.425393941 +1100 +--- a/Makefile ++++ b/Makefile @@ -9,7 +9,7 @@ PREFIX=/usr LIBDIR=$(PREFIX)/lib