We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651f9d9 commit f98da5fCopy full SHA for f98da5f
2 files changed
debian/changelog
@@ -1,3 +1,10 @@
1
+ruby3.4 (3.4.1-1ppa4) focal; urgency=medium
2
+
3
+ [ Aaron Ogata ]
4
+ * check if this file is a symbolic link
5
6
+ -- root <aogata@instructure.com> Tue, 04 Feb 2025 09:52:36 -0800
7
8
ruby3.4 (3.4.1-1ppa3) focal; urgency=medium
9
10
* enable trace logging on debian/sanity_check
debian/sanity_check
@@ -9,6 +9,7 @@ archlibdir=usr/lib/${arch}
# files that should NOT exist
11
test '!' -f debian/tmp/${libdir}/libruby-${RUBY_VERSION}.so.${RUBY_VERSION}
12
+ls -la debian/tmp/${libdir}/pkgconfig
13
test '!' -f debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc
14
15
# files that should exist
0 commit comments