Skip to content

Commit

Permalink
debian: use auto-generated debug symbols packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Mar 18, 2024
1 parent 149669a commit 28e0b33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
14 changes: 0 additions & 14 deletions debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Description: cross-platform C++ GUI library.
GUI library using OpenGL 2 rendering backend.

Package: libruisapp-opengl$(soname)-dbg
Architecture: any
Section: debug
Depends: libruisapp-opengl$(soname) (= ${binary:Version}), ${misc:Depends}
Description: libruisapp-opengl2 debugging symbols
Debug symbols for libruisapp-opengl2 library.

Package: libruisapp-opengles$(soname)
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: cross-platform C++ GUI library.
GUI library using OpenGL 2 rendering backend.

Package: libruisapp-opengles$(soname)-dbg
Architecture: any
Section: debug
Depends: libruisapp-opengles$(soname) (= ${binary:Version}), ${misc:Depends}
Description: libruisapp-opengl2 debugging symbols
Debug symbols for libruisapp-opengl2 library.

Package: libruisapp-dev
Section: libdevel
Architecture: any
Expand Down
12 changes: 0 additions & 12 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
#!/usr/bin/make -f
%:
dh $@

.PHONY: override_dh_auto_test
override_dh_auto_test:
#do nothing

.PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=$(filter %-dbg, $(shell awk '/^Package: /{print $2}' debian/control))

.PHONY: override_dh_auto_install
override_dh_auto_install:
PREFIX=/usr dh_auto_install

0 comments on commit 28e0b33

Please sign in to comment.