We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88abee7 commit 03d1982Copy full SHA for 03d1982
debian/control
@@ -5,6 +5,7 @@ Maintainer: Delphix Engineering <eng@delphix.com>
5
Standards-Version: 4.1.2
6
7
Package: gdb-python
8
+Depends: ${shlibs:Depends}
9
Conflicts: gdb, gdbserver
10
Architecture: any
11
Description: Python extensions to GDB
debian/rules
@@ -13,5 +13,6 @@ override_dh_auto_build:
13
14
override_dh_auto_install:
15
$(MAKE) install-gdb DESTDIR=$(CURDIR)/debian/$(SOURCE_NAME)
16
+ rm $(CURDIR)/debian/$(SOURCE_NAME)/usr/share/info/dir
17
18
override_dh_auto_test:
0 commit comments