--- asterisk-prompt-de-2.0.orig/debian/compat +++ asterisk-prompt-de-2.0/debian/compat @@ -0,0 +1 @@ +5 --- asterisk-prompt-de-2.0.orig/debian/copyright +++ asterisk-prompt-de-2.0/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Simon Richter on +Thu, 29 Jul 2004 14:48:42 +0200. + +It was downloaded from http://www.stadt-pforzheim.de/asterisk/ + +Upstream Author: Beronet GmbH / 8hertz GmbH + +Copyright: + + 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; version 2 dated June, 1991. + + 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 systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- asterisk-prompt-de-2.0.orig/debian/rules +++ asterisk-prompt-de-2.0/debian/rules @@ -0,0 +1,50 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +configure: + +build: build-indep +build-arch: +build-indep: + +clean: + dh_testdir + dh_testroot + dh_clean + +install: install-indep +install-indep: + dh_testdir + dh_testroot + dh_clean -k + dh_install +install-arch: + +binary-indep: install-indep + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure --- asterisk-prompt-de-2.0.orig/debian/control +++ asterisk-prompt-de-2.0/debian/control @@ -0,0 +1,17 @@ +Source: asterisk-prompt-de +Section: comm +Priority: extra +Maintainer: Mario Joussen +Build-Depends: debhelper (>> 5.0.0) +Standards-Version: 3.7.2.2 + +Package: asterisk-prompt-de +Architecture: all +Depends: asterisk +Enhances: asterisk +Description: German voice prompts for the Asterisk PBX + These are German voice prompts for the Asterisk PBX, courtesy of the + German city of Pforzheim. + . + You need this package if you intend to run Asterisk and wish to support + German callers. --- asterisk-prompt-de-2.0.orig/debian/changelog +++ asterisk-prompt-de-2.0/debian/changelog @@ -0,0 +1,23 @@ +asterisk-prompt-de (2.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use new directory layout. (closes: #608228) + + -- Bastian Blank Thu, 05 Jul 2012 18:08:45 +0000 + +asterisk-prompt-de (2.0-1) unstable; urgency=low + + * New maintainer. + * New upstream release. + (closes: Bug#267760, Bug#355575) + * Made short package description clearer. + (closes: Bug#303431) + + -- Mario Joussen Sun, 26 Nov 2006 18:07:42 +0100 + +asterisk-prompt-de (1.0-1) unstable; urgency=low + + * Initial Release (Closes: #262033). + + -- Simon Richter Thu, 29 Jul 2004 14:48:42 +0200 + --- asterisk-prompt-de-2.0.orig/debian/preinst +++ asterisk-prompt-de-2.0/debian/preinst @@ -0,0 +1,11 @@ +#!/bin/sh + +if [ "$1" = "upgrade" -o "$1" = "install" -a "$2" != "" ]; then + SYMLINK=/usr/share/asterisk/sounds/digits/de + if [ -e $SYMLINK -a -L $SYMLINK ] ; then + rm -f $SYMLINK + fi +fi + +#DEBHELPER# + --- asterisk-prompt-de-2.0.orig/debian/asterisk-prompt-de.install +++ asterisk-prompt-de-2.0/debian/asterisk-prompt-de.install @@ -0,0 +1,4 @@ +var/lib/asterisk/sounds/de/*.gsm usr/share/asterisk/sounds/de +var/lib/asterisk/sounds/digits/de/*.gsm usr/share/asterisk/sounds/de/digits +var/lib/asterisk/sounds/letters/de/*.gsm usr/share/asterisk/sounds/de/letters +var/lib/asterisk/sounds/phonetic/de/*.gsm usr/share/asterisk/sounds/de/phonetic