debian/0000775000000000000000000000000012266473173007203 5ustar debian/rules0000775000000000000000000000352512266473122010262 0ustar #!/usr/bin/make -f # Perl code to figure out the current version and the next "potential" version DPKG_VERSION ?= $(shell head -n 1 debian/changelog | cut -f 2 -d '(' | cut -f 1 -d ')') PKG_VERSION ?= $(shell echo $(DPKG_VERSION) | cut -f 1 -d '-' | cut -f 1-3 -d '.') NEXT_PKG_VERSION ?= $(shell echo $(PKG_VERSION) | perl -e '$$_=<>;/\.(\d+)$$/;$$a=$$1+1;s/\.(\d+)$$/.$$a/;print;') # Hard-code some values for the above, as we make an assumption that the # XSP and mod-mono versions match (which they don't today) PKG_VERSION = 2.10 NEXT_PKG_VERSION = 2.10.1 MAKEFILE = $(firstword $(MAKEFILE_LIST)) DEBIAN_DIR = $(dir $(MAKEFILE)) SOURCE_DIR = $(DEBIAN_DIR)/.. DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2) DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2) VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//') override_dh_install: dh_install # Install a Debian version of the AutoConfiguration stuff that fits # with the apache2 a2{en,dis}mod stuff. We use the existing version # because of the autoconf substitutions. grep LoadModule debian/libapache2-mod-mono/etc/apache2/mod_mono.conf \ > debian/libapache2-mod-mono/etc/apache2/mods-available/mod_mono_auto.load chmod 0644 debian/libapache2-mod-mono/etc/apache2/mods-available/mod_mono_auto.load rm -f debian/libapache2-mod-mono/etc/apache2/mod_mono.conf override_dh_gencontrol: dh_gencontrol -- \ -Vcurrent-version=3.0.11 -Vnext-version=3.0.11.1 # -Vcurrent-version=$(PKG_VERSION) -Vnext-version=$(NEXT_PKG_VERSION) get-orig-source: uscan \ --package $(DEB_SOURCE_NAME) \ --watchfile $(DEBIAN_DIR)/watch \ --upstream-version $(VERSION) \ --download-version $(VERSION) \ --destdir ./ \ --force-download \ --rename %: dh $@ --with apache2,autoreconf debian/libapache2-mod-mono.install0000664000000000000000000000023512236536710014302 0ustar debian/mod_mono.load /etc/apache2/mods-available/ debian/mod_mono.conf /etc/apache2/mods-available/ debian/mod_mono_auto.conf /etc/apache2/mods-available/ debian/mod_mono.load0000664000000000000000000000007412236536710011646 0ustar LoadModule mono_module /usr/lib/apache2/modules/mod_mono.so debian/watch0000664000000000000000000000012212236536710010221 0ustar version=2 http://ftp.novell.com/pub/mono/sources/mod_mono/mod_mono-(.*)\.tar\.bz2 debian/mod_mono.conf0000664000000000000000000000072612236536710011660 0ustar AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx DirectoryIndex index.aspx # Include the web application definitions generated by mono-server{2,4}-update. # # If you want to use ASP.NET 2.0 (via mono-apache-server2), use: # Include /etc/mono-server2/mono-server2-hosts.conf # # If you want to use ASP.NET 4.0 (via mono-apache-server4), use: # Include /etc/mono-server4/mono-server4-hosts.conf Include /etc/mono-server4/mono-server4-hosts.conf debian/copyright0000664000000000000000000000112112236536710011123 0ustar This package was debianized by Dylan R. E. Moonfire on Wed, 07 Dec 2005 09:52:51 -0600. It was downloaded from: http://www.mono-project.com/ Upstream authors: Daniel Lopez Ridruejo Gonzalo Paniagua Javuer Copyright: (c) 2002 Daniel Lopez Ridruejo (c) 2002-2006 Novell, Inc. License: mod-mono is free software; you can redistribute it and/or modify it under the terms of the Apache 2.0 license. On Debian systems, the complete text of the Apache 2.0 License can be found in /usr/share/common-licenses/Apache-2.0 debian/TODO0000664000000000000000000000165412236536710007673 0ustar TODO for mod-mono ----------------- * Look for beta testers :) If you are a prospective beta tester, these are some of the things that should be tested: - Install on Apache 1.3 and Apache 2.2. - Systems with a single Apache host and a single mod_mono application. - Systems with multiple virtual hosts and multiple mod_mono applications. - Userdir support -- allow people to install ASP.NET applications in their public_html directory. - Test with different Apache 2.2 threading models. - How well does Apache 1.3/2.2 manage to reload its config with mod_mono activated (for example, mod_python will sometimes result in apache 2.0 freezing upon reload). - Installation alongside other Apache modules (php, mod_perl, mod_python, ...). - Anything else you can think of, particularly related to the Debian packaging. Of course, bugs in mod_mono itself are also welcome, and they will be communicated upstream. debian/libapache2-mod-mono.dirs0000664000000000000000000000015612236536710013577 0ustar etc etc/apache2 etc/apache2/conf.d etc/apache2/mods-available usr/lib usr/lib/apache2 usr/lib/apache2/modules debian/source/0000775000000000000000000000000012236536710010475 5ustar debian/source/format0000664000000000000000000000001412236536710011703 0ustar 3.0 (quilt) debian/po/0000775000000000000000000000000012236536710007613 5ustar debian/po/tr.po0000664000000000000000000000306312236536710010602 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Mert Dirik , 2008. # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2008-06-19 14:11+0200\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian L10n Turkish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Turkish\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Kullanılacak Mono sunucusu:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #, fuzzy #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server : implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "\"libapache2-mod-mono\" modülü 2 farklı Mono ASP.NET arka ucundan biriyle " "kullanılabilir:\n" " - mod-mono-server2: ASP.NET 2.0 özelliklerini destekler;\n" " - mod-mono-server4: ASP.NET 4.0 özelliklerini destekler." debian/po/vi.po0000664000000000000000000000307612236536710010577 0ustar # Vietnamese translation for Mod-Mono. # Copyright © 2007 Free Software Foundation, Inc. # Clytie Siddall , 2007 # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2007-07-26 23:31+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7.1b\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Máy phục vụ Mono cần dùng:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #, fuzzy #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server : implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Mô-đun libapache2-mod-mono có thể chạy với một của hai hậu phương ASP.NET " "Mono:\n" " • mod-mono-server2\t\tthực hiện các tính năng ASP.NET 2.0;\n" " • mod-mono-server4\t\tthực hiện các tính năng ASP.NET 4.0." debian/po/ru.po0000664000000000000000000000350312236536710010602 0ustar # translation of ru.po to Russian # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the mod-mono package. # # Yuri Kozlov , 2007. # Yuri Kozlov , 2009, 2011. msgid "" msgstr "" "Project-Id-Version: mod-mono 2.10-1\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-03 14:38+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Используемый сервер Mono:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Модуль libapache2-mod-mono можно использовать с одним из двух различных " "серверов Mono ASP.NET:\n" " - mod-mono-server2: реализует возможности ASP.NET 2.0;\n" " - mod-mono-server4: реализует возможности ASP.NET 4.0." debian/po/POTFILES.in0000664000000000000000000000007012236536710011365 0ustar [type: gettext/rfc822deb] libapache2-mod-mono.templates debian/po/gl.po0000664000000000000000000000323612236536710010561 0ustar # Galician translation of mod-mono's debconf templates # This file is distributed under the same license as the mod-mono package. # # Jacobo Tarrio , 2007. # Marce Villarino , 2009. # Miguel Anxo Bouzada , 2011. msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-03 12:52+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Servidor Mono a empregar:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Pódese empregar o módulo libapache2-mod-mono cun dos dous diferentes motores ASP.NET de Mono:\n" " - mod-mono-server2: implementa as características de ASP.NET 2.0;\n" " - mod-mono-server4: implementa as características de ASP.NET 4.0." debian/po/fr.po0000664000000000000000000000317012236536710010563 0ustar # translation of mod-mono debconf templates to French # This file is licensed under the same license as the mod-mono package # # Copyright: Christian Perrier , 2006, 2007. # Christian Perrier , 2009, 2011. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-03 15:51+0200\n" "Last-Translator: Christian Perrier \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Serveur Mono à utiliser :" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Le module libapache2-mod-mono peut être utilisé avec deux modes différents " "de gestion de ASP.NET :\n" " - mod-mono-server2 : compatible avec ASP.NET 2.0 ;\n" " - mod-mono-server4 : compatible avec ASP.NET 4.0." debian/po/ta.po0000664000000000000000000000354612236536710010567 0ustar # translation of modmono.po to TAMIL # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Dr.T.Vasudevan , 2007. msgid "" msgstr "" "Project-Id-Version: modmono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2007-07-23 21:34+0530\n" "Last-Translator: Dr.T.Vasudevan \n" "Language-Team: TAMIL \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "பயன்படுத்தவேண்டிய மோனோ சேவையகம்." #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #, fuzzy #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server : implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "libapache2-mod-mono கூறை இரண்டு வெவ்வேறு மோனோ ASP.NET பின்புலத்துடன் " "பயன்படுத்தலாம்:\n" " - mod-mono-server2: ASP.NET 2.0 சிறப்பு அம்சங்களை செயல்படுத்துகிறது.;\n" " - mod-mono-server4: ASP.NET 4.0 சிறப்பு அம்சங்களை செயல்படுத்துகிறது.." debian/po/es.po0000664000000000000000000000525512236536710010571 0ustar # mod-mono po-debconf translation to Spanish # Copyright (C) 2007, 2009, 2011 Software in the Public Interest, SPI Inc. # This file is distributed under the same license as the mod-mono package. # # Changes: # - Initial translation # Steve Lord Flaubert , 2007 # # - Updates # Francisco Javier Cuadrado , 2009, 2011 # # Traductores, si no conocen el formato PO, merece la pena leer la # documentación de gettext, especialmente las secciones dedicadas a este # formato, por ejemplo ejecutando: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Equipo de traducción al español, por favor lean antes de traducir # los siguientes documentos: # # - El proyecto de traducción de Debian al español # http://www.debian.org/intl/spanish/ # especialmente las notas y normas de traducción en # http://www.debian.org/intl/spanish/notas # # - La guía de traducción de po's de debconf: # /usr/share/doc/po-debconf/README-trans # o http://www.debian.org/intl/l10n/po-debconf/README-trans # msgid "" msgstr "" "Project-Id-Version: mod-mono 2.10-1\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-04 20:46+0100\n" "Last-Translator: Francisco Javier Cuadrado \n" "Language-Team: Debian l10n Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Servidor Mono a utilizar:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "El módulo «libapache2-mod-mono» se puede utilizar con uno de los dos motores distintos de Mono ASP.NET:\n" " - «mod-mono-server2»: Implementa las funcionalidades de ASP.NET 2.0.\n" " - «mod-mono-server4»: Implementa las funcionalidades de ASP.NET 4.0." #~ msgid "Activate module?" #~ msgstr "¿Desea activar el módulo?" #~ msgid "If this is true, then the module will be activated as apache starts." #~ msgstr "Si está activado, el módulo se activará al inicio de apache." debian/po/ja.po0000664000000000000000000000233112236536710010544 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-03-21 08:00+0900\n" "Last-Translator: Kenshi Muto \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "利用する Mono サーバ:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "libapache2-mod-mono モジュールは 2 つの異なる Mono ASP.NET バックエンドのどち" "らかと共に利用できます:\n" " - mod-mono-server2: ASP.NET 2.0 機能の実装。\n" " - mod-mono-server4: ASP.NET 4.0 機能の実装。" debian/po/fi.po0000664000000000000000000000236212236536710010554 0ustar # Esko Arajärvi , 2011. msgid "" msgstr "" "Project-Id-Version: mod-mono_1.2.5-2\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-05 22:31+0300\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: debian-10n-finnish@lists.debian.org\n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.6.1\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: Finland\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Käytettävä Mono-palvelin:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Moduulia libapache2-mod-mono voidaan käyttää kahden eri Mono ASP.NET " "-taustaosan kanssa:\n" " - mod-mono-server2: toteuttaa ASP.NET 2.0 -ominaisuudet\n" " - mod-mono-server4: toteuttaa ASP.NET 4.0 -ominaisuudet" debian/po/pt.po0000664000000000000000000000352112236536710010577 0ustar # Portuguese translation for mod-mono's debconf messages # Copyright (C) 2007 Miguel Figueiredo # This file is distributed under the same license as the mod-mono package. # Miguel Figueiredo , 2007-2011. # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-03 12:27+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Servidor mono a utilizar:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "O módulo libapache2-mod-mono pode ser utilizado com um de dois diferentes " "backends Mono de ASP.NET:\n" " - mod-mono-server2: implementa funcionalidades ASP.NET 2.0;\n" " - mod-mono-server4: implementa funcionalidades ASP.NET 4.0." #~ msgid "Use mono-server:" #~ msgstr "Usar o mono-server:" #~ msgid "Activate module?" #~ msgstr "Activar o módulo?" #~ msgid "If this is true, then the module will be activated as apache starts." #~ msgstr "" #~ "Se isto é verdade, então o módulo será activado assim que o apache " #~ "iniciar." debian/po/templates.pot0000664000000000000000000000200212236536710012327 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" debian/po/eu.po0000664000000000000000000000341512236536710010567 0ustar # translation of mod-mono_2.10-1_eu.po to Basque # Piarres Beobide , 2007, 2009. # Iñaki Larrañaga Murgoitio , 2009, 2011. # translation of mod-mono_eu.po to # translation of mod-mono to Euskara # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. msgid "" msgstr "" "Project-Id-Version: mod-mono_2.10-1_eu\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-07 15:30+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" "Language-Team: Basque \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n\n" "X-Generator: KBabel 1.11.4\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Mono zerbitzaria:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "'libapache2-mod-mono' modulua Mono ASP.NET motor desberdinetako batekin " "erabili daiteke:\n" " - mod-mono-server2: ASP.NET 2.0 eginbideak inplementatzen ditu;\n" " - mod-mono-server4: ASP.NET 4.0 eginbideak inplementatzen ditu." debian/po/de.po0000664000000000000000000000326612236536710010552 0ustar # German translation of mod-mono templates # Alwin Meschede , 2006. # Helge Kreutzmann , 2007, 2009, 2011. # This file is distributed under the same license as the mod-mono package. # msgid "" msgstr "" "Project-Id-Version: mod-mono 2.10-1\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-03 12:16+0200\n" "Last-Translator: Helge Kreutzmann \n" "Language-Team: german \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Mono-Server, der verwendet werden soll:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Das Modul libapache2-mod-mono kann mit einem von zwei verschiedenen Mono-ASP." "NET-Backends verwendet werden:\n" " - mod-mono-server2: implementiert ASP.NET 2.0-Funktionen\n" " - mod-mono-server4: implementiert ASP.NET 4.0-Funktionen" #~ msgid "Use mono-server:" #~ msgstr "Verwende Mono-Server:" #~ msgid "Activate module?" #~ msgstr "Modul aktivieren?" #~ msgid "If this is true, then the module will be activated as apache starts." #~ msgstr "" #~ "Falls Sie hier zustimmen, wird das Modul aktiviert, wenn Apache gestartet " #~ "wird." debian/po/sv.po0000664000000000000000000000317012236536710010604 0ustar # translation of mod-mono debconf messages to swedish # Copyright (C) 2008, 2009, 2011 Martin Bagge # This file is distributed under the same license as the mod-mono package. # # Martin Bagge Martin Bagge , 2008, 2009. msgid "" msgstr "" "Project-Id-Version: mod-mono_sv\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-20 00:21+0100\n" "Last-Translator: Martin Bagge / brother \n" "Language-Team: swedish \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Swedish\n" "X-Poedit-Country: Sweden\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Mono-server som ska användas:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Modulen libapache2-mod-mono kan användas med en av två olika Mono ASP.NET-" "bakdelarna:\n" " - mod-mono-server2: funktioner motsvarande ASP.NET 2.0\n" " - mod-mono-server4: funktioner motsvarande ASP.NET 4.0" debian/po/nl.po0000664000000000000000000000343012236536710010564 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2007-07-31 09:29+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Te gebruiken mono-server:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #, fuzzy #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server : implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "De module libapache2-mod-mono kan 2 verschillende Mono ASP.Net backends " "gebruiken:\n" " - mod-mono-server2: implementeert ASP.NET 2.0 features;\n" " - mod-mono-server4: implementeert ASP.NET 4.0 features." #~ msgid "Activate module?" #~ msgstr "Wilt u de module activeren?" #~ msgid "If this is true, then the module will be activated as apache starts." #~ msgstr "" #~ "Als u dit aanvaard wordt deze module geactiveerd wanneer apache gestart " #~ "wordt." debian/po/it.po0000664000000000000000000000311212236536710010564 0ustar # Italian (it) translation of debconf templates for mod-mono # Copyright (C) 2006 Software in the Public Interest # This file is distributed under the same license as the mod-mono package. # Luca Monducci , 2006 - 2009. # msgid "" msgstr "" "Project-Id-Version: mod-mono 2.4.2 italian debconf templates\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2009-08-09 10:48+0200\n" "Last-Translator: Luca Monducci \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Server mono da utilizzare:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #, fuzzy #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Il modulo libapache2-mod-mono può essere usato con uno dei due diversi " "backend di Mono ASP.NET:\n" " - mod-mono-server2: implementa le funzioni di ASP.NET 2.0;\n" " - mod-mono-server4: implementa le funzioni di ASP.NET 4.0." debian/po/cs.po0000664000000000000000000000342412236536710010563 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: mod-mono\n" "Report-Msgid-Bugs-To: mod-mono@packages.debian.org\n" "POT-Creation-Date: 2011-03-20 23:00+0000\n" "PO-Revision-Date: 2011-04-09 12:16+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 msgid "Mono server to use:" msgstr "Mono server, který se má použít:" #. Type: select #. Description #: ../libapache2-mod-mono.templates:2001 #| msgid "" #| "The libapache2-mod-mono module can be used with one of two different Mono " #| "ASP.NET backends:\n" #| " - mod-mono-server1: implements ASP.NET 1.1 features;\n" #| " - mod-mono-server2: implements ASP.NET 2.0 features." msgid "" "The libapache2-mod-mono module can be used with one of two different Mono " "ASP.NET backends:\n" " - mod-mono-server2: implements ASP.NET 2.0 features;\n" " - mod-mono-server4: implements ASP.NET 4.0 features." msgstr "" "Modul libapache2-mod-mono se dá použít s různými backendy pro Mono ASP.NET:\n" " - mod-mono-server2: implementuje ASP.NET 2.0;\n" " - mod-mono-server4: implementuje ASP.NET 4.0." debian/libapache2-mod-mono.config0000664000000000000000000000341512236536710014104 0ustar #!/bin/bash -e . /usr/share/debconf/confmodule db_version 2.0 db_capb backup db_title Apache 2.2 mod-mono tempfile=`/bin/tempfile` # Figure out which module we want to connect to USE_MONO_SERVER=none if [ -x /usr/bin/mod-mono-server2 ]; then USE_MONO_SERVER=mod-mono-server2 fi if [ -x /usr/bin/mod-mono-server4 ]; then if [ -x /usr/bin/mod-mono-server2 ]; then USE_MONO_SERVER=ask else USE_MONO_SERVER=mod-mono-server4 fi fi # See if we need to ask questions if [ "x$USE_MONO_SERVER" = "xask" ]; then # Loop until we get a proper response STATE=1 while [ "$STATE" != 0 -a "$STATE" != 2 ]; do case "$STATE" in 1) db_input medium libapache2-mod-mono/mono-server || true if db_go; then db_get libapache2-mod-mono/mono-server || true USE_MONO_SERVER=$RET STATE=2 else STATE=0 fi ;; esac done if [ "$STATE" = 0 ]; then exit 1 fi fi # Change the includes as appropriate MONO_CONF=/etc/apache2/mods-available/mod_mono.conf # Exit without an error if the user has deleted their config for some reason # We can't merely create a new config here, as it breaks conffile tracking if [ ! -e "$MONO_CONF" ]; then exit 0 fi case "$USE_MONO_SERVER" in none) # Can't find anything echo "Either mono-apache-server2 or mono-apache-server4 needs " echo "to be installed." exit 1 ;; mod-mono-server2) echo "Using mono-apache-server2..." sed 's@^Include.*$@Include /etc/mono-server2/mono-server2-hosts.conf@' \ < $MONO_CONF > $tempfile cp -f $tempfile $MONO_CONF rm -f $tempfile ;; mod-mono-server4) echo "Using mono-apache-server4..." sed 's@^Include.*$@Include /etc/mono-server4/mono-server4-hosts.conf@'\ < $MONO_CONF > $tempfile cp -f $tempfile $MONO_CONF rm -f $tempfile ;; esac debian/libapache2-mod-mono.README.Debian0000664000000000000000000000076612236536710014763 0ustar As of mod-mono 1.1.10, there are two ways of configuring mod-mono. The first is to use the pseduo-automatic configuration that Debian uses and the second is to use the zero-configuration version. These are implemented as two different modules for Apache 2. To use the older-style, use the "mod_mono" module to install it. # a2enmod mod_mono To use the auto-configuration, use "mod_mono_auto". # a2enmod mod_mono_auto If both are enabled, the behavior is undefined (and probably doesn't work). debian/patches/0000775000000000000000000000000012236536710010624 5ustar debian/patches/dont_use_sigpwr_on_kfreebsd.patch0000664000000000000000000000104012236536710017414 0ustar Index: mod-mono-2.4.2/src/mod_mono.c =================================================================== --- mod-mono-2.4.2.orig/src/mod_mono.c 2009-12-15 23:26:41.000000000 +0000 +++ mod-mono-2.4.2/src/mod_mono.c 2009-12-15 23:27:07.000000000 +0000 @@ -1772,7 +1772,10 @@ /* Unblock signals Mono uses: see bug #472732 */ sigemptyset (&sigset); +#ifdef SIGPWR + /* SIGPWR signal does not exist on GNU/kFreeBSD */ sigaddset (&sigset, SIGPWR); +#endif sigaddset (&sigset, SIGXCPU); sigaddset (&sigset, 33); sigaddset (&sigset, 35); debian/patches/series0000664000000000000000000000004312236536710012036 0ustar #dont_use_sigpwr_on_kfreebsd.patch debian/compat0000664000000000000000000000000212236536710010373 0ustar 7 debian/README.Debian0000664000000000000000000000214412236536710011237 0ustar mod_mono for Debian -------------------- mod_mono is a module for Apache that allows you to run ASP.NET applications in Apache. The module is available for both Apache 1.3 and Apache 2.2. libapache-mod-mono contains the mod_mono module for Apache 1.3. libapache2-mod-mono contains the mod_mono module for Apache 2.2. mod_mono depends on mod-mono-server, because mod_mono needs a socket to be connected, and mod-mono-server provides that socket. If you want to use Apache as your webserver to run ASP.NET applications and want to test your own application, I suggest you to add a new alias in /etc/apache/conf.d/mod_mono.conf (Apache 1.3) or /etc/apache2/conf.d/mod_mono.conf (Apache 2.2) and read the README.Debian of mod-mono-server. -- Pablo Fischer , Sat, 28 Feb 2004 14:55:56 -0600 For XSP 2, you'll need to edit file to point to /etc/mono-server2/ instead of /etc/mono-server2. For Apache 2, this can be found in /etc/apache2/conf.d/mod_mono.conf while Apache 1.3 is located at /etc/apache/conf.d/mod_mono.conf. -- Dylan R. E. Moonfire Tue, 06 Sep 2005 10:22:39 -0500 debian/libapache2-mod-mono.templates0000664000000000000000000000125012236536710014630 0ustar # These templates have been reviewed by the debian-l10n-english # team # # If modifications/additions/rewording are needed, please ask # debian-l10n-english@lists.debian.org for advice. # # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. Template: libapache2-mod-mono/mono-server Type: select Choices: mod-mono-server2, mod-mono-server4 Default: mod-mono-server4 _Description: Mono server to use: The libapache2-mod-mono module can be used with one of two different Mono ASP.NET backends: - mod-mono-server2: implements ASP.NET 2.0 features; - mod-mono-server4: implements ASP.NET 4.0 features. debian/docs0000664000000000000000000000001412236536710010043 0ustar NEWS README debian/libapache2-mod-mono.postinst0000664000000000000000000000016312236536710014517 0ustar #!/bin/sh -e # Set up the environment set -e . /usr/share/debconf/confmodule db_version 2.0 #DEBHELPER# exit 0 debian/changelog0000664000000000000000000005161212266473167011065 0ustar mod-mono (2.11+git20130708.6b73e85-4ubuntu1) trusty; urgency=medium * Build using dh-autoreconf. -- Matthias Klose Sat, 18 Jan 2014 13:41:05 +0100 mod-mono (2.11+git20130708.6b73e85-4) unstable; urgency=low * [e37d95d] Version mono-runtime dependency to vaguely match XSP/mod_mono -- Jo Shields Wed, 06 Nov 2013 22:08:46 +0000 mod-mono (2.11+git20130708.6b73e85-3) unstable; urgency=low * [bb502f8] Updated Japanese translation. Thanks to victory (Closes: #717704) * [3a88e58] Work around misalignment of version numbers between xsp and mod-mono (Closes: #716896) -- Jo Shields Tue, 08 Oct 2013 18:01:13 +0200 mod-mono (2.11+git20130708.6b73e85-2) unstable; urgency=low * Use dh_apache2 and drop apache2.4-common dependency (Closes: #666836). -- Colin Watson Wed, 10 Jul 2013 11:14:53 +0100 mod-mono (2.11+git20130708.6b73e85-1) unstable; urgency=low * [b41e546] Imported Upstream version 2.11+git20130708.6b73e85 (Closes: #666836) * [aa892a9] Fix up package dependencies for Apache 2.4 -- Jo Shields Tue, 09 Jul 2013 22:59:45 +0100 mod-mono (2.10-3) unstable; urgency=low * [07fb0a9] Add a build-dependency on mono-runtime as a cheap way to ensure that this package can only be built on architectures with Mono (Closes: #657800) -- Jo Shields Mon, 30 Jan 2012 20:26:02 +0000 mod-mono (2.10-2) unstable; urgency=low * Upload to Unstable -- Jo Shields Fri, 20 Jan 2012 10:35:05 +0000 mod-mono (2.10-1) experimental; urgency=low * [416f2fa] Imported Upstream version 2.10 * [eaf9d4a] Bump package dependencies to look for 4.0 and 2.0 versions of ASP.NET support, not 2.0 and 1.0 * [850d4d6] Bump package dependencies in debian/rules to the latest XSP version * [8fe987d] Stop repackaging .tar.bz2 sources as .tar.gz - it's 2011 and we have amazing new archive format powers * [1ec2fe6] Switch to Debian source format 3.0 * [9c83896] Convert packaging to Debhelper 7, and clean up debian/rules significantly * [70e9b24] Finish changes to debian/control for binary version requirements * [37d465f] Update config script to 2.0/4.0 versions of ASP.NET backend * [96f7690] Update debconf templates and translations to offer 2.0/4.0 rather than 1.1/2.0 * [750d2c3] Ensure we disable both possible versions of mod_mono when removing the package, otherwise mod_mono_auto might be kept * [7161553] No longer force a build-depends on Quilt, since it's handled at the dpkg level with Debian source format 3.0 * [c2106e0] Bump Standards to 3.9.1 * [7729138] Don't use Debhelper Quilt rule anymore * [1ceb779] Version our debhelper requirement, since we use overrides * [7658daf] Updated German translation. Thanks to Helge Kreutzmann. (Closes: #620653) * [f7c5cf8] Updated Russian translation. Thanks to Yuri Kozlov. (Closes: #620654) * [d064926] Updated Galician translation. Thanks to Miguel Bouzada. * [e68dc09] Updated Portugese translation. Thanks to Miguel Figueiredo. (Closes: #620666) * [4ccef0a] Updated French translation. Thanks to Christian Perrier. (Closes: #620688) * [9ffc341] Updated Finnish translation. Thanks to Esko Arajärvi. (Closes: #621010) * [8709926] Updated Basque translation. Thanks to Iñaki Larrañaga Murgoitio. (Closes: #621669) * [eeb664d] Updated Czech translation. Thanks to Miroslav Kure. (Closes: #622099) * [1916357] Updated Basque translation. Thanks to Iñaki Larrañaga Murgoitio. (Closes: #621669) * [c4bf624] Updated Spanish translation. Thanks to Francisco Javier Cuadrado. (Closes: #622613) * [9cbfb7d] Updated Swedish translation. Thanks to Martin Bagge. (Closes: #623405) -- Jo Shields Sat, 23 Apr 2011 15:03:08 +0100 mod-mono (2.6.3-4) unstable; urgency=low * [8b34845] Remove obsolete gbp.conf * [07a4ab2] As it turns out, the change in 2.0-1 to prevent postinst failure has an unwanted side effect - it is possible that mod_mono.conf will be created (via touch) before dpkg handles the conffiles - meaning it will prompt users about replacing the empty file. Instead, just exit without an error when the config file is missing (Closes: #604206) -- Jo Shields Thu, 25 Nov 2010 09:13:34 +0000 mod-mono (2.6.3-3) unstable; urgency=low * Upload to Debian Unstable. -- Jo Shields Mon, 13 Sep 2010 09:57:05 +0100 mod-mono (2.6.3-2) experimental; urgency=low * debian/rules: + Bump the expected XSP version to 2.6.5 -- Jo Shields Fri, 13 Aug 2010 16:34:05 +0100 mod-mono (2.6.3-1) experimental; urgency=low * New upstream release * debian/rules: + Stop using ../tarballs for get-orig-source * debian/po/gl.po + Updated slightly by debconf-updatepo * debian/patches/dont_use_sigpwr_on_kfreebsd.patch: + Remove (merged upstream) * debian/rules: + Hard-code PKG_VERSION and NEXT_PKG_VERSION due to mismatched upstream versions of xsp and mod-mono * debian/control: + Bump mono-runtime dependency to 2.6 -- Jo Shields Mon, 07 Jun 2010 10:06:30 +0100 mod-mono (2.4.3-1) unstable; urgency=low * New upstream release * Integrate previous NMU changes * Translation updates + Include Galician translation update (Closes: #554990) + Include Japanese translation update (Closes: #554575) * debian/patches/dont_use_sigpwr_on_kfreebsd.patch, debian/control, debian/rules: + Move direct file change from previous NMU into a patch, and add quilt into the build system * debian/watch: + Fix watchfile to support not downloading the current stable release, for cases (like this) where stable isn't wanted * debian/control: + Bump to Standards 3.8.3 -- Jo Shields Tue, 15 Dec 2009 23:38:43 +0000 mod-mono (2.4.2-1.1) unstable; urgency=low * Non-maintainer upload. * Protect SIGPWR use on kFreeBSD. Closes: #542798 * Bump debhelper compatibility level to 7 * As a consequence, replace "dh_clean -k" by "dh_prep" * Add ${misc:Depends} to libapache2-mod-mono dependencies to properly copy with debhelper-triggerred dependencies * Fix pending l10n issues. Debconf translations: - Russian (Yuri Kozlov). Closes: #537515 - German (Helge Kreutzmann). Closes: #537521 - French (Christian Perrier). Closes: #537578 - Spanish (Francisco Javier Cuadrado). Closes: #538426 - Swedish (Martin Bagge). Closes: #539073 - Italian (Luca Monducci). Closes: #540630 - Basque (Iñaki Larrañaga Murgoitio). Closes: #553147 - Finnish (Esko Arajärvi). Closes: #553641 - Czech (Miroslav Kure). Closes: #553662 - Portuguese (Miguel Figueiredo). Closes: #554101 -- Christian Perrier Wed, 04 Nov 2009 21:21:22 +0100 mod-mono (2.4.2-1) unstable; urgency=low * New upstream release * debian/rules: + Implement a get-orig-source rule * debian/control: + Bump standards version to latest version (No changes needed) + Alter dependencies for new mono-runtime package in Mono 2.4 (Closes: #536504) + Alter dependencies to pull in the "default" ASP.NET version for preference, with explicit 2.0 or 1.1 as options * debian/libapache2-mod-mono.conf, debian/libapache2-mod-mono.config: + Update for new executable names * debian/libapache2-mod-mono.templates, debian/po/*: + ASP.NET 2.0 is default now, and option names have changed * debian/po/nl.po: + Fix line breaks -- Jo Shields Thu, 16 Jul 2009 15:33:23 +0100 mod-mono (2.0-2) unstable; urgency=low * Upload to unstable. -- Mirco Bauer Wed, 25 Feb 2009 23:20:34 +0100 mod-mono (2.0-1) experimental; urgency=low [ Jo Shields ] * New upstream release * libapache2-mod-mono.config: + Prevent postinst failure by ensuring mod_mono.conf always exists [ Mirco Bauer ] * debian/libapache2-mod-mono.conf: + Enhanced comments. -- Jo Shields Wed, 12 Nov 2008 01:35:05 +0000 mod-mono (1.9-1) unstable; urgency=low * New upstream version. * Add Jo Shields to Uploaders. * Integrate changes from latest NMU (Closes: #457109, #472847 #486605, #487069). Thanks to Christian Perrier. * Bump standards version to 3.8.0 (no changes needed). * Prefork Apache isn't as broken as some people thought. Dependency lowered to apache2.2-common only, so any apache MPM can be chosen. -- Jo Shields Fri, 4 Jul 2008 08:45:53 +0100 mod-mono (1.2.5-2.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues. * Debconf translations: - Finnish. Closes: #457109 - Portuguese. Closes: #472847 - Swedish. Closes: #486605 - Turkish. Closes: #487069 * [Lintian] No longer include the full text of the Apache 2.0 license but point users to /usr/share/common-licenses/Apache-2.0 instead. -- Christian Perrier Fri, 06 Jun 2008 18:03:34 +0200 mod-mono (1.2.5-2) unstable; urgency=low * Replaced build-dependency apache2-dev || apache2-threaded-dev with only apache2-threaded-dev. The buildds stopped to compile the source package, as AutoDepWait only honors the first package (like sbuild) while the conventional (old) way just tried to build it and installed apache2-threaded-dev automaticly. * Replaced apache2 binary dependency with apache2-mpm-worker, as the built module for threaded apache will not work with prefork apache. * Added Homepage, Vcs-Browser and Vcs-Svn fields to debian/control. * Added myself to Uploaders. * Removed Eduard Bloch and Pablo Fischer from Uploaders, as they haven't touch the package over 2 years anymore. -- Mirco Bauer Sat, 01 Dec 2007 00:19:32 +0100 mod-mono (1.2.5-1) unstable; urgency=low * New upstream release * Dylan R. E. Moonfire + Debconf translation updates: - Galician (Closes: #444754) - Portuguese (Closes: #444671) -- Dylan R. E. Moonfire Mon, 26 Nov 2007 11:23:54 -0600 mod-mono (1.2.4-2) unstable; urgency=low * Christian Perrier + Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #433711 + Debconf translation updates: - Remove useless English "translation" - French - Japanese. Closes: #434320 - Galician. Closes: #434321 - Tamil. Closes: #434403 - German. Closes: #434407, #433201 - Russian. Closes: #434408 - Portuguese. Closes: #434436 - French. Closes: #434476 - Basque. Closes: #434498 - Italian. Closes: #434513 - Vietnamese. Closes: #434759 - Spanish. Closes: #435906 - Czech. Closes: #436281 - Dutch. Closes: #436854 - Swedish. Closes: #436413 -- Dylan R. E. Moonfire Thu, 19 Jul 2007 06:11:36 +0200 mod-mono (1.2.4-1) unstable; urgency=low * New upstream release * Dylan R. E. Moonfire + Added Dutch translation (Closes: #423053) + Added Spanish translation (Closes: #415181) + debian/control - Apache 1.3 has been removed from Debian, so removed references to apache and also the libapache-mod-mono package. (Closes: #429087) + Realized libapache2-mod-mono templates were not included, added them to the translation files. Between this and the above entry, this effectively erases all translations. * Mirco 'meebey' Bauer + debian/libapache2-mod-mono.template: - Fixed wording + debian/watch: - Updated + debian/copyright: - Added copyright holders -- Dylan R. E. Moonfire Thu, 21 Jun 2007 19:13:27 -0500 mod-mono (1.2.1-2) unstable; urgency=low * Dylan R. E. Moonfire + Added Czech translation (Closes: #412309) + debian/control: Corrected the Apache 2.2 reference (Closes: #400985) + Added a debconf option to ask which version to use (Closes: #405164) * Sebastian 'slomo' Dröge: + ACK and merge NMU by Christian Perrier: - Added German, Swedish, Czech, Galician, Portuguese, and Japanese translations (Closes: #400392, #407853, #412343, #412403, #412501). - Converted all translations to UTF-8 -- Dylan R. E. Moonfire Thu, 8 Mar 2007 09:02:45 +0100 mod-mono (1.2.1-1.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues. * Debconf translations: - German. Closes: #400392 - Swedish. Closes: #407853 - Galician. Closes: #412343 - Portuguese. Closes: 412403 - Japanese. Closes: #412501 - Convert all PO files to UTF-8 -- Christian Perrier Wed, 28 Feb 2007 22:33:18 +0100 mod-mono (1.2.1-1) unstable; urgency=low * New upstream release -- Debian Mono Group Thu, 23 Nov 2006 12:00:13 -0600 mod-mono (1.1.18-1) unstable; urgency=low * New upstream release. * Dylan R. E. Moonfire + debian/control: Added the 2.2 requirements for unstable (Closes: #395132) + Added Italian translation (Closes: #390297) + Added Czech translation (Closes: #389221) + Added French translation (Closes: #390981) -- Debian Mono Group Wed, 18 Oct 2006 11:33:25 -0500 mod-mono (1.1.17-3) unstable; urgency=low * Mirco 'meebey' Bauer + Fixed debconf templates. (Closes: #389024) + libapache-mod-mono.postinst: - Added quotes around variable in "if []" check. -- Debian Mono Group Sun, 24 Sep 2006 01:28:16 +0200 mod-mono (1.1.17-2) unstable; urgency=low * Dylan R. E. Moonfire + Corrected debian/*.templates (Closes: #350238) + Added Swedish translation (Closes: #387508) + Added Italian translation (Closes: #368338) -- Debian Mono Group Thu, 21 Sep 2006 19:23:18 -0500 mod-mono (1.1.17-1) unstable; urgency=low * New upstream release. * Dylan R. E. Moonfire + Added Czech translation. (Closes: #353371) -- Debian Mono Group Wed, 06 Sep 2006 11:26:02 -0500 mod-mono (1.1.13-1) unstable; urgency=low * New upstream release * Dylan R. E. Moonfire + Moved the AutoConfiguration stuff into the apache2/mods-available so the user can use "a2enmod mod_mono_auto" instead of editing files. + debian/control - Tightened required versions of XSP libraries. + debian/rules - Added perl code to identify the version for tightening requirements between the various packages * Added French translation. (Closes: #351482) -- Debian Mono Group Wed, 25 Jan 2006 14:22:11 -0600 mod-mono (1.1.10-1) unstable; urgency=low * NEW upstream release * Dylan R. E. Moonfire - debian/control: Changed to Architecture: any - debian/copyright: Copied the Apache 2.0 license from ./COPYING and expanded the details to conform more to the template. - Working on getting this working with apache-perl and apache-ssl. (Closes: #311313) - Cleaned up all warnings and errors for lintian. - Added AMD64 to the architectures list. - Working on getting the XSP and XSP 2 stuff working better together. At this point, editing the files appears to be "best" approach. -- Debian Mono Group Wed, 07 Dec 2005 09:52:51 -0600 mod-mono (1.0.5-1) unstable; urgency=low * New upstream release * Pablo Fischer: + Fixed multiple virtualhost support for mono-server-{update,admin}.conf. Now the user can have multiple virtulhosts running with mod_mono, the fault was using the vhosts as * and not as localhost (a realname) (closes: #267581) * Fabian Fagerholm : (closes: #263257, #296049) + debian/rules: Reworked the build process to be easier to understand and extend. Build the libapache2-mod-mono package. + debian/control: Build-depend on apache2-dev. Changed the long description of libapache-mod-mono. Added the libapache2-mod-mono package. + debian/docs: Remove a duplicated line. + debian/TODO: Update with ideas that testers can work on. + README.Debian: Cleaned up and changed wording of this text. + debian/watch: Added. + Rename some files: - mono.conf to libapache-mod-mono.conf, installs as mod_mono.conf - 500mod_mono.info to libapache-mod.mono.info, installs as 500mod_mono.info + Added: - libapache2-mod-mono.conf, installs as mod_mono.conf for apache2. + A number of small changes in wording, spelling errors corrected, etc. * Martin Quinson: + po support / translation support -- Debian Mono Group Wed, 9 Dec 2004 10:03:42 -0600 mod-mono (1.0-1) unstable; urgency=low * NEW Release -- Debian Mono Group Sat, 3 Jul 2004 14:18:32 -0600 mod-mono (0.11-3) unstable; urgency=low * Prepared for the upload into the archiv (closes: #255129) * renamed the source package to match the original source name better -- Eduard Bloch Tue, 22 Jun 2004 00:21:47 +0200 libapache-mod-mono (0.11-2) unstable; urgency=low * Fixed a dependency name, mono-server doesn't exists any more, it will be mono-apache-server -- Debian Mono Group Fri, 18 Jun 2004 09:27:43 -0600 libapache-mod-mono (0.11-1) unstable; urgency=low * New release -- Debian Mono Group Thu, 17 Jun 2004 13:00:05 -0600 libapache-mod-mono (0.10-2) unstable; urgency=low * Fixed a dependency bug -- Debian Mono Group Mon, 14 Jun 2004 19:49:19 -0600 libapache-mod-mono (0.10-1) unstable; urgency=low * New Release -- Pablo Fischer Sat, 12 Jun 2004 13:14:12 -0600 libapache-mod-mono (0.9-1) unstable; urgency=low * New Release -- Pablo Fischer Tue, 25 May 2004 09:53:43 -0600 libapache-mod-mono (0.8-3) unstable; urgency=low * Fixed a comma in a comment.. * A if rule was giving me problems (restart in postinst) -- Pablo Fischer Fri, 21 May 2004 14:27:12 -0600 libapache-mod-mono (0.8-2) unstable; urgency=low * The apache module needs to be saved with the SAME name as was compiled, I can not rename it or modules-config will crashs (it reads the realname in .so). -- Pablo Fischer Fri, 21 May 2004 14:11:21 -0600 libapache-mod-mono (0.8-1) unstable; urgency=low * NEW RELEASE * Also, the /etc/init.d/mono-server calls should be removed, mono-server daemon dissapears in this version * The mono.conf dissapear, we will manage the mono.conf with the mono-server package * We'll use the wwwconfig scripts to add/remove configuration files from apache -- Pablo Fischer Wed, 28 Apr 2004 07:30:11 -0600 libapache-mod-mono (0.7-4) unstable; urgency=low * Fixed inst and removal scripts, now we check if we should start the mono-server daemon, so we show the user a 'cleaner' way to install libapache-mod-mono :-) -- Pablo Fischer Fri, 9 Apr 2004 18:41:36 -0600 libapache-mod-mono (0.7-3) unstable; urgency=low * libapache-mod-mono.prerm + Fixed the apachecfg dir, I was using apache2.. and eww.. we are using apache 1.3, Fixed! * control + Removed libapache-mod-mono from the mono-server dependencies. When we are uninstalling mod_mono we need mono-server to stop the daemon, removing it, fixes the problem * libapache-mod-mono.postinst: + A fix in the rules, in the != ones, I should do: "$var" != "cond", instead of $var != "cond" + Removed the turn on and turn off options, we don't need them, just with modules-config, and that's all what we need to activate the mod_mono module, and added a disable functiont to disable the module * README.Debian + Added with a brief explanation of what is the package and what is mod_mono. * mono.conf: + Added a new alias, /monodoc, for /monodoc application -- Pablo Fischer Tue, 16 Mar 2004 12:31:57 -0600 libapache-mod-mono (0.7-2) unstable; urgency=low * Initial Release. * Pablo Fischer: + to the postinst: added two functions: restart_apache and restart_monoserver. + mono.conf: Added the DirectoryIndex. If we are running apache with mod_mono, the best idea is to show first the index.aspx as the index page. + rules: We create the full parent directories to /etc/apache/conf.d. -- Pablo Fischer Sun, 29 Feb 2004 03:35:16 -0600 libapache-mod-mono (0.7-1) unstable; urgency=low * Initial Release. -- Pablo Fischer Sat, 28 Feb 2004 14:55:56 -0600 debian/control0000664000000000000000000000230512266473136010605 0ustar Source: mod-mono Section: web Priority: optional Homepage: http://www.mono-project.com/Mod_mono Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mod-mono/trunk/ Vcs-Svn: svn://svn.debian.org/pkg-mono/mod-mono/trunk Maintainer: Debian Mono Group Uploaders: Dylan R. E. Moonfire , Mirco Bauer , Jo Shields Build-Depends: debhelper (>= 7.0.50~), dh-apache2, apache2-dev (>= 2.4), po-debconf, pkg-config, mono-runtime (>= 2.11), dh-autoreconf Standards-Version: 3.9.1 Package: libapache2-mod-mono Architecture: any Section: web Depends: ${misc:Depends}, ${shlibs:Depends}, debconf (>= 1.2.0), mono-runtime (>= 2.10), mono-apache-server (>= ${current-version}) | mono-apache-server4 (>= ${current-version}) | mono-apache-server2 (>= ${current-version}), mono-apache-server (<< ${next-version}) | mono-apache-server4 (<< ${next-version}) | mono-apache-server2 (<< ${next-version}) Description: Apache module for running ASP.NET applications on Mono The mod_mono module for Apache allows ASP.NET web applications to be run with the Mono .NET implementation. . This package provides the Apache 2.4 version of the module. debian/mod_mono_auto.conf0000664000000000000000000000076712236536710012715 0ustar MonoAutoApplication enabled AddType application/x-asp-net .aspx AddType application/x-asp-net .asmx AddType application/x-asp-net .ashx AddType application/x-asp-net .asax AddType application/x-asp-net .ascx AddType application/x-asp-net .soap AddType application/x-asp-net .rem AddType application/x-asp-net .axd AddType application/x-asp-net .cs AddType application/x-asp-net .config AddType application/x-asp-net .dll DirectoryIndex index.aspx DirectoryIndex Default.aspx DirectoryIndex default.aspx