Skip to content

Commit f98da5f

Browse files
committed
check if this file is a symbolic link
1 parent 651f9d9 commit f98da5f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
ruby3.4 (3.4.1-1ppa3) focal; urgency=medium
29

310
* enable trace logging on debian/sanity_check

debian/sanity_check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ archlibdir=usr/lib/${arch}
99

1010
# files that should NOT exist
1111
test '!' -f debian/tmp/${libdir}/libruby-${RUBY_VERSION}.so.${RUBY_VERSION}
12+
ls -la debian/tmp/${libdir}/pkgconfig
1213
test '!' -f debian/tmp/${libdir}/pkgconfig/ruby-${RUBY_VERSION}.pc
1314

1415
# files that should exist

0 commit comments

Comments
 (0)