debian/0000755000000000000000000000000012231435650007167 5ustar debian/source/0000755000000000000000000000000012136542364010474 5ustar debian/source/format0000644000000000000000000000001412136542364011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000332012136542364011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: btag Upstream-Contact: Fernando Tarlá Cardoso Lemos Source: https://github.com/fernandotcl/btag/downloads Files: * Copyright: 2010-2012 Fernando Tarlá Cardoso Lemos License: BSD-2-clause Files: debian/* Copyright: 2010-2012 Fernando Tarlá Cardoso Lemos License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/btag.manpages0000644000000000000000000000001312136542364011620 0ustar man/btag.1 debian/changelog0000644000000000000000000000431212231435650011041 0ustar btag (1.1.3-1build2) trusty; urgency=low * No change rebuild for Boost 1.54 transition. -- Dmitrijs Ledkovs Tue, 22 Oct 2013 09:47:36 +0100 btag (1.1.3-1build1) saucy; urgency=low * No change rebuild for Boost 1.53 transition. -- Dmitrijs Ledkovs Fri, 26 Apr 2013 19:18:40 +0100 btag (1.1.3-1) unstable; urgency=low * New upstream release * Bumped Standards-Version to 3.9.3 (no changes needed) * Fixed the copyright format URL in debian/copyright * Bumped the copyright years in debian/copyright * Formatted debian/control with wrap-and-sort * Imported changes from a patch submitted by Simon Ruderich (thanks!) to enable all hardening flags and copy CPPFLAGS into CFLAGS/CXXFLAGS since CMake doesn't use CPPFLAGS (Closes: #662970) -- Fernando Tarlá Cardoso Lemos Wed, 07 Mar 2012 22:50:32 -0300 btag (1.1.2-1) unstable; urgency=low * New upstream release * Set homepage to the HTTPS address (GitHub defaults to HTTPS) * Build-depend on unversioned libboost-dev, we only need libboost-filesystem-dev >=1.46.0 for the v3 API * Use dpkg-buildflags for hardened build flags, including -fPIE * Build-depend on dpkg-dev >= 1.16.1 (for buildflags.mk) * Build and run package tests -- Fernando Tarlá Cardoso Lemos Sat, 03 Dec 2011 15:57:56 -0200 btag (1.1.1-1) unstable; urgency=low * New upstream release -- Fernando Tarlá Cardoso Lemos Sat, 09 Jul 2011 19:15:40 -0300 btag (1.1.0-1) unstable; urgency=low * New upstream release * Fixes FTBFS with the linker changes in wheezy (Closes: #602959) * Fixes FTBFS with libboost-filesystem >=1.46.0 * Build-depend on libboost-dev (>=1.46.0), libboost-filesystem-dev (>=1.46.0) * Bump Standards-Version to 3.9.2 (no changes needed) * Bump debhelper compat to 8 (no changed needed) * Updated copyright file, switched to DEP-5 * Updated watch file -- Fernando Tarlá Cardoso Lemos Fri, 17 Jun 2011 20:50:31 -0300 btag (1.0.1-1) unstable; urgency=low * Initial release (Closes: #594749) -- Fernando Tarlá Cardoso Lemos Tue, 05 Oct 2010 22:30:53 -0300 debian/control0000644000000000000000000000253012136542402010570 0ustar Source: btag Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Fernando Tarlá Cardoso Lemos Build-Depends: cmake, debhelper (>= 8), dpkg-dev (>= 1.16.1), libboost-dev, libboost-filesystem-dev (>= 1.46.0), libtag1-dev, pkg-config Standards-Version: 3.9.3 Homepage: https://github.com/fernandotcl/btag Package: btag Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: interactive command-line based multimedia tag editor btag is an interactive utility for tagging multimedia files in batches. tries to automate most of the process by stripping away stray whitespace guessing the best capitalization style for the text fields and keeping state on the current album being tagged. . btag can change the capitalization of text fields even when those contain non-ASCII characters, relying on the standard library to perform the appropriate case conversions. It works on directories containing complete albums as well as on individual files. . All tag formats supported by TagLib should be supported by btag. This includes (among others) ID3v1 and ID3v2 tags found in MP3 files, Ogg Vorbis comments, ID3 tags and Vorbis comments in FLAC files. debian/rules0000755000000000000000000000076112136542364010260 0ustar #!/usr/bin/make -f # vi: ts=8 sw=8 noet DPKG_EXPORT_BUILDFLAGS = 1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all include /usr/share/dpkg/buildflags.mk # CMake doesn't use CPPFLAGS, so pass them to CFLAGS/CXXFLAGS to enable # missing (hardening) flags CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) EXTRA_CMAKE_FLAGS = ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) EXTRA_CMAKE_FLAGS = -DENABLE_TESTS=1 endif %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(EXTRA_CMAKE_FLAGS) debian/watch0000644000000000000000000000014512136542364010225 0ustar version=3 https://github.com/fernandotcl/btag/downloads /downloads/fernandotcl/btag/btag-(.*).tar.gz debian/compat0000644000000000000000000000000212136542364010372 0ustar 8