[Git][haskell-team/DHG_packages][master] debian: add missing $

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Feb 27 01:55:11 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5b81b303 by Clint Adams at 2026-02-26T20:54:48-05:00
debian: add missing $

- - - - -


2 changed files:

- p/haskell-debian/debian/changelog
- p/haskell-debian/debian/rules


Changes:

=====================================
p/haskell-debian/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-debian (4.1.2-2) unstable; urgency=medium
+
+  * Add missing dollar sign in rules file.
+
+ -- Clint Adams <clint at debian.org>  Thu, 26 Feb 2026 20:54:18 -0500
+
 haskell-debian (4.1.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-debian/debian/rules
=====================================
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-RTS_WAYS := (shell ghc --info | grep -e 'RTS ways')
+RTS_WAYS := $(shell ghc --info | grep -e 'RTS ways')
 
 DEB_BUILD_DEPENDENCIES = build-arch
 export DEB_ENABLE_TESTS = yes



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5b81b30347bea51181e0e8d89c84c24e0923417a

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5b81b30347bea51181e0e8d89c84c24e0923417a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260227/e2ae9277/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list