Skip to content

Commit 97171a7

Browse files
committed
Trying disabling ruby
1 parent e57f191 commit 97171a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
export DH_VERBOSE=1
44

55
%:
6-
dh $@ --with autoreconf --with python3 --without ruby
6+
dh $@ --with autoreconf --with python3
77

88
override_dh_auto_configure:
99
dh_auto_configure -- --enable-shared_dependencies --disable-ruby
1010

1111
override_dh_install:
1212
dh_install
13-
rm -rf debian/librets-dev/usr/lib/python*
13+
#rm -rf debian/librets-dev/usr/lib/python*
1414
find debian/librets1 -name librets.a -exec rm -f {} \;
1515

1616
override_dh_auto_test:

0 commit comments

Comments
 (0)