[SCM] Debian packaging of libapache-asp-perl branch, master, updated. 14e3fcdacdb969335770d05f5d29723d8bf338a2

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 00:11:06 UTC 2012


The following commit has been merged in the master branch:
commit 4edd3695fb3b77451efc264a43e3241c7b09f051
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Wed Mar 7 22:31:42 2012 +0100

    Added editor syntax highlighting extensions to examples
    
    ...or should we install them into the proper paths? But then we'd have
    to depend on vim and emacs. And separate packages like vim-syntax-aasp
    seem a little too much...

diff --git a/debian/changelog b/debian/changelog
index 76a5cda..1b672d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libapache-asp-perl (2.62-1) UNRELEASED; urgency=low
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
   * Refreshed patches, forwarded pod.patch.
   * Added a doc-base registration file (closes: #451731).
+  * Added editor syntax highlighting extensions to examples.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Wed, 07 Mar 2012 18:38:28 +0100
 
diff --git a/debian/libapache-asp-perl.examples b/debian/libapache-asp-perl.examples
index 1193e29..590f1ed 100644
--- a/debian/libapache-asp-perl.examples
+++ b/debian/libapache-asp-perl.examples
@@ -1,2 +1,3 @@
 debian/index.html
 site/eg/.htaccess
+editors/*
diff --git a/debian/rules b/debian/rules
index 6664d48..5221e0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 override_dh_installdocs:
 	dh_installdocs
 	mv $(TMP)/usr/share/doc/$(PACKAGE)/site $(TMP)/usr/share/doc/$(PACKAGE)/html
+
+override_dh_installexamples:
+	dh_installexamples
+	chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

-- 
Debian packaging of libapache-asp-perl



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