[Pkg-mono-svn-commits] rev 1370 - in xsp/trunk/debian: . po

Pablo Fischer pabl0-guest@haydn.debian.org
Mon, 23 Aug 2004 10:52:26 -0600


Author: pabl0-guest
Date: 2004-08-23 10:52:21 -0600 (Mon, 23 Aug 2004)
New Revision: 1370

Removed:
   xsp/trunk/debian/po/en.po
   xsp/trunk/debian/po/es.po
Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/control
   xsp/trunk/debian/mono-apache-server.templates
   xsp/trunk/debian/po/POTFILES.in
   xsp/trunk/debian/po/templates.pot
   xsp/trunk/debian/rules
Log:
Fixed po support, it was buggy and lintian was warning me.

asp.net dlls should not be chmod +x


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/changelog	2004-08-23 16:52:21 UTC (rev 1370)
@@ -1,6 +1,6 @@
 xsp (1.0.1-1) unstable; urgency=low
 
-  * NEW Release
+  * NEW upstream release
   * Pablo Fischer
     + xsp should create his own chroot (SHARED_DIR) (closes: #259163)
     + update-mono-server.conf is a symlink of mono-server-update.conf, 

Modified: xsp/trunk/debian/control
===================================================================
--- xsp/trunk/debian/control	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/control	2004-08-23 16:52:21 UTC (rev 1370)
@@ -4,7 +4,7 @@
 Maintainer: Debian Mono group <pkg-mono-group@lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade@debian.org>, Pablo Fischer <pablo@pablo.com.mx>, Michael Schiansky <ms@debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4.1.16), mono-mcs | c-sharp-compiler, libmono-dev, mono-utils (>> 1.0)
+Build-Depends: debhelper (>= 4.1.16), autotools-dev, mono-mcs | c-sharp-compiler, libmono-dev, mono-utils (>> 1.0)
 
 Package: mono-xsp
 Architecture: all

Modified: xsp/trunk/debian/mono-apache-server.templates
===================================================================
--- xsp/trunk/debian/mono-apache-server.templates	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/mono-apache-server.templates	2004-08-23 16:52:21 UTC (rev 1370)
@@ -2,9 +2,9 @@
 Type: boolean
 Default: true
 _Description: Let mono-apache-server restart Apache?
- 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?
-
+ 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?

Modified: xsp/trunk/debian/po/POTFILES.in
===================================================================
--- xsp/trunk/debian/po/POTFILES.in	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/po/POTFILES.in	2004-08-23 16:52:21 UTC (rev 1370)
@@ -1,3 +1,2 @@
 [type: gettext/rfc822deb] mono-apache-server.templates
 [type: gettext/rfc822deb] mono-xsp.templates
-

Deleted: xsp/trunk/debian/po/en.po
===================================================================
--- xsp/trunk/debian/po/en.po	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/po/en.po	2004-08-23 16:52:21 UTC (rev 1370)
@@ -1,55 +0,0 @@
-#
-#    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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-08-08 12:28-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Pablo Fischer <pablo@pablo.com.mx>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../mono-apache-server.templates:4
-msgid "Let mono-apache-server restart Apache?"
-msgstr ""
-
-#. 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 ""
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp.templates:4
-msgid "Autostart XSP"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp.templates:4
-msgid ""
-"Would you like to autostart the XSP process when you start your computer?."
-msgstr ""

Deleted: xsp/trunk/debian/po/es.po
===================================================================
--- xsp/trunk/debian/po/es.po	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/po/es.po	2004-08-23 16:52:21 UTC (rev 1370)
@@ -1,61 +0,0 @@
-	#
-#    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.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-08-08 12:28-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Pablo Fischer <pablo@pablo.com.mx>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../mono-apache-server.templates:4
-msgid "Let mono-apache-server restart Apache?"
-msgstr "Permitir que mono-apache-server reinicie a 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 ""
-"El paquete de Debian mono-apache-server incluye un script llamado "
-"mono-server-update.conf capaz de crear un archivo de configuration para iniciar "
-"todas las aplicaciones ASP.NET, y mono-server-update.conf va a reiniciar a Apache "
-"en caso necesario (que se hayan encontrado cambios). Deseas que se reinicie Apache "
-"si se encuentran cambios en mono-server-hosts.conf (creado por mono-server-update.conf)?"
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp.templates:4
-msgid "Autostart XSP"
-msgstr "Autoiniciar XSP"
-
-#. Type: boolean
-#. Description
-#: ../mono-xsp.templates:4
-msgid ""
-"Would you like to autostart the XSP process when you start your computer?."
-msgstr ""
-"Deseas que se inicie XSP cada que reinicies el sistema?"

Modified: xsp/trunk/debian/po/templates.pot
===================================================================
--- xsp/trunk/debian/po/templates.pot	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/po/templates.pot	2004-08-23 16:52:21 UTC (rev 1370)
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-08-08 12:28-0500\n"
+"POT-Creation-Date: 2004-08-21 22:01-0500\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -35,10 +35,10 @@
 #: ../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?"
+"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 ""
 
 #. Type: boolean

Modified: xsp/trunk/debian/rules
===================================================================
--- xsp/trunk/debian/rules	2004-08-23 16:50:12 UTC (rev 1369)
+++ xsp/trunk/debian/rules	2004-08-23 16:52:21 UTC (rev 1370)
@@ -33,9 +33,15 @@
 	touch build-stamp
 
 templates.pot: $(wildcard debian/*.templates)
-	@debconf-updatepo
+	debconf-updatepo
 
 clean:
+	#use updated config.{sub|guess} files
+	-test -r /usr/share/misc/config.sub && \
+	cp -f /usr/share/misc/config.sub config.sub
+	-test -r /usr/share/misc/config.guess && \
+	cp -f /usr/share/misc/config.guess config.guess
+
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
@@ -82,7 +88,7 @@
 	cd test && cp *.dll $(CURDIR)/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin
 	rm -Rf $(CURDIR)/debian/asp.net-examples/usr/share/asp.net-demos/asp/monodoc.ashx
 	chmod -x $(CURDIR)/debian/asp.net-examples/usr/share/asp.net-demos/*/*
-	chmod +x $(CURDIR)/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin
+#	chmod -x $(CURDIR)/debian/asp.net-examples/usr/share/asp.net-demos/asp/bin
 
 	cp $(CURDIR)/debian/mono-xsp-update.conf debian/mono-xsp/usr/share/dotnet/xsp/
 	cp $(CURDIR)/debian/mono-xsp-admin.conf debian/mono-xsp/usr/share/dotnet/xsp/