Codebase list mussort / d040008
add debian/ Sascha Steinbiss 8 years ago
8 changed file(s) with 89 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 mussort (0.3-5) unstable; urgency=low
1
2 * d/control: VCS links, standards version
3
4 -- Sascha Steinbiss <satta@tetrinetsucht.de> Tue, 18 Nov 2014 19:47:07 +0000
5
6 mussort (0.3-4) unstable; urgency=low
7
8 * debian/control: fix VCS links
9
10 -- Sascha Steinbiss <satta@tetrinetsucht.de> Wed, 16 Jul 2014 22:09:32 +0100
11
12 mussort (0.3-3) unstable; urgency=low
13
14 * Update standards version to 3.9.5
15
16 -- Sascha Steinbiss <satta@tetrinetsucht.de> Wed, 14 May 2014 14:07:41 +0100
17
18 mussort (0.3-2) unstable; urgency=low
19
20 * Disable build rule to stay within pkg build dir (Closes: #728641)
21
22 -- Sascha Steinbiss <satta@tetrinetsucht.de> Tue, 05 Nov 2013 10:57:03 +0100
23
24 mussort (0.3-1) unstable; urgency=low
25
26 * Initial release (Closes: #719595)
27
28 -- Sascha Steinbiss <satta@tetrinetsucht.de> Tue, 13 Aug 2013 13:12:42 +0200
0 Source: mussort
1 Section: utils
2 Priority: extra
3 Maintainer: Sascha Steinbiss <satta@tetrinetsucht.de>
4 Build-Depends: debhelper (>= 9.0.0)
5 Standards-Version: 3.9.6
6 Homepage: http://random.zerodogg.org/mussort
7 Vcs-Browser: https://github.com/satta/debian-packages/tree/master/mussort
8 Vcs-Git: https://github.com/satta/debian-packages.git
9
10 Package: mussort
11 Architecture: all
12 Depends: ${shlibs:Depends}, ${misc:Depends}, id3v2, libogg-vorbis-header-pureperl-perl, libaudio-file-perl, libid3-dev, vorbis-tools
13 Description: simple tool that sorts a music collection
14 Mussort is a useful tool for keeping large music collections in shape. It
15 recursively searches a directory for MP3, Ogg Vorbis and FLAC files,
16 processing them one by one. It then reads the information from the file and
17 puts them into a newly sorted directory tree.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: mussort
2 Source: http://random.zerodogg.org/mussort
3
4 Files: *
5 Copyright: 2009 Eskild Hustvedt
6 License: GPL-3+
7 This program is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11 .
12 This package is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 .
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>.
19 .
20 On Debian systems, the complete text of the GNU General
21 Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
0 NEWS
1 TODO
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 %:
4 dh $@
5
6 override_dh_auto_build:
7 # pass
8
9 override_dh_auto_install:
10 make man
11 dh_auto_build -- prefix=debian/mussort/usr
0 3.0 (quilt)
0 version=3
1
2 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mussort-$1.tar.gz/ \
3 https://github.com/zerodogg/mussort/tags .*/v?(\d\S*)\.tar\.gz