[SCM] Debian packaging of libembperl-perl branch, master, updated. upstream/2.5.0_rc2-71-g4d9b45b

Florian Schlichting fschlich at zedat.fu-berlin.de
Tue Oct 2 21:10:11 UTC 2012


The following commit has been merged in the master branch:
commit 17c0f3d1f2b3053e4a70a533dedc636a4dc4732e
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Tue Oct 2 22:14:28 2012 +0200

    replace embedded code copy (prototype.js) by a symlink and suggest: libjs-prototype

diff --git a/debian/README.Debian b/debian/README.Debian
index b49be0f..68494c9 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -33,3 +33,17 @@ still supported in Debian. However, we urge you to think twice before
 using it for new systems development.
 
  -- Gunnar Wolf <gwolf at debian.org>, Thu, 15 Oct 2009 11:39:18 -0500
+
+Forms examples and libjs-prototype
+----------------------------------
+
+The example code for Embperl::Forms, which is installed in
+/usr/share/doc/libembperl-perl/examples/forms/, includes an embedded
+copy of the Prototype JavaScript Framework library. In Debian, this
+library is shipped as part of the libjs-prototype package, and its
+copy in libembperl-perl was replaced by a symlink.
+
+Thus if you want to run the forms example, please install the
+libjs-prototype package suggested by libembperl-perl.
+
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Tue, 02 Oct 2012 22:12:33 +0200
diff --git a/debian/control b/debian/control
index 6210dff..a60ca63 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Package: libembperl-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libwww-perl
 Recommends: libapache2-mod-perl2 | libfcgi-perl, libapache-sessionx-perl
-Suggests: mmm-mode, libdbix-recordset-perl, apache2-mpm-prefork
+Suggests: mmm-mode, libdbix-recordset-perl, libjs-prototype, apache2-mpm-prefork
 Description: system for building dynamic websites with Perl
  Embperl gives you the power to embed Perl code in your HTML/XML
  documents and the ability to build your Web site out of small
diff --git a/debian/libembperl-perl.links b/debian/libembperl-perl.links
new file mode 100644
index 0000000..4f78c43
--- /dev/null
+++ b/debian/libembperl-perl.links
@@ -0,0 +1 @@
+/usr/share/javascript/prototype/prototype.js    usr/share/doc/libembperl-perl/examples/forms/js/prototype.js

-- 
Debian packaging of libembperl-perl



More information about the Pkg-perl-cvs-commits mailing list