[DHG_packages] 02/04: gitit: install forgotten `data/post-update' hook

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Tue Jan 19 01:37:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

kaction-guest pushed a commit to branch master
in repository DHG_packages.

commit 4385700236d92efb9ac538c919bd429bf36d9402
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Mon Jan 18 07:38:35 2016 +0300

    gitit: install forgotten `data/post-update' hook
---
 p/gitit/debian/changelog                 | 1 +
 p/gitit/debian/libghc-gitit-data.install | 1 +
 p/gitit/debian/rules                     | 1 +
 3 files changed, 3 insertions(+)

diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index fb630a7..24f74f2 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -3,6 +3,7 @@ gitit (0.12.0.1-1) UNRELEASED; urgency=medium
   * New upstream release
   * Relax dependency on aeson.
   * Relax dependency on hoauth2 (houth2-0.5 in LTS-4.0)
+  * Install forgotten `data/post-update' hook
 
  -- Dmitry Bogatov <KAction at gnu.org>  Sat, 09 Jan 2016 22:09:53 +0300
 
diff --git a/p/gitit/debian/libghc-gitit-data.install b/p/gitit/debian/libghc-gitit-data.install
index ddd37d0..f9136cb 100644
--- a/p/gitit/debian/libghc-gitit-data.install
+++ b/p/gitit/debian/libghc-gitit-data.install
@@ -7,3 +7,4 @@
 /usr/share/gitit/data/static
 /usr/share/gitit/data/templates
 /usr/share/gitit/data/default.conf
+/usr/share/gitit/data/post-update
diff --git a/p/gitit/debian/rules b/p/gitit/debian/rules
index 0f018ef..b17b5e7 100755
--- a/p/gitit/debian/rules
+++ b/p/gitit/debian/rules
@@ -20,3 +20,4 @@ build/gitit:: $(MANPAGES)
 
 binary-post-install/libghc-gitit-data::
 	dh_linktree -p$(cdbs_curpkg)
+	chmod +x debian/libghc-gitit-data/usr/share/gitit/data/post-update

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list