Andreas Tille pushed to branch master at Debian Med / phybin
Commits: 03533d46 by Scott Talbert at 2025-10-15T19:57:10-04:00 Build with dh-haskell instead of cdbs - - - - - ad82c112 by Andreas Tille at 2025-10-16T06:53:53+02:00 Merge branch 'dh-haskell' into 'master' Build with dh-haskell instead of cdbs See merge request med-team/phybin!1 - - - - - 4 changed files: - debian/control - − debian/phybin.haskell-binaries - + debian/phybin.install - debian/rules Changes: ===================================== debian/control ===================================== @@ -5,10 +5,9 @@ Uploaders: Section: science Priority: optional Build-Depends: - cdbs, + dh-sequence-haskell, debhelper (>= 11), ghc, - haskell-devscripts, libghc-async-dev, libghc-fgl-dev, libghc-graphviz-dev, ===================================== debian/phybin.haskell-binaries deleted ===================================== @@ -1 +0,0 @@ -phybin ===================================== debian/phybin.install ===================================== @@ -0,0 +1 @@ +dist-ghc/build/phybin/phybin usr/bin ===================================== debian/rules ===================================== @@ -1,10 +1,6 @@ #!/usr/bin/make -f -DEB_ENABLE_TESTS = yes -DEB_CABAL_PACKAGE = phybin -DEB_DEFAULT_COMPILER = ghc +export DEB_ENABLE_TESTS = yes -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/hlibrary.mk - -build/phybin:: build-ghc-stamp +%: + dh $@ View it on GitLab: https://salsa.debian.org/med-team/phybin/-/compare/ea0771b712d694995bd2d2cdd3f57dfea4295d17...ad82c1120ec63c4cb26df74d0c1eee69ab5944c1 -- View it on GitLab: https://salsa.debian.org/med-team/phybin/-/compare/ea0771b712d694995bd2d2cdd3f57dfea4295d17...ad82c1120ec63c4cb26df74d0c1eee69ab5944c1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
