[Pkg-mono-svn-commits] [SCM] xsp branch, master, updated. debian/2.6.5-3-42-g87885a0

Jo Shields directhex at apebox.org
Mon Mar 28 08:00:00 UTC 2011


The following commit has been merged in the master branch:
commit ef6ca7112cc269e30328fcbe4fb26a251582189c
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Mar 28 00:35:22 2011 +0100

    Add an xsp.pm, for DebHelper, so we can call "dh --with xsp" in XSP apps to handle dh_installxsp

diff --git a/debian/dh-xsp.install b/debian/dh-xsp.install
index 3cb7efc..79ce363 100644
--- a/debian/dh-xsp.install
+++ b/debian/dh-xsp.install
@@ -3,3 +3,4 @@ debian/postrm-monoxsp1 /usr/share/debhelper/autoscripts
 debian/postrm-monoxsp2 /usr/share/debhelper/autoscripts
 debian/postinst-monoxsp1 /usr/share/debhelper/autoscripts
 debian/postinst-monoxsp2 /usr/share/debhelper/autoscripts
+debian/xsp.pm /usr/share/perl5/Debian/Debhelper/Sequence
diff --git a/debian/xsp.pm b/debian/xsp.pm
new file mode 100644
index 0000000..93d77a3
--- /dev/null
+++ b/debian/xsp.pm
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+# debhelper sequence file for xsp scripts
+
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+# have to use dh_installdeb as those scripts need to run for
+# binary-arch and binary-indep packages
+insert_before("dh_installdeb", "dh_installxsp");
+
+1;

-- 
xsp



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