Skip to content

Commit 03d1982

Browse files
author
Prakash Surya
committed
Fix "debsums -c" issue with "dir.gz" file
1 parent 88abee7 commit 03d1982

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Maintainer: Delphix Engineering <eng@delphix.com>
55
Standards-Version: 4.1.2
66

77
Package: gdb-python
8+
Depends: ${shlibs:Depends}
89
Conflicts: gdb, gdbserver
910
Architecture: any
1011
Description: Python extensions to GDB

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ override_dh_auto_build:
1313

1414
override_dh_auto_install:
1515
$(MAKE) install-gdb DESTDIR=$(CURDIR)/debian/$(SOURCE_NAME)
16+
rm $(CURDIR)/debian/$(SOURCE_NAME)/usr/share/info/dir
1617

1718
override_dh_auto_test:

0 commit comments

Comments
 (0)