• R/O
  • HTTP
  • SSH
  • HTTPS

canna-yubin: コミット

canna-yubinのprogram+dataです。programのライセンスはGPL-2.0+です。dataはPublic Domainです。


コミットメタ情報

リビジョン476f2019bce3021363ff927e69c00414eda7e01e (tree)
日時2015-01-27 14:50:33
作者Mitsutoshi NAKANO <bkbin005@rink...>
コミッターMitsutoshi NAKANO

ログメッセージ

use autotools-dev

modified: debian/rules

変更サマリ

差分

--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,50 @@
11 #!/usr/bin/make -f
2-# -*- makefile -*-
2+# -*- GNUmakefile -*-
33 # Copyright (C) 2001 Yoshito Komatsu
4-# 2014 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
4+# 2014, 2015 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
55 #
6-# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
6+# This program is free software; you can redistribute it and/or modify it
7+# under the terms of the GNU General Public License as published
8+# by the Free Software Foundation; either version 2 of the License,
9+# or (at your option) any later version.
710 #
8-# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11+# This program is distributed in the hope that it will be useful,
12+# but WITHOUT ANY WARRANTY; without even the implied warranty of
13+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14+# See the GNU General Public License for more details.
915 #
10-# You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16+# You should have received a copy of the GNU General Public License along
17+# with this program; if not, write to the Free Software Foundation, Inc.,
18+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1119
12-# Uncomment this to turn on verbose mode.
13-#export DH_VERBOSE=1
20+# See debhelper(7) (uncomment to enable)
21+# output every command that modifies files on the build system.
22+#DH_VERBOSE = 1
1423
24+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
25+DPKG_EXPORT_BUILDFLAGS = 1
26+include /usr/share/dpkg/default.mk
27+
28+# see FEATURE AREAS in dpkg-buildflags(1)
29+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
30+
31+# see ENVIRONMENT in dpkg-buildflags(1)
32+# package maintainers to append CFLAGS
33+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
34+# package maintainers to append LDFLAGS
35+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
36+
37+
38+# main packaging script based on dh7 syntax
1539 %:
16- dh $@
40+ dh $@ --with autotools-dev
41+
42+# debmake generated override targets
43+# This is example for Cmake (See http://bugs.debian.org/641051 )
44+#override_dh_auto_configure:
45+# dh_auto_configure -- \
46+# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
1747
1848 override_dh_install:
49+ mkdir -p debian/canna-yubin/etc/canna/dics.dir.d/
1950 cp -f debian/yubin.dics.dir.off debian/canna-yubin/etc/canna/dics.dir.d/
旧リポジトリブラウザで表示