The following commit has been merged in the jessie branch: commit ff9c5c3f95096382e67796b4ad72eb0bcb7cd7b4 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Thu Jul 18 00:00:10 2013 +0200
Add maintainer scripts for libmapcache0 to call ldconfig. diff --git a/debian/changelog b/debian/changelog index 73d2490..b174640 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ mapcache (1.0.0-3) UNRELEASED; urgency=low * Add patch to set the page height to 100% for the demo service. * Add patch to use 4 space indenting in the generated HTML. * Add watch file. + * Add maintainer scripts for libmapcache0 to call ldconfig. -- Bas Couwenberg <sebas...@xs4all.nl> Sat, 15 Jun 2013 01:34:26 +0200 diff --git a/debian/libmapcache0.postinst b/debian/libmapcache0.postinst new file mode 100644 index 0000000..786d689 --- /dev/null +++ b/debian/libmapcache0.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +#DEBHELPER# + +exit 0 diff --git a/debian/libmapcache0.postrm b/debian/libmapcache0.postrm new file mode 100644 index 0000000..786d689 --- /dev/null +++ b/debian/libmapcache0.postrm @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +# Source debconf library. +. /usr/share/debconf/confmodule + +#DEBHELPER# + +exit 0 -- Packaging for MapCache _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel