[Pkg-mono-svn-commits] rev 3212 - in mod-mono/trunk/debian: . po

D. Moonfire dmoonfire-guest at alioth.debian.org
Fri Jun 22 00:46:09 UTC 2007


Author: dmoonfire-guest
Date: 2007-06-22 00:46:08 +0000 (Fri, 22 Jun 2007)
New Revision: 3212

Added:
   mod-mono/trunk/debian/po/es.po
   mod-mono/trunk/debian/po/nl.po
Removed:
   mod-mono/trunk/debian/libapache-mod-mono.conf
   mod-mono/trunk/debian/libapache-mod-mono.config
   mod-mono/trunk/debian/libapache-mod-mono.dirs
   mod-mono/trunk/debian/libapache-mod-mono.info
   mod-mono/trunk/debian/libapache-mod-mono.postinst
   mod-mono/trunk/debian/libapache-mod-mono.prerm
Modified:
   mod-mono/trunk/debian/changelog
   mod-mono/trunk/debian/control
   mod-mono/trunk/debian/rules
Log:
Added two translations, removed references to the apache 1.3 packages
as no longer being avail on sid, updated to version 1.2.4.


Modified: mod-mono/trunk/debian/changelog
===================================================================
--- mod-mono/trunk/debian/changelog	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/changelog	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,3 +1,15 @@
+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)
+
+ -- Dylan R. E. Moonfire <debian at mfgames.com>  Thu, 21 Jun 2007 19:13:27 -0500
+
 mod-mono (1.2.1-2) unstable; urgency=low
 
   * Dylan R. E. Moonfire

Modified: mod-mono/trunk/debian/control
===================================================================
--- mod-mono/trunk/debian/control	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/control	2007-06-22 00:46:08 UTC (rev 3212)
@@ -3,19 +3,9 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade at debian.org>, Pablo Fischer <pablo at pablo.com.mx>, Dylan R. E. Moonfire <debian at mfgames.com>
-Build-Depends: debhelper (>= 4.1.16), apache-dev, apache2-dev (>= 2.2) | apache2-threaded-dev (>= 2.2), libmono-dev, po-debconf
+Build-Depends: debhelper (>= 4.1.16), apache2-dev (>= 2.2) | apache2-threaded-dev (>= 2.2), libmono-dev, po-debconf
 Standards-Version: 3.7.2
 
-Package: libapache-mod-mono
-Architecture: any
-Section: web
-Depends: ${shlibs:Depends}, debconf (>= 1.2.0), apache (>= 1.3.31) | apache-perl | apache-ssl, mono-jit (>= 1.0.1), mono-apache-server (>= ${current-version}) | mono-apache-server2 (>= ${current-version}), mono-apache-server (<< ${next-version}) | mono-apache-server2 (<< ${next-version}), wwwconfig-common
-Description: Run ASP.NET Pages on UNIX with Apache and Mono
- mod_mono is a module for Apache that enables you to write ASP.NET web
- applications, using the Mono .NET implementation.
- .
- This is the Apache 1.3 version.
-
 Package: libapache2-mod-mono
 Architecture: any
 Section: web

Deleted: mod-mono/trunk/debian/libapache-mod-mono.conf
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.conf	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.conf	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,12 +0,0 @@
-# This is the config file for mod_mono.
-# It is highly recommended that you DO NOT EDIT this file.
-
-<IfModule mod_mono.c>
-	AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
-	MonoUnixSocket /tmp/.mono-server/mod_mono_server
-	DirectoryIndex index.aspx
-	# The ASP.NET examples directory, create an Alias
-	Alias /samples /usr/share/asp.net-demos/asp
-	Alias /monodoc /usr/share/dotnet/monodoc/web
-</IfModule>
-

Deleted: mod-mono/trunk/debian/libapache-mod-mono.config
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.config	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.config	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,27 +0,0 @@
-#!/bin/bash -e
-
-. /usr/share/debconf/confmodule
-db_version 2.0
-db_capb backup
-db_title Mod Mono
-
-apachecfg="/etc/apache"
-
-STATE=1
-while [ "$STATE"  != 0 -a "$STATE" != 2 ]; do
-    case "$STATE" in
-        1)
-            db_input medium libapache-mod-mono/activate || true
-            if db_go; then
-                db_get libapache-mod-mono/activate || true
-                STATE=2
-            else
-                STATE=0
-            fi
-            ;;
-    esac
-done
-
-if [ "$STATE" = 0 ]; then
-    exit 1
-fi

Deleted: mod-mono/trunk/debian/libapache-mod-mono.dirs
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.dirs	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.dirs	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,5 +0,0 @@
-etc
-etc/apache
-etc/apache/conf.d
-usr/lib
-usr/lib/apache/1.3

Deleted: mod-mono/trunk/debian/libapache-mod-mono.info
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.info	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.info	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,2 +0,0 @@
-LoadModule: mono_module /usr/lib/apache/1.3/mod_mono.so
-Description: Run ASP.NET Pages on UNIX with Apache and Mono

Deleted: mod-mono/trunk/debian/libapache-mod-mono.postinst
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.postinst	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.postinst	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,89 +0,0 @@
-#!/bin/bash -e
-
-set -e
-
-. /usr/share/debconf/confmodule
-db_version 2.0
-
-
-apachecfg="/etc/apache"
-modmono_conf="$apachecfg/conf.d/mono.conf"
-tempfile=`/bin/tempfile`
-restart=""
-
-activate_module() {
-for i in apache apache-ssl; do
-        if [ -e $apachecfg ]; then
-            if [ -d /etc/$i ]; then
-                modules-config $i enable libmod_mono
-            fi
-        fi
-done
-
-}
-
-disable_module() {
-for i in apache apache-ssl; do
-        if [ -e $apachecfg ]; then
-            if [ -d /etc/$i ]; then
-                modules-config $i disable libmod_mono
-            fi
-	fi
-done
-       
-}
-
-add_monoserver_conf() {
-   webservers="apache-ssl apache"
-
-   # wwwconfig way! I love it!
-   for server in $webservers; do
-       includefile=/etc/mono-server/mono-server-hosts.conf
-       conffile=/etc/apache/httpd.conf
-       . /usr/share/wwwconfig-common/apache-include.sh
-       if [ "$status" = "uncomment" -o "$status" = "include" ]; then
-	   restart="$restart $server"
-       fi
-   done
-}
-
-
-restart_apache() {
-    servers="apache-ssl apache"
-    . /usr/share/wwwconfig-common/restart.sh
-}
-
-
-case "$1" in
-    configure)
-    db_get libapache-mod-mono/activate
-    modmono_activate="$RET"
-
-    if [ "$modmono_activate" = "true" ]; then
-        activate_module
-    else
-	disable_module
-    fi
-
-    add_monoserver_conf
-    restart_apache
-    
-    rm -Rf $tempfile
-
-    
-    # Should we restart Apache?
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-        #Do nothing..
-    ;;
-
-    *)
-        echo "postinst failed \`$1'" >&2
-        exit 0
-        ;;
-esac
-
-#DEBHELPER#
-
-exit 0

Deleted: mod-mono/trunk/debian/libapache-mod-mono.prerm
===================================================================
--- mod-mono/trunk/debian/libapache-mod-mono.prerm	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/libapache-mod-mono.prerm	2007-06-22 00:46:08 UTC (rev 3212)
@@ -1,53 +0,0 @@
-#!/bin/sh -e
-
-apachecfg="/etc/apache"
-restart=""
-
-turnoff_module() {
-for i in apache apache-ssl; do
-        if [ -e $apachecfg ]; then
-            if [ -d /etc/$i ]; then
-                modules-config $i disable libmod_mono quiet
-            fi
-        fi
-done
-
-}
-
-remove_monoserver_conf() {
-   webservers="apache-ssl apache"
-
-    #wwwconfig way! I love it!
-   for server in $webservers; do
-       includefile=/etc/mono-server/mono-server-hosts.conf
-       conffile=/etc/apache/httpd.conf
-       . /usr/share/wwwconfig-common/apache-uninclude.sh
-       if [ "$status" = "purge" ]; then
-	   restart="$restart $server"
-       fi
-   done
-}
-
-restart_apache() {
-    servers="apache-ssl apache"
-    . /usr/share/wwwconfig-common/restart.sh
-}
-
-case "$1" in
-  remove)
-        turnoff_module
-	remove_monoserver_conf
-	restart_apache
-        ;;
-    upgrade | deconfigure | failed-upgrade)
-        :
-        ;;
-    *) 
-        echo "postinst failed \`$1'" >&2
-        exit 0
-        ;;
-esac
-
-#DEBHELPER#
-
-exit 0

