[Pkg-haskell-commits] darcs: haskell-devscripts: Move binary-or-shlib-defines-rpath override to the right target.

Joachim Breitner mail at joachim-breitner.de
Sun Dec 21 11:11:37 UTC 2014


Sun Dec 21 11:04:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Move binary-or-shlib-defines-rpath override to the right target.

    M ./debian/changelog +6
    M ./hlibrary.mk -1 +1

Sun Dec 21 11:04:17 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Move binary-or-shlib-defines-rpath override to the right target.
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2014-12-21 11:11:37.425576773 +0000
+++ new-haskell-devscripts/debian/changelog	2014-12-21 11:11:37.441576771 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.9.1) UNRELEASED; urgency=medium
+
+  * Move binary-or-shlib-defines-rpath override to the right target.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Dec 2014 12:01:49 +0100
+
 haskell-devscripts (0.9) experimental; urgency=medium
 
   * Pass -XlibHS to dh_shlibdeps
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2014-12-21 11:11:37.425576773 +0000
+++ new-haskell-devscripts/hlibrary.mk	2014-12-21 11:11:37.437576772 +0000
@@ -171,6 +171,7 @@
 	if [ 'z$(DEB_GHC_EXTRA_PACKAGES)' != 'z' ] ; then \
 		echo '$(DEB_GHC_EXTRA_PACKAGES)' > debian/$(notdir $@)/usr/lib/haskell-packages/ghc/lib/$(CABAL_PACKAGE)-$(CABAL_VERSION)/extra-packages ; \
 	fi
+	echo binary-or-shlib-defines-rpath > debian/libghc-$(CABAL_PACKAGE)-dev.lintian-overrides
 	dh_haskell_provides -p$(notdir $@)
 	dh_haskell_depends -p$(notdir $@)
 	dh_haskell_shlibdeps -p$(notdir $@)
@@ -196,7 +197,6 @@
 		-printf "%p $(DEB_HOOGLE_TXT_DIR)/$(notdir $@).txt\n" >> debian/libghc-$(CABAL_PACKAGE)-doc.links
 	sed -i s,^debian/libghc-$(CABAL_PACKAGE)-doc,, debian/libghc-$(CABAL_PACKAGE)-doc.links
 endif
-	echo binary-or-shlib-defines-rpath > debian/libghc-$(CABAL_PACKAGE)-dev.lintian-overrides
 	dh_haskell_depends -p$(notdir $@)
 
 install/libhugs-$(CABAL_PACKAGE):: $(DEB_SETUP_BIN_NAME) dist-hugs debian/extra-depends




More information about the Pkg-haskell-commits mailing list