[DHG_packages] 01/01: ghc-events: Make debian/rules work when built with -A (Closes: #806621)
Joachim Breitner
nomeata at moszumanska.debian.org
Fri Jul 15 07:35:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to annotated tag haskell-ghc-events_v0.4.4.0-3
in repository DHG_packages.
commit b6633ff12d664b260e0f123b1b38d0dac34dbe65
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Jul 15 09:32:06 2016 +0200
ghc-events: Make debian/rules work when built with -A (Closes: #806621)
---
p/haskell-ghc-events/debian/changelog | 8 ++++++--
p/haskell-ghc-events/debian/rules | 3 ++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/p/haskell-ghc-events/debian/changelog b/p/haskell-ghc-events/debian/changelog
index d726a22..70f5bc6 100644
--- a/p/haskell-ghc-events/debian/changelog
+++ b/p/haskell-ghc-events/debian/changelog
@@ -1,9 +1,13 @@
-haskell-ghc-events (0.4.4.0-3) UNRELEASED; urgency=medium
+haskell-ghc-events (0.4.4.0-3) unstable; 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)
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:20 +0300
+ [ Joachim Breitner ]
+ * Make debian/rules work when built with -A (Closes: #806621)
+
+ -- Joachim Breitner <nomeata at debian.org> Fri, 15 Jul 2016 09:33:34 +0200
haskell-ghc-events (0.4.4.0-2) unstable; urgency=medium
diff --git a/p/haskell-ghc-events/debian/rules b/p/haskell-ghc-events/debian/rules
index ef50b8f..90a4ccf 100755
--- a/p/haskell-ghc-events/debian/rules
+++ b/p/haskell-ghc-events/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-DEB_BUILD_DEPENDENCIES = build-arch
+#DEB_BUILD_DEPENDENCIES = build-arch
# DEB_ENABLE_TESTS = yes
# Work around bug in "Setup haddock", which does not find the header file at
@@ -8,6 +8,7 @@ DEB_BUILD_DEPENDENCIES = build-arch
build/libghc-ghc-events-doc:: dist-ghc/build/EventLogFormat.h
dist-ghc/build/EventLogFormat.h: GHC/RTS/EventLogFormat.h
+ mkdir -p $$(dirname $@)
cp $< $@
include /usr/share/cdbs/1/rules/debhelper.mk
--
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