debian/0000755000000000000000000000000011412206401007155 5ustar debian/changelog0000644000000000000000000000024511412206337011040 0ustar asterisk-moh-opsound (2.03-1) unstable; urgency=low * Initial release. (Closes: #571167) -- Tzafrir Cohen Sat, 19 Jun 2010 21:39:48 +0300 debian/watch0000644000000000000000000000045611412202122010207 0ustar version=3 # BIG NOTE: this watch file should only be used for testing of a new version # Use './debian/rules get-orig-source' to generate the unified tarball opts=dversionmangle=s/\-gsm//; \ http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-gsm-(.*)\.tar\.gz\ debian debian/source/0000755000000000000000000000000011412206342010461 5ustar debian/source/format0000644000000000000000000000001411412202122011657 0ustar 3.0 (quilt) debian/asterisk-moh-opsound-gsm.install0000644000000000000000000000004211412202122015414 0ustar gsm/*.gsm usr/share/asterisk/moh/ debian/compat0000644000000000000000000000000211412202122010347 0ustar 7 debian/asterisk-moh-opsound-g722.install0000644000000000000000000000004411412202122015311 0ustar g722/*.g722 usr/share/asterisk/moh/ debian/asterisk-moh-opsound-wav.install0000644000000000000000000000004211412202122015423 0ustar wav/*.wav usr/share/asterisk/moh/ debian/control0000644000000000000000000000341011412202122010552 0ustar Source: asterisk-moh-opsound Section: comm Priority: extra Maintainer: Debian VoIP Team Uploaders: Tzafrir Cohen Build-Depends: debhelper (>= 7) Standards-Version: 3.8.4 Homepage: http://www.asterisk.org/ Package: asterisk-moh-opsound-g722 Architecture: all Depends: ${misc:Depends} Description: asterisk extra sound files - English/g722 Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files in raw G.722 format (mildly compressed wide-band codec). Package: asterisk-moh-opsound-gsm Architecture: all Depends: ${misc:Depends} Description: asterisk extra sound files - English/gsm Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files in raw gsm-fr format (Compressed. Takes relatively little space. playable with sox). Package: asterisk-moh-opsound-wav Architecture: all Depends: ${misc:Depends} Description: asterisk extra sound files - English/wav Asterisk is an Open Source PBX and telephony toolkit. It is, in a sense, middleware between Internet and telephony channels on the bottom, and Internet and telephony applications at the top. . Asterisk includes a set of standard sound files in various formats. This package contains several "on-hold" music files WAV format (8Khz, mono). debian/rules0000755000000000000000000000203711412202122010233 0ustar #!/usr/bin/make -f BASE_URL=http://downloads.asterisk.org/pub/telephony/sounds/releases/ PACKAGE=$(shell sed -e '2,$$d' -e 's/ .*//' debian/changelog) VERSION=$(shell sed -e '2,$$d' -e 's/^[^(]*(\([^-]*\)-.*)*)*/\1/' debian/changelog) TMPDIR=tmp FORMATS=gsm g722 wav TARGET_DIR=. PKGNAME=$(PACKAGE)-$(VERSION) PKGDIR=$(TMPDIR)/$(PKGNAME) %: dh $@ print-version: @echo package: $(PACKAGE) @echo version: $(VERSION) get-orig-source: rm -rf $(PKGDIR) mkdir -p $(PKGDIR) set -e ; \ cd $(TMPDIR); for format in $(FORMATS); do \ tarball="$(PACKAGE)-$$format-$(VERSION).tar.gz"; \ wget -q -c $(BASE_URL)/$$tarball; \ mkdir $(PKGNAME)/$$format; \ cd $(PKGNAME)/$$format; \ tar xzf ../../$$tarball; \ cd ../..; \ done # Remove tarballs: only after a successful download: set -e ; \ cd $(TMPDIR); for format in $(FORMATS); do \ tarball="$(PACKAGE)-$$format-$(VERSION).tar.gz"; \ $(RM) -f $$tarball; \ done tar czf $(TARGET_DIR)/$(PACKAGE)_$(VERSION).orig.tar.gz \ -C $(TMPDIR) $(PACKAGE)-$(VERSION) rm -rf $(TMPDIR) debian/copyright0000644000000000000000000000437511412205612011124 0ustar Files were downloaded from: http://downloads.asterisk.org/pub/telephony/sounds/ Files macroform-cold_day, macroform-robot_dity, macroform-the_simplicity: Copyright (C) 2009 Paul Shuler (Macroform) Files manolo_camp-morning_coffe: Copyright (C) 2009 Manolo Camp Files reno_project-system: Copyright (C) 2008 Reno Project These files are distributed under the Creative Commons Attribution-ShareAlike 3.0 license through explicit permission from their authors. Credits for music included in this package ------------------------------------------ macroform-cold_day - Paul Shuler (Macroform) paulshuler@gmail.com - http://macroform.bandcamp.com/ macroform-robot_dity - Paul Shuler (Macroform) paulshuler@gmail.com - http://macroform.bandcamp.com/ macroform-the_simplicity - Paul Shuler (Macroform) paulshuler@gmail.com - http://macroform.bandcamp.com/ manolo_camp-morning_coffee - Manolo Camp beatbastard@gmx.net - http://ccmixter.org/people/ManoloCamp reno_project-system - Reno Project renoproject@hotmail.com - http://www.jamendo.com/en/album/23661 These files are distributed under the Creative Commons Attribution-ShareAlike 3.0 license through explicit permission from their authors. The license can be found at: http://creativecommons.org/licenses/by-sa/3.0/ Debian packaging is: Copyright (c) 2010, Tzafrir Cohen This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package 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 General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'.