[DHG_packages] 01/01: xmonad: Make sure it builds with dpkg-buildpackage -A

Joachim Breitner nomeata at moszumanska.debian.org
Tue Mar 22 10:04:31 UTC 2016


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

nomeata pushed a commit to branch master
in repository DHG_packages.

commit ccdb093e7996f07c24a1036ca3f38f8247676acd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Mar 22 11:01:59 2016 +0100

    xmonad: Make sure it builds with dpkg-buildpackage -A
---
 p/xmonad/debian/changelog | 6 ++++++
 p/xmonad/debian/rules     | 6 +++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/p/xmonad/debian/changelog b/p/xmonad/debian/changelog
index 054b14f..97dfa4b 100644
--- a/p/xmonad/debian/changelog
+++ b/p/xmonad/debian/changelog
@@ -1,3 +1,9 @@
+xmonad (0.12-2) unstable; urgency=medium
+
+  * Make sure it builds with dpkg-buildpackage -A
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 22 Mar 2016 11:00:15 +0100
+
 xmonad (0.12-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/xmonad/debian/rules b/p/xmonad/debian/rules
index 550f4f5..796581a 100755
--- a/p/xmonad/debian/rules
+++ b/p/xmonad/debian/rules
@@ -3,10 +3,14 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
 
-build/xmonad::
+man/xmonad.1:
 	ghc util/GenerateManpage.hs
 	util/GenerateManpage
 
+build/xmonad:: man/xmonad.1
+
+build/libghc-xmonad-doc:: man/xmonad.1
+
 install/xmonad::
 	dh_installwm
 

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