[DHG_packages] 01/02: gitit: Specify the destination to use in package.install

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon May 30 16:21:31 UTC 2016


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

iliastsi-guest pushed a commit to branch LTS-6
in repository DHG_packages.

commit efbf67cf51511c868e1bc2df23ada356fa6eb088
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Mon May 30 19:06:54 2016 +0300

    gitit: Specify the destination to use in package.install
    
    The cabal-debian tool does not support the autodest feature of
    dh_install, so specify the destination to use in the d/package.install
    files.
---
 p/gitit/debian/changelog                 |  5 +++++
 p/gitit/debian/gitit.install             |  6 +++---
 p/gitit/debian/libghc-gitit-data.install | 20 ++++++++++----------
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index 5339b54..69691c1 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -1,8 +1,13 @@
 gitit (0.12.1-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
+  [ Ilias Tsitsimpis ]
+  * Specify the destination to use in the d/package.install files
+    The cabal-debian tool does not support the autodest feature of dh_install.
+
  -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:43 +0300
 
 gitit (0.12.1-2) unstable; urgency=medium
diff --git a/p/gitit/debian/gitit.install b/p/gitit/debian/gitit.install
index b6896e7..c20dec5 100644
--- a/p/gitit/debian/gitit.install
+++ b/p/gitit/debian/gitit.install
@@ -1,3 +1,3 @@
-/usr/bin/*
-/usr/share/gitit/README.markdown
-/usr/share/gitit/plugins
+/usr/bin/* usr/bin
+/usr/share/gitit/README.markdown usr/share/gitit
+/usr/share/gitit/plugins usr/share/gitit
diff --git a/p/gitit/debian/libghc-gitit-data.install b/p/gitit/debian/libghc-gitit-data.install
index f9136cb..f477501 100644
--- a/p/gitit/debian/libghc-gitit-data.install
+++ b/p/gitit/debian/libghc-gitit-data.install
@@ -1,10 +1,10 @@
-/usr/share/gitit/CHANGES
-/usr/share/gitit/TANGOICONS
-/usr/share/gitit/data/markup.*
-/usr/share/gitit/data/*.page
-/usr/share/gitit/data/markupHelp
-/usr/share/gitit/data/s5
-/usr/share/gitit/data/static
-/usr/share/gitit/data/templates
-/usr/share/gitit/data/default.conf
-/usr/share/gitit/data/post-update
+/usr/share/gitit/CHANGES usr/share/gitit
+/usr/share/gitit/TANGOICONS usr/share/gitit
+/usr/share/gitit/data/markup.* usr/share/gitit/data
+/usr/share/gitit/data/*.page usr/share/gitit/data
+/usr/share/gitit/data/markupHelp usr/share/gitit/data
+/usr/share/gitit/data/s5 usr/share/gitit/data
+/usr/share/gitit/data/static usr/share/gitit/data
+/usr/share/gitit/data/templates usr/share/gitit/data
+/usr/share/gitit/data/default.conf usr/share/gitit/data
+/usr/share/gitit/data/post-update usr/share/gitit/data

-- 
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