Commit 9365cadd authored by Clint Adams's avatar Clint Adams
Browse files

random: explicitly set DEB_CABAL_PACKAGE in debian/rules

parent 2d3603aa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-random (1.1-10) unstable; urgency=medium

  * Explicitly set DEB_CABAL_PACKAGE in rules file.

 -- Clint Adams <clint@debian.org>  Mon, 29 Jul 2019 15:39:23 -0400

haskell-random (1.1-9) unstable; urgency=medium

  * Revert debhelper-compat change.
+4 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = random
DEB_DEFAULT_COMPILER = ghc

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk