Codebase list fcitx-sayura / b5cfbcf
debian: Modernize packaging. Boyuan Yang 5 years ago
3 changed file(s) with 23 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
00 Source: fcitx-sayura
11 Section: utils
22 Priority: optional
3 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
3 Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
44 Uploaders:
55 Aron Xu <aron@debian.org>,
6 YunQiang Su <wzssyqa@gmail.com>,
6 YunQiang Su <syq@debian.org>,
77 Eleanor Chen <chenyueg@gmail.com>,
88 Build-Depends:
99 cmake,
10 debhelper (>= 9),
10 debhelper (>= 11),
1111 fcitx-bin (>= 1:4.2.8),
1212 fcitx-libs-dev (>= 1:4.2.8),
1313 intltool,
1414 pkg-config,
15 Standards-Version: 4.1.0
16 Homepage: https://github.com/fcitx/fcitx-sayura
17 Vcs-Git: https://anonscm.debian.org/git/pkg-ime/fcitx-sayura.git
18 Vcs-Browser: https://anonscm.debian.org/git/pkg-ime/fcitx-sayura.git
15 Standards-Version: 4.2.1
16 Homepage: https://gitlab.com/fcitx/fcitx-sayura
17 Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-sayura.git
18 Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-sayura
1919
2020 Package: fcitx-sayura
2121 Architecture: any
00 #!/usr/bin/make -f
1 #export DH_VERBOSE = 1
1 # -*- makefile -*-
2 # Uncomment this to turn on verbose mode.
3 # export DH_VERBOSE=1
4
5 # see FEATURE AREAS in dpkg-buildflags(1)
26 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
37
4 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
8 # see ENVIRONMENT in dpkg-buildflags(1)
9 # package maintainers to append CFLAGS
10 #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
11 # package maintainers to append LDFLAGS
12 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
13
14 include /usr/share/dpkg/architecture.mk
515
616 %:
717 dh $@
1121 override_dh_auto_configure:
1222 dh_auto_configure -- \
1323 -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH)
24
25 override_dh_missing:
26 dh_missing --fail-missing