[Pkg-mono-svn-commits] [xsp] 01/01: Imported Debian patch 3.8-2.1
Jo Shields
directhex at moszumanska.debian.org
Mon Nov 30 15:25:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/3.8-2.1
in repository xsp.
commit 37e99325fe034bc9a507b5baca5628a46e98f8a5
Author: Damyan Ivanov <dmn at debian.org>
Date: Wed Feb 25 21:14:04 2015 +0000
Imported Debian patch 3.8-2.1
---
debian/changelog | 11 +++++++++++
debian/control | 8 ++++----
debian/mono-xsp2.README.Debian | 37 ++++++++++++++++---------------------
debian/mono-xsp4.README.Debian | 37 ++++++++++++++++---------------------
4 files changed, 47 insertions(+), 46 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4934651..895f497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+xsp (3.8-2.1) unstable; urgency=high
+
+ * Non-maintainer upload fixing bugs blocking serious bug #777597 --
+ perl-modules: upgrade regression: dpkg: dependency problems prevent
+ configuration of perl-modules
+
+ * replace dependencies on 'perl-modules' with 'perl' as per Perl policy
+ (Closes: #779124, #779122, #779125)
+
+ -- Damyan Ivanov <dmn at debian.org> Wed, 25 Feb 2015 21:14:04 +0000
+
xsp (3.8-2) unstable; urgency=medium
* [0daef45] Move build-depends-indep to build-depends, since this is
diff --git a/debian/control b/debian/control
index f8e0757..a48cd66 100644
--- a/debian/control
+++ b/debian/control
@@ -84,7 +84,7 @@ Description: demo pages for ASP.NET infrastructure
Package: mono-apache-server4
Architecture: all
-Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp4-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp4-base (= ${source:Version}), perl
Description: ASP.NET 4.5 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
@@ -96,7 +96,7 @@ Package: mono-apache-server2
Architecture: all
Conflicts: mono-server
Replaces: mono-server
-Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl-modules
+Depends: ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl
Description: ASP.NET 2.0 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
@@ -142,7 +142,7 @@ Description: ASP.NET backend for FastCGI Process Manager - helper lib
Package: mono-fastcgi-server4
Architecture: all
Replaces: mono-fastcgi-server1
-Depends: libfpm-helper0 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, mono-xsp4-base (= ${source:Version}), perl-modules
+Depends: libfpm-helper0 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, mono-xsp4-base (= ${source:Version}), perl
Description: ASP.NET 4.0 backend for FastCGI webservers
mono-fastcgi-server contains the backend for FastCGI. It lets you run
ASP.NET web applications via HTTP servers such as Lighttpd or Apache.
@@ -156,7 +156,7 @@ Package: mono-fastcgi-server2
Architecture: all
Conflicts: mono-server
Replaces: mono-server
-Depends: libfpm-helper0 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl-modules
+Depends: libfpm-helper0 (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, mono-xsp2-base (= ${source:Version}), perl
Description: ASP.NET 2.0 backend for FastCGI webservers
mono-fastcgi-server contains the backend for FastCGI. It lets you run
ASP.NET web applications via HTTP servers such as Lighttpd or Apache.
diff --git a/debian/mono-xsp2.README.Debian b/debian/mono-xsp2.README.Debian
index 30b5e56..7e05a37 100644
--- a/debian/mono-xsp2.README.Debian
+++ b/debian/mono-xsp2.README.Debian
@@ -2,20 +2,19 @@ xsp2 for Debian
--------------
The mono-xsp2 package contains a standalone WebServer to run ASP.NET, developed
-by the Mono hackers, it should run in port 8080 or 8081, the scripts detects
-which port to use.
+by the Mono hackers, it should run in port 8080 or 8081, the scripts detects which port
+to use.
-For example, if you have a mail proxy (or http proxy) using 8080 it should run
-in 8081.
+For example, if you have a mail proxy (or http proxy) using 8080 it should run in 8081.
-To change the port, you need to kill your http/mail proxy or move them to
-other port, and then reconfigure xsp2 as root:
+To change the port, you need to kill your http/mail proxy or move them to other port, and then
+reconfigure xsp2 as root:
# dpkg-reconfigure mono-xsp2
-The way that xsp2 manage the /alias (virtual hosts) is like exim does. We have
-a directory in /etc called xsp2, inside it we have a conf.d directory, were we
-have directories for each 'virtualhost'.
+The way that xsp2 manage the /alias (virtual hosts) is like exim does. We have a directory in
+/etc called xsp2, inside it we have a conf.d directory, were we have directories for each
+'virtualhost'.
For example, we have monodoc-http, so we have:
@@ -27,23 +26,19 @@ Every file is marked by a number, an underscore and the alias name, for example:
/etc/xsp2/conf.d/monodoc/10_monodochttp
-If you want to install a new virtualhost to XSP 2, you just need to apt-get
-it, and if XSP 2 is running it should be started normally, if it's the first
-virtualhost and you configured mono-xsp2 to be started automatically it will
-start xsp2 by default.
+If you want to install a new virtualhost to XSP 2, you just need to apt-get it, and if
+XSP 2 is running it should be started normally, if it's the first virtualhost and you configured
+mono-xsp2 to be started automatically it will start xsp2 by default.
-If you configured mono-xsp2 to NOT be started automatically, you should start
-mono-xsp2 manually:
+If you configured mono-xsp2 to NOT be started automatically, you should start mono-xsp2 manually:
/etc/init.d/mono-xsp2 start
-Also, if you are installing YOUR OWN VirtualHost, you should use
-mono-xsp2-admin (and also the manpage)
+Also, if you are installing YOUR OWN VirtualHost, you should use mono-xsp2-admin (and also the manpage)
-NOTE: In some cases you can find that /etc/mono-server|/etc/xsp2 exists with
-other virtualhosts and you don't have mono-server|mono-xsp2 installed, don't
-get in panic, some virtualhosts installs host configuration files in both
-server (xsp2 and mono-server).
+NOTE: In some cases you can find that /etc/mono-server|/etc/xsp2 exists with other virtualhosts and you
+don't have mono-server|mono-xsp2 installed, don't get in panic, some virtualhosts installs host configuration
+files in both server (xsp2 and mono-server).
Happy Hacking
diff --git a/debian/mono-xsp4.README.Debian b/debian/mono-xsp4.README.Debian
index 2564d0a..7802016 100644
--- a/debian/mono-xsp4.README.Debian
+++ b/debian/mono-xsp4.README.Debian
@@ -2,20 +2,19 @@ xsp4 for Debian
--------------
The mono-xsp4 package contains a standalone WebServer to run ASP.NET, developed
-by the Mono hackers, it should run in port 8080 or 8081, the scripts detects
-which port to use.
+by the Mono hackers, it should run in port 8080 or 8081, the scripts detects which port
+to use.
-For example, if you have a mail proxy (or http proxy) using 8080 it should run
-in 8081.
+For example, if you have a mail proxy (or http proxy) using 8080 it should run in 8081.
-To change the port, you need to kill your http/mail proxy or move them to
-other port, and then reconfigure xsp4 as root:
+To change the port, you need to kill your http/mail proxy or move them to other port, and then
+reconfigure xsp4 as root:
# dpkg-reconfigure mono-xsp4
-The way that xsp4 manage the /alias (virtual hosts) is like exim does. We have
-a directory in /etc called xsp4, inside it we have a conf.d directory, were we
-have directories for each 'virtualhost'.
+The way that xsp4 manage the /alias (virtual hosts) is like exim does. We have a directory in
+/etc called xsp4, inside it we have a conf.d directory, were we have directories for each
+'virtualhost'.
For example, we have monodoc-http, so we have:
@@ -27,23 +26,19 @@ Every file is marked by a number, an underscore and the alias name, for example:
/etc/xsp4/conf.d/monodoc/10_monodochttp
-If you want to install a new virtualhost to XSP 4, you just need to apt-get
-it, and if XSP 4 is running it should be started normally, if it's the first
-virtualhost and you configured mono-xsp4 to be started automatically it will
-start xsp4 by default.
+If you want to install a new virtualhost to XSP 4, you just need to apt-get it, and if
+XSP 4 is running it should be started normally, if it's the first virtualhost and you configured
+mono-xsp4 to be started automatically it will start xsp4 by default.
-If you configured mono-xsp4 to NOT be started automatically, you should start
-mono-xsp4 manually:
+If you configured mono-xsp4 to NOT be started automatically, you should start mono-xsp4 manually:
/etc/init.d/mono-xsp4 start
-Also, if you are installing YOUR OWN VirtualHost, you should use
-mono-xsp4-admin (and also the manpage)
+Also, if you are installing YOUR OWN VirtualHost, you should use mono-xsp4-admin (and also the manpage)
-NOTE: In some cases you can find that /etc/mono-server|/etc/xsp4 exists with
-other virtualhosts and you don't have mono-server|mono-xsp4 installed, don't
-get in panic, some virtualhosts installs host configuration files in both
-server (xsp4 and mono-server).
+NOTE: In some cases you can find that /etc/mono-server|/etc/xsp4 exists with other virtualhosts and you
+don't have mono-server|mono-xsp4 installed, don't get in panic, some virtualhosts installs host configuration
+files in both server (xsp4 and mono-server).
Happy Hacking
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/xsp.git
More information about the Pkg-mono-svn-commits
mailing list