Codebase list music123 / efa737c
Mark autopkgtest as superficial (closes: #969847). Trivial style updates Debhelper 13 Standards-Version 4.5.1 Drop obsolete description paragraph. Pass build flags via the environment. Nicolas Boulenguez 2 years ago
4 changed file(s) with 10 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
11 Section: sound
22 Priority: optional
33 Build-Depends:
4 debhelper-compat (= 12),
4 debhelper-compat (= 13),
55 gettext,
66 gnat,
77 Maintainer: Nicolas Boulenguez <nicolas@debian.org>
88 Uploaders: Xavier Grave <xavier.grave@csnsm.in2p3.fr>
99 Vcs-Browser: https://salsa.debian.org/debian/music123
1010 Vcs-Git: https://salsa.debian.org/debian/music123.git
11 Standards-Version: 4.5.0
11 Standards-Version: 4.5.1
1212 Rules-Requires-Root: no
1313
1414 Package: music123
1515 Architecture: any
1616 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Recommends: alsa-utils [linux-any], mpg321 | mpg123, vorbis-tools
17 Recommends:
18 alsa-utils [linux-any],
19 mpg321 | mpg123,
20 vorbis-tools,
1821 Description: Command-line shell for sound-file players
1922 A command-line shell for programs like mpg123 and ogg123, music123
2023 plays a variety of sound files using a mpg123/ogg123-like interface.
2124 With all the Recommends installed, music123 plays wav, mp3 and
2225 ogg files. By simply changing the config file, music123 can play any
2326 sound file you have a player for.
24 .
25 (If you install a recent version of vorbis-tools, music123 will
26 handle Ogg Flac and Ogg Speex files too.)
22 Files: *
33 Copyright: 2001-2009 David Starner <dvdeug@debian.org>
44 2009-2015 Xavier Grave <xavier.grave@csnsm.in2p3.fr>
5 2014-2020 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
5 2014-2021 Nicolas Boulenguez <nicolas@debian.org>
66 License: Expat
77 Permission is hereby granted, free of charge, to any person obtaining a
88 copy of this software and associated documentation files (the "Software"),
00 #!/usr/bin/make -f
11
22 GNAT_VERSION := $(shell gnatgcc -dumpversion)
3 DPKG_EXPORT_BUILDFLAGS := 1
34 DEB_BUILD_MAINT_OPTIONS := hardening=+all
45 include /usr/share/dpkg/buildflags.mk
56 include /usr/share/ada/debian_packaging-$(GNAT_VERSION).mk
910
1011 .PHONY: override_dh_auto_build
1112 override_dh_auto_build:
12 dh_auto_build -- $(foreach v,ADAFLAGS BUILDER_OPTIONS LDFLAGS,'$(v)=$($(v))')
13 dh_auto_build -- 'BUILDER_OPTIONS=$(BUILDER_OPTIONS)'
00 Test-Command: music123 -h
1 Restrictions: superficial