We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f62d7f commit 784ec44Copy full SHA for 784ec44
2 files changed
debian/changelog
@@ -1,3 +1,10 @@
1
+ruby3.4 (3.4.1-1ppa6) focal; urgency=medium
2
+
3
+ [ Aaron Ogata ]
4
+ * check actual file for symlink
5
6
+ -- root <aogata@instructure.com> Tue, 04 Feb 2025 10:49:36 -0800
7
8
ruby3.4 (3.4.1-1ppa5) focal; urgency=medium
9
10
[ Aaron Ogata ]
debian/sanity_check
@@ -12,7 +12,7 @@ test '!' -f debian/tmp/${libdir}/libruby-${RUBY_VERSION}.so.${RUBY_VERSION}
12
13
# only run if this is not a symbolic link
14
# https://github.com/ruby/ruby/commit/120c291fafd438e2bc58f098023c669dadc64b08
15
-if [ ! -L "debian/tmp/${libdir}/pkgconfig" ]; then
+if [ ! -L "debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc" ]; then
16
test '!' -f "debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc"
17
fi
18
0 commit comments