Loading p/haskell-random/debian/changelog +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. Loading p/haskell-random/debian/rules +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 Loading
p/haskell-random/debian/changelog +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. Loading
p/haskell-random/debian/rules +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