[Git][haskell-team/haskell-devscripts][master] Remove debian/tmp-setup-hs directory in clean target

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Nov 29 03:48:40 GMT 2023



Scott Talbert pushed to branch master at Debian Haskell Group / haskell-devscripts


Commits:
61ad4af0 by Scott Talbert at 2023-11-28T22:35:22-05:00
Remove debian/tmp-setup-hs directory in clean target

- - - - -


2 changed files:

- debian/changelog
- lib/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-devscripts (0.16.33) unstable; urgency=medium
+
+  * Remove debian/tmp-setup-hs directory in clean target
+
+ -- Scott Talbert <swt at techie.net>  Tue, 28 Nov 2023 22:35:12 -0500
+
 haskell-devscripts (0.16.32) unstable; urgency=medium
 
   * Canonicalize paths in dh_haskell_recommends_documentation_references


=====================================
lib/Debian/Debhelper/Buildsystem/Haskell/Recipes.pm
=====================================
@@ -494,7 +494,7 @@ sub clean_recipe {
     run($ENV{DEB_SETUP_BIN_NAME}, qw{clean})
       if -x $ENV{DEB_SETUP_BIN_NAME};
 
-    run(qw{rm -rf dist dist-ghc dist-ghcjs dist-hugs});
+    run(qw{rm -rf dist dist-ghc dist-ghcjs dist-hugs debian/tmp-setup-hs});
     run(qw{rm -f}, $ENV{DEB_SETUP_BIN_NAME});
     run(qw{rm -f Setup.hi Setup.ho Setup.o});
     run(qw{rm -f}, glob('.*config*'));



View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/61ad4af0efecc15987ab731c5bbf3bad896be513

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/commit/61ad4af0efecc15987ab731c5bbf3bad896be513
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/20231129/d2e15a66/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list