Skip to content

Commit

Permalink
debian: Don't install CScreensaver-1.0.gir.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Feb 26, 2024
1 parent e3a6586 commit 97fcf5d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library and introspection data used by cinnamon-screensaver
cinnamon-screensaver is a screen saver and locker that aims to have simple,
sane and secure defaults, and be well integrated with the Cinnamon desktop.
Expand Down
1 change: 0 additions & 1 deletion debian/libcscreensaver0.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
usr/lib/*/girepository-1.0/CScreensaver-1.0.typelib
usr/lib/*/libcscreensaver.so.0
usr/lib/*/libcscreensaver.so.0.*
usr/share/gir-1.0/CScreensaver-1.0.gir
1 change: 1 addition & 0 deletions debian/not-installed
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ usr/include/cinnamon-screensaver/
# precompiled python files
*/__pycache__/

usr/share/gir-1.0/CScreensaver-1.0.gir
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
dh $@ --with=python3,gir
dh $@ --with=python3

override_dh_strip:
dh_strip --dbg-package=libcscreensaver-dbg
Expand Down

0 comments on commit 97fcf5d

Please sign in to comment.