debian/0000755000000000000000000000000011773532733007201 5ustar debian/control0000644000000000000000000000151111773532262010577 0ustar Source: mumudvb Section: video Priority: extra Maintainer: Stéphane Glondu Build-Depends: debhelper (>= 8), dvb-apps Standards-Version: 3.9.2 Homepage: http://mumudvb.braice.net/ Vcs-Browser: http://git.debian.org/?p=pkg-vdr-dvb/dvb/mumudvb.git Vcs-Git: git://git.debian.org/git/pkg-vdr-dvb/dvb/mumudvb.git Package: mumudvb Architecture: any Depends: adduser, dvb-apps, ${shlibs:Depends}, ${misc:Depends} Suggests: dvbtune Description: multicasts all channels of a DVB transponder on a network Mumudvb is a program that redistributes streams from DVB on a network using multicast. It is able to multicast a whole DVB transponder by assigning each channel a different multicast IP. It can operate Conditional Access Modules (CAM), and therefore works with encrypted streams. It has very low CPU and memory usage. debian/mumudvb.doc-base0000644000000000000000000000054611773532262012261 0ustar Document: mumudvb-doc Title: MuMuDVB Documentation Author: Brice Dubost Abstract: Manual and quickstart guides for MuMuDVB Section: TV and Radio Format: HTML Index: /usr/share/doc/mumudvb/html/index.html Files: /usr/share/doc/mumudvb/html/*.html Format: Text Index: /usr/share/doc/mumudvb/index.txt Files: /usr/share/doc/mumudvb/*.txt debian/source/0000755000000000000000000000000011773532262010476 5ustar debian/source/format0000644000000000000000000000001411773532262011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000220011773532262011123 0ustar Packaged-By: Brice Dubost Packaged-Date: Tue, 13 May 2008 20:32:34 +0200. Original-Source-Location: http://mumudvb.braice.net/ Upstream-Author: Brice Dubost Files: * Copyright: © 2004-2009 Brice Dubost © 2001-2002 Dave Chapman (for dvbstream parts) © 2000 Klaus Schmidinger (for libdvb parts) License: GPL-2+ This program 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 program 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. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-2'. Files: debian/* Copyright: © 2008 Brice Dubost © 2008-2009 Stéphane Glondu License: GPL-2+ debian/watch0000644000000000000000000000045711773532262010235 0ustar version=3 opts="uversionmangle=s/RC/~rc/" \ http://mumudvb.braice.net/mumudrupal/node/25 .*h=(\d[^;]*).* # The upstream git repository is available at: # http://mumudvbgit.braice.net/mumudvb # # There is also a gitweb instance available for browsing at: # http://gitweb.braice.net/gitweb?p=mumudvb debian/compat0000644000000000000000000000000211773532262010374 0ustar 8 debian/mumudvb.postrm0000644000000000000000000000212711773532262012125 0ustar #!/bin/sh # postrm script for mumudvb # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `remove' # * `purge' # * `upgrade' # * `failed-upgrade' # * `abort-install' # * `abort-install' # * `abort-upgrade' # * `disappear' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package # Some useful variables SYSTEM_USER="_mumudvb" SYSTEM_HOME="/var/run/mumudvb" case "$1" in purge) # Delete home (refused by deluser because in /var) rm -Rf $SYSTEM_HOME ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/rules0000755000000000000000000000052511773532262010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ .PHONY: override_dh_auto_build override_dh_auto_build: dh_auto_build cp scripts/debian/etc/init.d/mumudvb debian/mumudvb.init .PHONY: override_dh_installdocs override_dh_installdocs: dh_installdocs -XMakefile -X.8 -- doc/* debian/gbp.conf0000644000000000000000000000003611773532262010614 0ustar [DEFAULT] pristine-tar = True debian/mumudvb.postinst0000644000000000000000000000276411773532262012473 0ustar #!/bin/sh # postinst script for mumudvb # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `configure' # * `abort-upgrade' # * `abort-remove' `in-favour' # # * `abort-remove' # * `abort-deconfigure' `in-favour' # `removing' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package # Some useful variables SYSTEM_USER="_mumudvb" SYSTEM_HOME="/var/run/mumudvb" case "$1" in configure) adduser --system --home $SYSTEM_HOME \ --disabled-password --force-badname $SYSTEM_USER ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # Those using dependency based boot sequencing with sysv-rc and # installing mumudvb using version 1.5.4-1 and earlier would have the # wrong runlevel symlinks. Recover from this. if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "1.5.4-1" \ && [ -f /etc/rcS.d/S[0-9][0-9]mumudvb ] && [ ! -f /etc/rc2.d/S[0-9][0-9]mumudvb ] then update-rc.d -f mumudvb remove fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/mumudvb.default0000644000000000000000000000106111773532262012221 0ustar #Mumudvb init config file # # This file is used to specify the locations of mumudvb config files for each card # DONTSTARTMUMU=true #If you want to launch a command before mumudvb (for example for automatic configuration generation) #LAUNCH_BEFORE_MUMU="" #Options for mumudvb DAEMON_OPTS="" #The user to launch mumudvb DAEMONUSER=_mumudvb #Change this line to reflect your configuration #Ex : ADAPTERS="0 1 2 4" ADAPTERS="0" #Location of the config files #Ex : MUMUDVB_CONF_1="/etc/mumudvb/card1.conf" MUMUDVB_CONF_0="/etc/mumudvb/to_be_configured.conf" debian/mumudvb.manpages0000644000000000000000000000001611773532262012367 0ustar doc/mumudvb.8 debian/clean0000644000000000000000000000002411773532262010177 0ustar debian/mumudvb.init debian/changelog0000644000000000000000000000400511773532733011052 0ustar mumudvb (1.7.1-1) unstable; urgency=low * New upstream release - fix compatibility of SAP announces with VLC > 2.0.1 (Closes: #669276) * Upload to unstable -- Stéphane Glondu Sat, 30 Jun 2012 10:16:27 +0200 mumudvb (1.7-1) experimental; urgency=low * New upstream release (Closes: #659821) -- Stéphane Glondu Sat, 07 Apr 2012 11:48:38 +0200 mumudvb (1.6-2) unstable; urgency=low * Do not remove system user on purge (Closes: #656349) * Update debian/watch * Switch source package format to 3.0 (quilt) * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) -- Stéphane Glondu Fri, 20 Jan 2012 08:12:57 +0100 mumudvb (1.6-1) unstable; urgency=low * New upstream release * Use precompiled doc shipped by upstream tarball; remove build-dependency on asciidoc * Update watch file (upstream ships tarballs, now) -- Stéphane Glondu Sun, 18 Oct 2009 17:26:38 +0200 mumudvb (1.6~20090930-1) unstable; urgency=low * New upstream snapshot: - fix initscript header (Closes: #547215) * debian/control: - update my e-mail address and remove DMUA - add build-dependency to asciidoc, update debhelper's one - move to new section video - update Standards-Version to 3.8.3 * Remove broken get-orig-source debian/rules target * Put more details in debian/watch * Add doc-base registration file -- Stéphane Glondu Thu, 01 Oct 2009 10:54:17 +0200 mumudvb (1.5.4-1) unstable; urgency=low * New upstream release - add dependency to dvb-apps * Bump Standards-Version to 3.8.1 -- Stephane Glondu Sun, 22 Mar 2009 13:05:41 +0100 mumudvb (1.5.3-2) unstable; urgency=low * First upload to unstable -- Stephane Glondu Mon, 16 Feb 2009 00:43:24 +0100 mumudvb (1.5.3-1) experimental; urgency=low * Initial release (Closes: #481616) -- Stephane Glondu Tue, 09 Dec 2008 22:09:47 +0100