Commit Graph

6 Commits

Author SHA1 Message Date
Moritz Bunkus
ab6455f68c
build system: fix compatibility with Ruby 3.2.0
Several deprecated functions were removed: `Dir.exists?`,
`File.exists?` & `FileTest.exists?`.  Instead of those
`FileTest.exist?` must be used (without the `s`). See the release
notes for Ruby 3.2.0 as well as the issue for removing the functions:

https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/
https://bugs.ruby-lang.org/issues/17391
2023-01-02 22:57:21 +01:00
Moritz Bunkus
0830be34db
build sys: include globally-required modules from single place 2019-02-05 13:45:34 +01:00
Moritz Bunkus
2bcd1aec8d build system: output tarball file name 2015-05-12 19:23:56 +02:00
Moritz Bunkus
131b693bca build system: don't rename debian-upstream to debian for dev:tarball* targets 2015-05-09 17:18:37 +02:00
Moritz Bunkus
1e567156b5 build system: fix version number variable in dev:tarball* targets 2015-04-26 11:31:11 +02:00
Moritz Bunkus
291890ca30 Build system: rake target for building a source tarball 2014-09-01 15:38:44 +02:00