Modification of treatment of double-width character (e.g. Japanese) https://github.com/lxde/qtermwidget/pull/55#issuecomment-170615897 Fixed copyright No full stop in short descriptions, see lintian warning: 'description-synopsis-might-not-be-phrased-properly' Fixed descriptions in debian/control
10 lines
158 B
Makefile
Executable File
10 lines
158 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake \
|
|
--parallel \
|
|
--fail-missing
|