Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pellegrino Prevete
libhandy
Commits
3850cb74
Commit
3850cb74
authored
Oct 05, 2018
by
Jeremy Bicha
Committed by
Guido Gunther
Oct 07, 2018
Browse files
debian: Use dh --with gir
so that gir1.2-handy gets its dependencies set correctly
parent
21154226
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
3850cb74
...
...
@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends:
debhelper (>= 11),
gobject-introspection,
gtk-doc-tools,
libgirepository1.0-dev,
libgladeui-dev,
...
...
debian/rules
View file @
3850cb74
...
...
@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ -- -B_build
dh $@
--with gir
-- -B_build
override_dh_auto_configure:
dh_auto_configure -- -Dgtk_doc=true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment