[Pkg-mono-svn-commits] rev 3207 - in xsp/trunk/debian: . patches po
D. Moonfire
dmoonfire-guest at alioth.debian.org
Wed Jun 20 23:25:54 UTC 2007
Author: dmoonfire-guest
Date: 2007-06-20 23:25:54 +0000 (Wed, 20 Jun 2007)
New Revision: 3207
Added:
xsp/trunk/debian/patches/00list
xsp/trunk/debian/patches/fix_dbpage1_typo.dpatch
xsp/trunk/debian/po/nl.po
Modified:
xsp/trunk/debian/changelog
xsp/trunk/debian/control
xsp/trunk/debian/po/cs.po
xsp/trunk/debian/po/de.po
xsp/trunk/debian/po/es.po
xsp/trunk/debian/po/fr.po
xsp/trunk/debian/po/gl.po
xsp/trunk/debian/po/pt.po
xsp/trunk/debian/po/sv.po
xsp/trunk/debian/po/templates.pot
xsp/trunk/debian/po/vi.po
xsp/trunk/debian/rules
Log:
Merged the NMU 1.2.2 version into this one, updated to 1.2.4.
Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/changelog 2007-06-20 23:25:54 UTC (rev 3207)
@@ -1,19 +1,31 @@
-xsp (1.2.1-3~pre3) unstable; urgency=low
+xsp (1.2.4-1) unstable; urgency=low
+ * New upstream release
+ * Dylan R. E. Moonfire
+ + debian/*.postrm
+ - Made the confmodule loading optional (Closes: #416636)
+ + debian/control
+ - Changed ${Source-Version} to ${source:Version}
+ + test/1.1/webcontrols/dbpage1.aspx
+ - Converted NMU update to a dpatch
* Mirco 'meebey' Bauer
- + debian/mono-xsp2.preinst:
- - Fixed check for mono-xsp2 init.d script.
+ mono-server(2)-update:
- Add "default" alias to all Mono* directives.
(this makes ASP.NET 1.1 and 2.0 actually work)
- * Dylan R. E. Moonfire
- + debian/*.postrm
- - Made the confmodule loading optional (Closes: #416636, #416893,
- #417006)
- + debian/po/es.po: Added Spanish translation (Closes: #415203)
-
- -- Mirco Bauer <meebey at debian.org> Thu, 29 Mar 2007 22:32:15 +0200
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org> Wed, 20 Jun 2007 17:41:14 -0500
+
+xsp (1.2.1-2.2) unstable; urgency=high
+
+ * Non-maintainer upload during BSP.
+ * Fix unconditional use of debconf in postrm (Closes: #416893, #417006).
+ * Fix typo in dbpage1.aspx (Closes: #416292).
+ * Fix typo in mono-xsp2.preinst (Closes: #421996).
+ * Add Spanish debconf translation (Closes: #415203).
+ * Add Dutch debconf translation (Closes: #423067).
+
+ -- Luk Claes <luk at debian.org> Fri, 18 May 2007 16:45:28 +0200
+
xsp (1.2.1-2) unstable; urgency=low
* Dylan R. E. Moonfire
Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/control 2007-06-20 23:25:54 UTC (rev 3207)
@@ -4,8 +4,8 @@
Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
Uploaders: Dylan R. E. Moonfire <debian at mfgames.com>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.0), po-debconf
-Build-Depends-Indep: autotools-dev, mono-gmcs, mono-mcs, mono-gac, libmono-dev, cli-common-dev (>= 0.4.0)
+Build-Depends: debhelper (>= 5.0.0), po-debconf, dpatch
+Build-Depends-Indep: autotools-dev, mono-gmcs, mono-mcs, mono-gac, libmono-dev, cli-common-dev (>= 0.4.4)
Package: mono-xsp-base
Architecture: all
@@ -26,7 +26,7 @@
Package: mono-xsp
Architecture: all
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version}), procps
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${source:Version}), procps
Description: simple web server to run ASP.NET applications
XSP is a simple web server written in C# that can be used to run your
ASP.NET 1.1 applications.
@@ -36,7 +36,7 @@
Package: mono-xsp2
Architecture: all
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version}), procps
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${source:Version}), procps
Description: simple web server to run ASP.NET applications
XSP is a simple web server written in C# that can be used to run your
ASP.NET 1.1 and 2.0 applications.
@@ -62,7 +62,7 @@
Architecture: all
Conflicts: mono-server
Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp-base (= ${source:Version})
Description: backend for mod_mono Apache module
mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
web applications via Apache. mod_mono will call mono-apache-server to parse
@@ -75,7 +75,7 @@
Architecture: all
Conflicts: mono-server
Replaces: mono-server
-Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${Source-Version})
+Depends: ${cli:Depends}, debconf (>= 1.2.0) | debconf-2.0, net-tools, mono-xsp2-base (= ${source:Version})
Description: backend for mod_mono2 Apache module
mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
web applications via Apache. mod_mono will call mono-apache-server to parse
Added: xsp/trunk/debian/patches/00list
===================================================================
--- xsp/trunk/debian/patches/00list (rev 0)
+++ xsp/trunk/debian/patches/00list 2007-06-20 23:25:54 UTC (rev 3207)
@@ -0,0 +1 @@
+fix_dbpage1_typo.dpatch
Added: xsp/trunk/debian/patches/fix_dbpage1_typo.dpatch
===================================================================
--- xsp/trunk/debian/patches/fix_dbpage1_typo.dpatch (rev 0)
+++ xsp/trunk/debian/patches/fix_dbpage1_typo.dpatch 2007-06-20 23:25:54 UTC (rev 3207)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_dbpage1_typo.dpatch by <dylan at localhost>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xsp-1.2.4~/test/1.1/webcontrols/dbpage1.aspx xsp-1.2.4/test/1.1/webcontrols/dbpage1.aspx
+--- xsp-1.2.4~/test/1.1/webcontrols/dbpage1.aspx 2007-04-19 23:11:28.000000000 -0500
++++ xsp-1.2.4/test/1.1/webcontrols/dbpage1.aspx 2007-06-20 18:01:04.000000000 -0500
+@@ -30,7 +30,7 @@
+ providerAssembly = "Npgsql";
+
+ if (cncTypeName == null || cncTypeName == "")
+- cncTypeName = "Npgsql.NpgqlConnection";
++ cncTypeName = "Npgsql.NpgsqlConnection";
+
+ if (cncString == null || cncString == "")
+ cncString = "server=127.0.0.1;user id=monotest;password=monotest;dbname=monotest";
Property changes on: xsp/trunk/debian/patches/fix_dbpage1_typo.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Modified: xsp/trunk/debian/po/cs.po
===================================================================
--- xsp/trunk/debian/po/cs.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/cs.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -14,8 +14,8 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-23 05:04-0600\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2006-09-24 13:49+0200\n"
"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -32,10 +32,14 @@
#. Type: boolean
#. Description
#: ../mono-apache-server.templates:1001
+#, fuzzy
msgid ""
"The debian version of mono-apache-server includes a mono-server-update.conf "
"script that creates a configuration file for apache to start the ASP.NET "
-"applications, and mono-server-update.conf"
+"applications, and mono-server-update.conf can restart apache if there's a "
+"new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is "
+"true, then apache will be restarted when there is a new mono-server-hosts."
+"conf file."
msgstr ""
"mono-apache-server v Debianu obsahuje skript mono-server-update.conf, který "
"sloužà pro vytvoÅenà konfiguraÄnÃho souboru pro Apache, aby mohl Apache "
@@ -51,6 +55,14 @@
msgid "Start on boot?"
msgstr "Spustit pÅi zavádÄnà systému?"
+#. Type: boolean
+#. Description
+#: ../mono-xsp.templates:1001
+msgid ""
+"If this is true, then XSP will automatically start when the computer is "
+"turned on."
+msgstr ""
+
#. Type: string
#. Description
#: ../mono-xsp.templates:2001 ../mono-xsp2.templates:2001
@@ -59,10 +71,47 @@
#. Type: string
#. Description
+#: ../mono-xsp.templates:2001
+msgid ""
+"To function properly, XSP needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
+msgstr ""
+
+#. Type: string
+#. Description
#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
msgid "Bind to port:"
msgstr "Navázat na port:"
+#. Type: string
+#. Description
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
+#, fuzzy
+msgid ""
+"XSP is bound to a specific port on the server. Common values are 80, 8080, "
+"or 8081."
+msgstr ""
+"Na který port se má XSP pÅi startu navázat? BÄžné hodnoty jsou 80, 8080 nebo "
+"8081."
+
+#. Type: boolean
+#. Description
+#: ../mono-xsp2.templates:1001
+msgid ""
+"If this is true, then XSP2 will automatically start when the computer is "
+"turned on."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../mono-xsp2.templates:2001
+msgid ""
+"To function properly, XSP2 needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
+msgstr ""
+
#~ msgid "Autostart XSP?"
#~ msgstr "SpouÅ¡tÄt XSP automaticky?"
@@ -77,13 +126,6 @@
#~ "Na kterou adresu se má XSP navázat? Pokud se má svázat se všemi adresami, "
#~ "zadejte 0.0.0.0."
-#~ msgid ""
-#~ "What port would you like the XSP process to bind to on start? Common "
-#~ "values are 80, 8080, or 8081."
-#~ msgstr ""
-#~ "Na který port se má XSP pÅi startu navázat? BÄžné hodnoty jsou 80, 8080 "
-#~ "nebo 8081."
-
#~ msgid "Autostart XSP 2?"
#~ msgstr "SpouÅ¡tÄt XSP 2 automaticky?"
Modified: xsp/trunk/debian/po/de.po
===================================================================
--- xsp/trunk/debian/po/de.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/de.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp 1.2.1-1\n"
-"Report-Msgid-Bugs-To: xsp at bugs.debian.org\n"
-"POT-Creation-Date: 2006-12-16 15:28+0100\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2007-01-14 15:03+0100\n"
"Last-Translator: Helge Kreutzmann <debian at helgefjell.de>\n"
"Language-Team: German <debian-l10n-german at lists.debian.org>\n"
@@ -31,12 +31,12 @@
"true, then apache will be restarted when there is a new mono-server-hosts."
"conf file."
msgstr ""
-"Die Debian-Version von mono-apache-server enthält ein Skript "
-"mono-server-update.conf, das eine Konfigurationsdatei für Apache erstellt, um "
-"ASP.NET-Anwendungen zu starten und mono-server-update.conf kann Apache "
-"neustarten, falls es eine neue Konfigurationsdatei (/etc/mono-server/"
-"mono-server-hosts.conf) gibt. Falls dies stimmt, dann wird Apache neu "
-"gestartet, wenn es eine neue mono-server-hosts.conf-Datei gibt."
+"Die Debian-Version von mono-apache-server enthält ein Skript mono-server-"
+"update.conf, das eine Konfigurationsdatei für Apache erstellt, um ASP.NET-"
+"Anwendungen zu starten und mono-server-update.conf kann Apache neustarten, "
+"falls es eine neue Konfigurationsdatei (/etc/mono-server/mono-server-hosts."
+"conf) gibt. Falls dies stimmt, dann wird Apache neu gestartet, wenn es eine "
+"neue mono-server-hosts.conf-Datei gibt."
#. Type: boolean
#. Description
@@ -109,5 +109,5 @@
msgstr ""
"Um korrekt zu funktionieren, muss XSP2 sich an eine IP-Adresse binden. Der "
"Standard (»0.0.0.0«) bindet sich an alle Adressen auf dem Server, aber ein "
-"spezieller Port kann ausgewählt werden. Um XSP2 lokal zu verwenden, verwenden "
-"Sie »127.0.0.1« für diese Adresse."
+"spezieller Port kann ausgewählt werden. Um XSP2 lokal zu verwenden, "
+"verwenden Sie »127.0.0.1« für diese Adresse."
Modified: xsp/trunk/debian/po/es.po
===================================================================
--- xsp/trunk/debian/po/es.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/es.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -33,14 +33,14 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp 1.2.1-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 20:35+0100\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-03-08 08:45+0100\n"
"PO-Revision-Date: 2007-03-11 18:03-0500\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"
+"Content-Transfer-Encoding: 8bit\n"
#. Type: boolean
#. Description
@@ -58,12 +58,13 @@
"new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is "
"true, then apache will be restarted when there is a new mono-server-hosts."
"conf file."
-msgstr "La versión debian de «mono-apache-server» contiene el script «mono-server-update.conf» "
-"que crea un fichero de configuración para apache cuando se inician aplicaciones ASP.NET "
-", y «mono-server-update» puede reiniciar apache si hay un nuevo fichero de configuración "
-"en («/etc/mono-server/mono-server-host.conf»). Si es correcto, apache se reiniciará cuando "
-"haya un nuevo fichero de configuración «mono-server-hosts.conf»."
-""
+msgstr ""
+"La versión debian de «mono-apache-server» contiene el script «mono-server-"
+"update.conf» que crea un fichero de configuración para apache cuando se "
+"inician aplicaciones ASP.NET , y «mono-server-update» puede reiniciar apache "
+"si hay un nuevo fichero de configuración en («/etc/mono-server/mono-server-"
+"host.conf»). Si es correcto, apache se reiniciará cuando haya un nuevo "
+"fichero de configuración «mono-server-hosts.conf»."
#. Type: boolean
#. Description
@@ -77,7 +78,8 @@
msgid ""
"If this is true, then XSP will automatically start when the computer is "
"turned on."
-msgstr "Si es correcto, XSP se iniciará automáticamente cuando se encienda el "
+msgstr ""
+"Si es correcto, XSP se iniciará automáticamente cuando se encienda el "
"ordenador."
#. Type: string
@@ -93,10 +95,11 @@
"To function properly, XSP needs to be bound to an IP address. The default "
"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
"be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
-msgstr "Para que funcione adecuadamente, XSP necesita ligarse a una dirección IP. "
-"La predeterminada («0.0.0.0») enlaza todas las direcciones del servidor, pero también puede "
-"seleccionar un puerto en especÃfico. Para usar XSP localmente, ponga la dirección "
-"«127.0.0.1»."
+msgstr ""
+"Para que funcione adecuadamente, XSP necesita ligarse a una dirección IP. La "
+"predeterminada («0.0.0.0») enlaza todas las direcciones del servidor, pero "
+"también puede seleccionar un puerto en especÃfico. Para usar XSP localmente, "
+"ponga la dirección «127.0.0.1»."
#. Type: string
#. Description
@@ -110,8 +113,9 @@
msgid ""
"XSP is bound to a specific port on the server. Common values are 80, 8080, "
"or 8081."
-msgstr "XSP está ligado a un puerto especÃfico en el servidor, Frecuentemente son los "
-"valores 80, 8080, ó 8081."
+msgstr ""
+"XSP está ligado a un puerto especÃfico en el servidor, Frecuentemente son "
+"los valores 80, 8080, ó 8081."
#. Type: boolean
#. Description
@@ -119,8 +123,9 @@
msgid ""
"If this is true, then XSP2 will automatically start when the computer is "
"turned on."
-msgstr "Si es correcto, entonces XSP2 se iniciará automáticamente cuando el ordenador "
-"se encienda."
+msgstr ""
+"Si es correcto, entonces XSP2 se iniciará automáticamente cuando el "
+"ordenador se encienda."
#. Type: string
#. Description
@@ -129,8 +134,8 @@
"To function properly, XSP2 needs to be bound to an IP address. The default "
"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
"be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
-msgstr "Para que funcione correctamente, XSP2 necesita ligarse a una dirección IP. "
-"La dirección predeterminada («0.0.0.0») enlaza todas las direcciones del servidor, "
-"pero puede seleccionar un puerto en especÃfico. Para usar XSP2 de manera local, use "
-"la dirección «127.0.0.1»."
-
+msgstr ""
+"Para que funcione correctamente, XSP2 necesita ligarse a una dirección IP. "
+"La dirección predeterminada («0.0.0.0») enlaza todas las direcciones del "
+"servidor, pero puede seleccionar un puerto en especÃfico. Para usar XSP2 de "
+"manera local, use la dirección «127.0.0.1»."
Modified: xsp/trunk/debian/po/fr.po
===================================================================
--- xsp/trunk/debian/po/fr.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/fr.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -12,8 +12,8 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-09-24 05:08-0600\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2006-10-14 10:31+0200\n"
"Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon at wanadoo.fr>\n"
"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
Modified: xsp/trunk/debian/po/gl.po
===================================================================
--- xsp/trunk/debian/po/gl.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/gl.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -5,8 +5,8 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 20:35+0100\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2007-03-03 14:55+0100\n"
"Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
"Language-Team: Galician <proxecto at trasno.net>\n"
Added: xsp/trunk/debian/po/nl.po
===================================================================
--- xsp/trunk/debian/po/nl.po (rev 0)
+++ xsp/trunk/debian/po/nl.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -0,0 +1,82 @@
+# 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: xsp\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-03-08 08:45+0100\n"
+"PO-Revision-Date: 2007-04-30 13:19+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
+#: ../mono-apache-server.templates:1001
+msgid "Let mono-apache-server restart Apache?"
+msgstr "Wilt u mono-apache-server Apache laten herstarten?"
+
+#. Type: boolean
+#. Description
+#: ../mono-apache-server.templates:1001
+msgid "The debian version of mono-apache-server includes a mono-server-update.conf script that creates a configuration file for apache to start the ASP.NET applications, and mono-server-update.conf can restart apache if there's a new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is true, then apache will be restarted when there is a new mono-server-hosts.conf file."
+msgstr "De debian-versie van mono-apache-server bevat het script mono-server-update.conf. Dit script maakt een configuratiebestand aan voor apache dat de ASP.NET-applicaties start, en kan apache herstarten als er een nieuw configuratiebestand is (/etc/mono-server/mono-server-hosts.conf). Als u hier aanvaard wordt apache herstart wanneer er een nieuw 'mono-server-hosts.conf'-bestand aanwezig is."
+
+#. Type: boolean
+#. Description
+#: ../mono-xsp.templates:1001
+#: ../mono-xsp2.templates:1001
+msgid "Start on boot?"
+msgstr "Wilt u XSP opstarten tijdens het opstarten van het systeem?"
+
+#. Type: boolean
+#. Description
+#: ../mono-xsp.templates:1001
+msgid "If this is true, then XSP will automatically start when the computer is turned on."
+msgstr "Als u dit aanvaard wordt XSP automatisch opgestart telkens wanneer de computer opstart."
+
+#. Type: string
+#. Description
+#: ../mono-xsp.templates:2001
+#: ../mono-xsp2.templates:2001
+msgid "Bind to address:"
+msgstr "Adres waaraan te binden:"
+
+#. Type: string
+#. Description
+#: ../mono-xsp.templates:2001
+msgid "To function properly, XSP needs to be bound to an IP address. The default (\"0.0.0.0\") binds to all addresses of the server, but a specific port can be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
+msgstr "Om juist te werken dient XSP zich te binden aan een IP-adres. De standaardwaarde ('0.0.0.0') bindt aan alle adressen op de server, maar een specifieke poort kan geselecteerd worden. Als u XSP enkel lokaal wilt gebruiken, kiest u best '127.0.0.1' voor het adres."
+
+#. Type: string
+#. Description
+#: ../mono-xsp.templates:3001
+#: ../mono-xsp2.templates:3001
+msgid "Bind to port:"
+msgstr "Poort waaraan te binden:"
+
+#. Type: string
+#. Description
+#: ../mono-xsp.templates:3001
+#: ../mono-xsp2.templates:3001
+msgid "XSP is bound to a specific port on the server. Common values are 80, 8080, or 8081."
+msgstr "XSP bindt zich aan een specifieke poort op de server. Veelgebruikte waardes zijn 80, 8080, en 8081."
+
+#. Type: boolean
+#. Description
+#: ../mono-xsp2.templates:1001
+msgid "If this is true, then XSP2 will automatically start when the computer is turned on."
+msgstr "Als u dit aanvaard zal XSP2 automatisch starten telkens wanneer de computer opstart."
+
+#. Type: string
+#. Description
+#: ../mono-xsp2.templates:2001
+msgid "To function properly, XSP2 needs to be bound to an IP address. The default (\"0.0.0.0\") binds to all addresses of the server, but a specific port can be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
+msgstr "Om juist te werken dient XSP2 zich te binden aan een IP-adres. De standaardwaarde ('0.0.0.0') bindt aan alle adressen op de server, maar een specifieke poort kan geselecteerd worden. Als u XSPs enkel lokaal wilt gebruiken, kiest u best '127.0.0.1' voor het adres. "
+
Modified: xsp/trunk/debian/po/pt.po
===================================================================
--- xsp/trunk/debian/po/pt.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/pt.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -7,8 +7,8 @@
msgid ""
msgstr ""
"Project-Id-Version: xsp 1.2.1-1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-13 20:35+0100\n"
+"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2007-03-05 19:18+0000\n"
"Last-Translator: Miguel Figueiredo <elmig at debianpt.org>\n"
"Language-Team: Portuguese <traduz at debianpt.org>\n"
Modified: xsp/trunk/debian/po/sv.po
===================================================================
--- xsp/trunk/debian/po/sv.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/sv.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: xsp 1.1.10-1\n"
"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-05 15:45-0500\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2006-02-03 11:24+0100\n"
"Last-Translator: Daniel Nylander <po at danielnylander.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -24,75 +24,124 @@
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
+#: ../mono-apache-server.templates:1001
msgid "Let mono-apache-server restart Apache?"
msgstr "Låta mono-apache-servern starta om Apache?"
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
-msgid "The debian version of mono-apache-server includes a mono-server-update.conf script that creates a configuration file for apache to start the ASP.NET applications, and mono-server-update.conf can restart apache if there's a new configuration file (/etc/mono-server/mono-server-hosts.conf). Would you like to restart apache if there's a new mono-server-hosts.conf file?"
-msgstr "Debian-versionen av mono-apache-servern inkluderar ett skript, mono-server-update.conf som skapar en konfigurationsfil för apache för att starta ASP.NET-applikationer. Skriptet mono-server-update.conf kan starta om apache om det finns en ny konfigurationsfil (/etc/mono-server/mono-server-hosts.conf). Vill du starta om apache om det finns en ny mono-server-hosts.conf fil?"
+#: ../mono-apache-server.templates:1001
+#, fuzzy
+msgid ""
+"The debian version of mono-apache-server includes a mono-server-update.conf "
+"script that creates a configuration file for apache to start the ASP.NET "
+"applications, and mono-server-update.conf can restart apache if there's a "
+"new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is "
+"true, then apache will be restarted when there is a new mono-server-hosts."
+"conf file."
+msgstr ""
+"Debian-versionen av mono-apache-servern inkluderar ett skript, mono-server-"
+"update.conf som skapar en konfigurationsfil för apache för att starta ASP."
+"NET-applikationer. Skriptet mono-server-update.conf kan starta om apache om "
+"det finns en ny konfigurationsfil (/etc/mono-server/mono-server-hosts.conf). "
+"Vill du starta om apache om det finns en ny mono-server-hosts.conf fil?"
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
-msgid "Autostart XSP?"
-msgstr "Starta XSP automatiskt?"
+#: ../mono-xsp.templates:1001 ../mono-xsp2.templates:1001
+msgid "Start on boot?"
+msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
-msgid "Would you like to autostart the XSP process when you start your computer?"
-msgstr "Vill du starta XSP-processen automatiskt när du startar din dator?"
+#: ../mono-xsp.templates:1001
+msgid ""
+"If this is true, then XSP will automatically start when the computer is "
+"turned on."
+msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:11
-#: ../mono-xsp2.templates:11
-msgid "Bind to which address?"
+#: ../mono-xsp.templates:2001 ../mono-xsp2.templates:2001
+#, fuzzy
+msgid "Bind to address:"
msgstr "Bind till vilken adress?"
#. Type: string
#. Description
-#: ../mono-xsp.templates:11
-msgid "What address would you like XSP to bind to? To bind to all of them, enter 0.0.0.0."
-msgstr "Vilken adress vill du att XSP ska binda sig till? För att binda till alla, ange 0.0.0.0."
+#: ../mono-xsp.templates:2001
+msgid ""
+"To function properly, XSP needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
+msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:18
-#: ../mono-xsp2.templates:18
-msgid "Bind to which port?"
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
+#, fuzzy
+msgid "Bind to port:"
msgstr "Bind till vilken port?"
#. Type: string
#. Description
-#: ../mono-xsp.templates:18
-msgid "What port would you like the XSP process to bind to on start? Common values are 80, 8080, or 8081."
-msgstr "Vilken port vill du att XSP-processen ska binda sig till vid uppstart? Vanliga värden är 80, 8080 eller 8081."
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
+#, fuzzy
+msgid ""
+"XSP is bound to a specific port on the server. Common values are 80, 8080, "
+"or 8081."
+msgstr ""
+"Vilken port vill du att XSP-processen ska binda sig till vid uppstart? "
+"Vanliga värden är 80, 8080 eller 8081."
#. Type: boolean
#. Description
-#: ../mono-xsp2.templates:4
-msgid "Autostart XSP 2?"
-msgstr "Starta XSP 2 automatiskt?"
+#: ../mono-xsp2.templates:1001
+msgid ""
+"If this is true, then XSP2 will automatically start when the computer is "
+"turned on."
+msgstr ""
-#. Type: boolean
-#. Description
-#: ../mono-xsp2.templates:4
-msgid "Would you like to autostart the XSP2 process when you start your computer?"
-msgstr "Vill du starta XSP2-processen automatiskt när du startar din dator?"
-
#. Type: string
#. Description
-#: ../mono-xsp2.templates:11
-msgid "What address would you like XSP 2 to bind to? To bind to all of them, enter 0.0.0.0."
-msgstr "Vilken adress vill du att XSP 2 ska binda sig till? För att binda till alla, ange 0.0.0.0."
+#: ../mono-xsp2.templates:2001
+msgid ""
+"To function properly, XSP2 needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
+msgstr ""
-#. Type: string
-#. Description
-#: ../mono-xsp2.templates:18
-msgid "What port would you like the XSP 2 process to bind to on start? Common values are 80, 8080, or 8081."
-msgstr "Vilken port vill du att XSP 2-processen ska binda sig till vid uppstart? Vanliga värden är 80, 8080 eller 8081."
+#~ msgid "Autostart XSP?"
+#~ msgstr "Starta XSP automatiskt?"
+#~ msgid ""
+#~ "Would you like to autostart the XSP process when you start your computer?"
+#~ msgstr "Vill du starta XSP-processen automatiskt när du startar din dator?"
+
+#~ msgid ""
+#~ "What address would you like XSP to bind to? To bind to all of them, enter "
+#~ "0.0.0.0."
+#~ msgstr ""
+#~ "Vilken adress vill du att XSP ska binda sig till? För att binda till "
+#~ "alla, ange 0.0.0.0."
+
+#~ msgid "Autostart XSP 2?"
+#~ msgstr "Starta XSP 2 automatiskt?"
+
+#~ msgid ""
+#~ "Would you like to autostart the XSP2 process when you start your computer?"
+#~ msgstr "Vill du starta XSP2-processen automatiskt när du startar din dator?"
+
+#~ msgid ""
+#~ "What address would you like XSP 2 to bind to? To bind to all of them, "
+#~ "enter 0.0.0.0."
+#~ msgstr ""
+#~ "Vilken adress vill du att XSP 2 ska binda sig till? För att binda till "
+#~ "alla, ange 0.0.0.0."
+
+#~ msgid ""
+#~ "What port would you like the XSP 2 process to bind to on start? Common "
+#~ "values are 80, 8080, or 8081."
+#~ msgstr ""
+#~ "Vilken port vill du att XSP 2-processen ska binda sig till vid uppstart? "
+#~ "Vanliga värden är 80, 8080 eller 8081."
Modified: xsp/trunk/debian/po/templates.pot
===================================================================
--- xsp/trunk/debian/po/templates.pot 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/templates.pot 2007-06-20 23:25:54 UTC (rev 3207)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-05 15:45-0500\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -18,87 +18,78 @@
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
+#: ../mono-apache-server.templates:1001
msgid "Let mono-apache-server restart Apache?"
msgstr ""
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
+#: ../mono-apache-server.templates:1001
msgid ""
"The debian version of mono-apache-server includes a mono-server-update.conf "
"script that creates a configuration file for apache to start the ASP.NET "
"applications, and mono-server-update.conf can restart apache if there's a "
-"new configuration file (/etc/mono-server/mono-server-hosts.conf). Would you "
-"like to restart apache if there's a new mono-server-hosts.conf file?"
+"new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is "
+"true, then apache will be restarted when there is a new mono-server-hosts."
+"conf file."
msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
-msgid "Autostart XSP?"
+#: ../mono-xsp.templates:1001 ../mono-xsp2.templates:1001
+msgid "Start on boot?"
msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
+#: ../mono-xsp.templates:1001
msgid ""
-"Would you like to autostart the XSP process when you start your computer?"
+"If this is true, then XSP will automatically start when the computer is "
+"turned on."
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:11 ../mono-xsp2.templates:11
-msgid "Bind to which address?"
+#: ../mono-xsp.templates:2001 ../mono-xsp2.templates:2001
+msgid "Bind to address:"
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:11
+#: ../mono-xsp.templates:2001
msgid ""
-"What address would you like XSP to bind to? To bind to all of them, enter "
-"0.0.0.0."
+"To function properly, XSP needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:18 ../mono-xsp2.templates:18
-msgid "Bind to which port?"
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
+msgid "Bind to port:"
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:18
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
msgid ""
-"What port would you like the XSP process to bind to on start? Common values "
-"are 80, 8080, or 8081."
+"XSP is bound to a specific port on the server. Common values are 80, 8080, "
+"or 8081."
msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp2.templates:4
-msgid "Autostart XSP 2?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp2.templates:4
+#: ../mono-xsp2.templates:1001
msgid ""
-"Would you like to autostart the XSP2 process when you start your computer?"
+"If this is true, then XSP2 will automatically start when the computer is "
+"turned on."
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp2.templates:11
+#: ../mono-xsp2.templates:2001
msgid ""
-"What address would you like XSP 2 to bind to? To bind to all of them, enter "
-"0.0.0.0."
+"To function properly, XSP2 needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
msgstr ""
-
-#. Type: string
-#. Description
-#: ../mono-xsp2.templates:18
-msgid ""
-"What port would you like the XSP 2 process to bind to on start? Common "
-"values are 80, 8080, or 8081."
-msgstr ""
Modified: xsp/trunk/debian/po/vi.po
===================================================================
--- xsp/trunk/debian/po/vi.po 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/po/vi.po 2007-06-20 23:25:54 UTC (rev 3207)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: xsp 1.0.5-1\n"
"Report-Msgid-Bugs-To: pkg-mono-group at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2005-10-05 15:45-0500\n"
+"POT-Creation-Date: 2007-06-20 17:39-0500\n"
"PO-Revision-Date: 2005-08-21 21:03+0930\n"
"Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list at lists.sourceforge.net>\n"
@@ -18,19 +18,21 @@
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
+#: ../mono-apache-server.templates:1001
msgid "Let mono-apache-server restart Apache?"
msgstr "Cho phép trình mono-apache-server khá»i chạy lại Apache không?"
#. Type: boolean
#. Description
-#: ../mono-apache-server.templates:4
+#: ../mono-apache-server.templates:1001
+#, fuzzy
msgid ""
"The debian version of mono-apache-server includes a mono-server-update.conf "
"script that creates a configuration file for apache to start the ASP.NET "
"applications, and mono-server-update.conf can restart apache if there's a "
-"new configuration file (/etc/mono-server/mono-server-hosts.conf). Would you "
-"like to restart apache if there's a new mono-server-hosts.conf file?"
+"new configuration file (/etc/mono-server/mono-server-hosts.conf). If this is "
+"true, then apache will be restarted when there is a new mono-server-hosts."
+"conf file."
msgstr ""
"Phiên bản Debian của mono-apache-server (trình phục vụ Apache nguá»n ÄÆ¡n) bao "
"gá»m má»t táºp lá»nh cấu hình « mono-server-update.conf » Äá» Apache khá»i chạy "
@@ -40,76 +42,80 @@
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
-#, fuzzy
-msgid "Autostart XSP?"
-msgstr "Tá»± Äá»ng khá»i chạy XSP"
+#: ../mono-xsp.templates:1001 ../mono-xsp2.templates:1001
+msgid "Start on boot?"
+msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp.templates:4
-#, fuzzy
+#: ../mono-xsp.templates:1001
msgid ""
-"Would you like to autostart the XSP process when you start your computer?"
+"If this is true, then XSP will automatically start when the computer is "
+"turned on."
msgstr ""
-"Bạn có muá»n tá»± Äá»ng khá»i chạy tiến trình XSP khi khá»i Äá»ng máy nà y không?"
#. Type: string
#. Description
-#: ../mono-xsp.templates:11 ../mono-xsp2.templates:11
-msgid "Bind to which address?"
+#: ../mono-xsp.templates:2001 ../mono-xsp2.templates:2001
+msgid "Bind to address:"
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:11
+#: ../mono-xsp.templates:2001
msgid ""
-"What address would you like XSP to bind to? To bind to all of them, enter "
-"0.0.0.0."
+"To function properly, XSP needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP only locally, use \"127.0.0.1\" for the address."
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:18 ../mono-xsp2.templates:18
-msgid "Bind to which port?"
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
+msgid "Bind to port:"
msgstr ""
#. Type: string
#. Description
-#: ../mono-xsp.templates:18
+#: ../mono-xsp.templates:3001 ../mono-xsp2.templates:3001
msgid ""
-"What port would you like the XSP process to bind to on start? Common values "
-"are 80, 8080, or 8081."
+"XSP is bound to a specific port on the server. Common values are 80, 8080, "
+"or 8081."
msgstr ""
#. Type: boolean
#. Description
-#: ../mono-xsp2.templates:4
-#, fuzzy
-msgid "Autostart XSP 2?"
-msgstr "Tá»± Äá»ng khá»i chạy XSP"
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp2.templates:4
-#, fuzzy
+#: ../mono-xsp2.templates:1001
msgid ""
-"Would you like to autostart the XSP2 process when you start your computer?"
+"If this is true, then XSP2 will automatically start when the computer is "
+"turned on."
msgstr ""
-"Bạn có muá»n tá»± Äá»ng khá»i chạy tiến trình XSP khi khá»i Äá»ng máy nà y không?"
#. Type: string
#. Description
-#: ../mono-xsp2.templates:11
+#: ../mono-xsp2.templates:2001
msgid ""
-"What address would you like XSP 2 to bind to? To bind to all of them, enter "
-"0.0.0.0."
+"To function properly, XSP2 needs to be bound to an IP address. The default "
+"(\"0.0.0.0\") binds to all addresses of the server, but a specific port can "
+"be selected. To use XSP2 only locally, use \"127.0.0.1\" for the address."
msgstr ""
-#. Type: string
-#. Description
-#: ../mono-xsp2.templates:18
-msgid ""
-"What port would you like the XSP 2 process to bind to on start? Common "
-"values are 80, 8080, or 8081."
-msgstr ""
+#, fuzzy
+#~ msgid "Autostart XSP?"
+#~ msgstr "Tá»± Äá»ng khá»i chạy XSP"
+
+#, fuzzy
+#~ msgid ""
+#~ "Would you like to autostart the XSP process when you start your computer?"
+#~ msgstr ""
+#~ "Bạn có muá»n tá»± Äá»ng khá»i chạy tiến trình XSP khi khá»i Äá»ng máy nà y không?"
+
+#, fuzzy
+#~ msgid "Autostart XSP 2?"
+#~ msgstr "Tá»± Äá»ng khá»i chạy XSP"
+
+#, fuzzy
+#~ msgid ""
+#~ "Would you like to autostart the XSP2 process when you start your computer?"
+#~ msgstr ""
+#~ "Bạn có muá»n tá»± Äá»ng khá»i chạy tiến trình XSP khi khá»i Äá»ng máy nà y không?"
Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules 2007-06-19 19:15:15 UTC (rev 3206)
+++ xsp/trunk/debian/rules 2007-06-20 23:25:54 UTC (rev 3207)
@@ -14,7 +14,10 @@
export MONO_SHARED_DIR=$(CURDIR)
-configure: configure-stamp templates.pot
+# Include dpatch stuff.
+include /usr/share/dpatch/dpatch.make
+
+configure: patch configure-stamp templates.pot
configure-stamp:
dh_testdir
mkdir -p $$MONO_SHARED_DIR
@@ -60,7 +63,7 @@
templates.pot: $(wildcard debian/*.templates)
debconf-updatepo
-clean:
+clean: unpatch
dh_testdir
dh_testroot
# Add here commands to clean up after the build process.
@@ -155,6 +158,7 @@
dh_fixperms
dh_installdeb
dh_shlibdeps
+ dh_makeclilibs -V
dh_clideps -d
dh_gencontrol -- \
-Vmono-abi-comp-version=$(MONO_ABI_COMP_VERSION)
@@ -162,4 +166,4 @@
dh_builddeb
binary: binary-indep
-.PHONY: build clean binary-indep binary install
+.PHONY: build clean binary-indep binary install patch unpatch
More information about the Pkg-mono-svn-commits
mailing list