--- flacon-9.1.0.orig/debian/changelog +++ flacon-9.1.0/debian/changelog @@ -0,0 +1,4 @@ +flacon (9.1.0-1bionic) bionic; urgency=low + * New program release + + -- Alexander Sokolov Mon, 20 Jun 2022 19:42:00 +0000 --- flacon-9.1.0.orig/debian/compat +++ flacon-9.1.0/debian/compat @@ -0,0 +1 @@ +7 --- flacon-9.1.0.orig/debian/control +++ flacon-9.1.0/debian/control @@ -0,0 +1,24 @@ +Source: flacon +Section: sound +Priority: extra +Maintainer: Alexander Sokolov +Build-Depends: pkg-config, + debhelper, + cmake, + qtbase5-dev, + qttools5-dev-tools, + qttools5-dev, + pkg-config, + libuchardet-dev, + libtag1-dev +Standards-Version: 3.9.4 +Homepage: https://github.com/flacon/flacon + +Package: flacon +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, sox, flac, mac | monkeys-audio +Recommends: vorbis-tools, wavpack, lame, vorbisgain, mp3gain, ttaenc, faac, opus-tools, alacenc +Description: Audio file splitter and converter + Flacon extracts individual tracks from one big audio file containing + the entire album of music and saves them as separate audio files. + To do this, it uses information from the appropriate CUE file. --- flacon-9.1.0.orig/debian/copyright +++ flacon-9.1.0/debian/copyright @@ -0,0 +1,39 @@ +This package was debianized by: + + Alexander Sokolov + +It was downloaded from: + + http://code.google.com/p/flacon/ + +Upstream Author: + + Alexander Sokolov + +Copyright: + + Copyright (C) 2009-2013 Alexander Sokolov + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Lesser General Public + License can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is: + + Copyright (C) 2010-2013 Alexander Sokolov + +and is licensed under the LGPL version 2.1+, see above. --- flacon-9.1.0.orig/debian/rules +++ flacon-9.1.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. +#include /usr/share/cdbs/1/cmake.mk + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@