Added: mod-mono/trunk/debian/po/es.po
===================================================================
--- mod-mono/trunk/debian/po/es.po	                        (rev 0)
+++ mod-mono/trunk/debian/po/es.po	2007-06-22 00:46:08 UTC (rev 3212)
@@ -0,0 +1,56 @@
+# mod-mono translation to spanish
+# Copyright (C) 2007 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
+#
+#
+#  Traductores, si no conoce 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
+#
+# Si tiene dudas o consultas sobre esta traducción consulte con el ltimo
+# traductor (campo Last-Translator) y ponga en copia a la lista de
+# traducción de Debian al español (<debian-l10n-spanish at lists.debian.org>)
+#
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: mod-mono 1.2.1-1\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2006-12-11 22:16+0000\n"
+"PO-Revision-Date: 2007-03-16 14:36+0100\n"
+"Last-Translator: Steve Lord Flaubert <stonescenter at gmail.com>\n"
+"Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit"
+
+#. Type: boolean
+#. Description
+#: ../libapache-mod-mono.templates:1001
+msgid "Activate module?"
+msgstr "¿Desea activar el módulo?"
+
+#. Type: boolean
+#. Description
+#: ../libapache-mod-mono.templates:1001
+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."
+

Added: mod-mono/trunk/debian/po/nl.po
===================================================================
--- mod-mono/trunk/debian/po/nl.po	                        (rev 0)
+++ mod-mono/trunk/debian/po/nl.po	2007-06-22 00:46:08 UTC (rev 3212)
@@ -0,0 +1,30 @@
+# 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 <EMAIL at ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: mod-mono\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-03-08 09:09+0100\n"
+"PO-Revision-Date: 2007-05-01 23:05+0100\n"
+"Last-Translator: Bart Cornelis <cobaco at skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch at lists.debian.org>\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: boolean
+#. Description
+#: ../libapache-mod-mono.templates:1001
+msgid "Activate module?"
+msgstr "Wilt u de module activeren?"
+
+#. Type: boolean
+#. Description
+#: ../libapache-mod-mono.templates:1001
+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."
+

Modified: mod-mono/trunk/debian/rules
===================================================================
--- mod-mono/trunk/debian/rules	2007-06-21 00:02:11 UTC (rev 3211)
+++ mod-mono/trunk/debian/rules	2007-06-22 00:46:08 UTC (rev 3212)
@@ -68,26 +68,11 @@
 	debconf-updatepo
 	dh_clean 
 
-install: build install-prereq install-apache install-apache2
+install: build install-prereq install-apache2
 install-prereq: build
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-install-apache:
-	dh_installdirs -plibapache-mod-mono
-
-	# Install into debian/libapache-mod-mono.
-	# We need APXS = /bin/true, otherwise mod_mono will install everything
-	# in /usr instead of debian/libapache-mod-mono.
-	cd apache-build && $(MAKE) install \
-		DESTDIR=../debian/libapache-mod-mono \
-		APXS=/bin/true
-#	install -m644 debian/libapache-mod-mono.conf \
-#		debian/libapache-mod-mono/etc/apache/conf.d/mod_mono.conf
-	install -m755 apache-build/src/.libs/mod_mono.so \
-		debian/libapache-mod-mono/`apxs -q LIBEXECDIR`
-	install -m644 debian/libapache-mod-mono.info \
-		debian/libapache-mod-mono/`apxs -q LIBEXECDIR`/500mod_mono.info
 install-apache2:
 	dh_installdirs -plibapache2-mod-mono
 




More information about the Pkg-mono-svn-commits mailing list