diff -Nru fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/debian/bzr-builder.manifest fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/debian/bzr-builder.manifest --- fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/debian/bzr-builder.manifest 2014-03-09 14:27:11.000000000 +0000 +++ fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/debian/bzr-builder.manifest 2014-03-18 16:36:26.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.4 deb-version 1.1.6+20140309~svn472 -lp:~quadrispro/fluidsynth/trunk revid:svn-v4:5c4a76b3-ff2d-0410-a8cd-973ec75cb1af:trunk:472 +# bzr-builder format 0.4 deb-version 1.1.6+20140318~svn473 +lp:~quadrispro/fluidsynth/trunk revid:svn-v4:5c4a76b3-ff2d-0410-a8cd-973ec75cb1af:trunk:473 nest deb lp:~dns/fluidsynth/debian debian revid:dns@rbose.org-20120730030747-iq1i0kqtyuqgkxr3 diff -Nru fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/debian/changelog fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/debian/changelog --- fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/debian/changelog 2014-03-09 14:27:11.000000000 +0000 +++ fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/debian/changelog 2014-03-18 16:36:26.000000000 +0000 @@ -1,8 +1,8 @@ -fluidsynth (1.1.6+20140309~svn472~ubuntu12.04.1) precise; urgency=low +fluidsynth (1.1.6+20140318~svn473~ubuntu12.04.1) precise; urgency=low * Auto build. - -- DNS Sun, 09 Mar 2014 14:27:11 +0000 + -- DNS Tue, 18 Mar 2014 16:36:26 +0000 fluidsynth (1.1.5-0) stable; urgency=medium diff -Nru fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/CMakeLists.txt fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/CMakeLists.txt --- fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/CMakeLists.txt 2014-03-09 14:27:07.000000000 +0000 +++ fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/CMakeLists.txt 2014-03-18 16:36:25.000000000 +0000 @@ -19,6 +19,8 @@ # CMake based build system. Pedro Lopez-Cabanillas +message ( FATAL_ERROR "This is the old SVN repository. It is no longer maintained. Please use the GIT repository instead.") + project ( FluidSynth C ) cmake_minimum_required ( VERSION 2.6.3 ) set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake_admin ) diff -Nru fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/configure.ac fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/configure.ac --- fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/configure.ac 2014-03-09 14:27:07.000000000 +0000 +++ fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/configure.ac 2014-03-18 16:36:25.000000000 +0000 @@ -4,6 +4,8 @@ AC_INIT(src/fluidsynth.c) +AC_MSG_ERROR("This is the old SVN repository. It is no longer maintained. Please use the GIT repository instead. And please switch to CMake, too.") + dnl *** NOTE *** Don't forget to update library version below also FLUIDSYNTH_VERSION_MAJOR=1 diff -Nru fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/README fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/README --- fluidsynth-1.1.6+20140309~svn472~ubuntu12.04.1/fluidsynth/README 2014-03-09 14:27:07.000000000 +0000 +++ fluidsynth-1.1.6+20140318~svn473~ubuntu12.04.1/fluidsynth/README 2014-03-18 16:36:25.000000000 +0000 @@ -1,3 +1,10 @@ +Notice +====== + +This is the old SVN repository. It is no longer maintained. +Please use the GIT repository instead: +https://sourceforge.net/p/fluidsynth/code-git/ + Introduction ============