[DHG_packages] 01/01: gtk2hs-buildtools: Fix FTBFS when --no-arch-all
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Sat Oct 29 18:20:10 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository DHG_packages.
commit 00433c429323d478328d7fb6e557b463309eab2b
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Sat Oct 29 21:13:17 2016 +0300
gtk2hs-buildtools: Fix FTBFS when --no-arch-all
Fix FTBFS when architecture independent binary packages
are not being built.
---
p/gtk2hs-buildtools/debian/changelog | 7 +++++++
p/gtk2hs-buildtools/debian/rules | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/p/gtk2hs-buildtools/debian/changelog b/p/gtk2hs-buildtools/debian/changelog
index 0157e1e..cb5f6a7 100644
--- a/p/gtk2hs-buildtools/debian/changelog
+++ b/p/gtk2hs-buildtools/debian/changelog
@@ -1,3 +1,10 @@
+gtk2hs-buildtools (0.13.2.1-5) unstable; urgency=medium
+
+ * Fix FTBFS when architecture independent binary packages
+ are not being built.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Sat, 29 Oct 2016 21:10:49 +0300
+
gtk2hs-buildtools (0.13.2.1-4) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/gtk2hs-buildtools/debian/rules b/p/gtk2hs-buildtools/debian/rules
index 3e9ea51..68816cb 100755
--- a/p/gtk2hs-buildtools/debian/rules
+++ b/p/gtk2hs-buildtools/debian/rules
@@ -10,6 +10,6 @@ build/gtk2hs-buildtools:: build-ghc-stamp
install/gtk2hs-buildtools::
$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc \
--destdir=debian/gtk2hs-buildtools/
- rm -r debian/gtk2hs-buildtools/usr/lib/haskell-packages
- rm -r debian/gtk2hs-buildtools/usr/lib/ghc-doc
- rm -r debian/gtk2hs-buildtools/usr/share/doc/*ghc*
+ rm -rf debian/gtk2hs-buildtools/usr/lib/haskell-packages
+ rm -rf debian/gtk2hs-buildtools/usr/lib/ghc-doc
+ rm -rf debian/gtk2hs-buildtools/usr/share/doc/*ghc*
--
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