--- scim-canna-1.0.0.orig/debian/changelog +++ scim-canna-1.0.0/debian/changelog @@ -0,0 +1,57 @@ +scim-canna (1.0.0-2) unstable; urgency=low + + * Acknowledge the NMU fix (Closes: #374157) + * Standards-Version bumped to 3.7.2 (no changes requied) + + -- Ikuya Awashiro Sun, 18 Jun 2006 22:09:57 +0900 + +scim-canna (1.0.0-1.0.1) unstable; urgency=low + + * NMU + * im-switch configuration files are moved to scim (and scim-bridge) + packages. + + -- Osamu Aoki Sat, 17 Jun 2006 06:37:55 +0900 + +scim-canna (1.0.0-1) unstable; urgency=low + + * New upstream release + * debian/im-switch/scim-canna: auto-detect for libqscim.so. + + -- Ikuya Awashiro Mon, 27 Feb 2006 22:24:39 +0900 + +scim-canna (0.1.3-1) unstable; urgency=low + + * New upstream release + * close wnpp bug (closes: bug#326631) + + -- Ikuya Awashiro Wed, 31 Aug 2005 00:47:12 +0900 + +scim-canna (0.1.2-1) unstable; urgency=low + + * sync with ubuntu. + * Bump Standards-Version to 3.6.2 (no changes required). + * Add im-swich support. + * debian/rules: enable dh_strip. + * debian/control: changed Depends and Build-Depends for SCIM 1.3.x. + + -- Ikuya Awashiro Tue, 30 Aug 2005 13:16:44 +0000 + +scim-canna (0.1.2-0ubuntu1) hoary-ja; urgency=low + + * New upstream release + + -- Ikuya Awashiro Mon, 29 Aug 2005 18:18:29 +0900 + +scim-canna (0.1.1-0ubuntu1) hoary-ja; urgency=low + + * New upstream release + + -- Ikuya Awashiro Fri, 29 Jul 2005 15:45:27 +0900 + +scim-canna (0.1.0-1ubuntu1) hoary-ja; urgency=low + + * Initial Release. + + -- Ikuya Awashiro Thu, 26 May 2005 17:34:58 +0900 + --- scim-canna-1.0.0.orig/debian/patches/00list +++ scim-canna-1.0.0/debian/patches/00list @@ -0,0 +1 @@ +10_scim-plugin-module-install-dir --- scim-canna-1.0.0.orig/debian/patches/10_scim-plugin-module-install-dir.dpatch +++ scim-canna-1.0.0/debian/patches/10_scim-plugin-module-install-dir.dpatch @@ -0,0 +1,49 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_scim-plugin-module-install-dir.dpatch by Ikuya Awashiro +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad scim-canna-0.1.0/src/Makefile.am /tmp/dpep.earBSf/scim-canna-0.1.0/src/Makefile.am +--- scim-canna-0.1.0/src/Makefile.am 2005-03-20 09:22:11.000000000 +0900 ++++ /tmp/dpep.earBSf/scim-canna-0.1.0/src/Makefile.am 2005-05-26 17:46:22.857928712 +0900 +@@ -14,7 +14,7 @@ + scim_canna_imengine.h \ + scim_canna_prefs.h + +-moduledir = @SCIM_MODULEDIR@/IMEngine ++moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/IMEngine + module_LTLIBRARIES = canna.la + + canna_la_SOURCES = \ +@@ -38,7 +38,7 @@ + SETUP_MODULE = canna-imengine-setup.la + endif + +-setupmoduledir = @SCIM_MODULEDIR@/SetupUI ++setupmoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/SetupUI + setupmodule_LTLIBRARIES = $(SETUP_MODULE) + + canna_imengine_setup_la_SOURCES = scim_canna_imengine_setup.cpp +diff -urNad scim-canna-0.1.0/src/Makefile.in /tmp/dpep.earBSf/scim-canna-0.1.0/src/Makefile.in +--- scim-canna-0.1.0/src/Makefile.in 2005-04-28 12:49:02.000000000 +0900 ++++ /tmp/dpep.earBSf/scim-canna-0.1.0/src/Makefile.in 2005-05-26 17:47:04.856543952 +0900 +@@ -264,7 +264,7 @@ + scim_canna_imengine.h \ + scim_canna_prefs.h + +-moduledir = @SCIM_MODULEDIR@/IMEngine ++moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/IMEngine + module_LTLIBRARIES = canna.la + canna_la_SOURCES = \ + canna_jrkanji.cpp \ +@@ -283,7 +283,7 @@ + @CANNA_LIBS@ + + @SCIM_BUILD_SETUP_TRUE@SETUP_MODULE = canna-imengine-setup.la +-setupmoduledir = @SCIM_MODULEDIR@/SetupUI ++setupmoduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/SetupUI + setupmodule_LTLIBRARIES = $(SETUP_MODULE) + canna_imengine_setup_la_SOURCES = scim_canna_imengine_setup.cpp + canna_imengine_setup_la_CFLAGS = @SCIM_GTKUTILS_CFLAGS@ @SCIM_CFLAGS@ @SCIM_DEBUG_FLAGS@ --- scim-canna-1.0.0.orig/debian/copyright +++ scim-canna-1.0.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Ikuya Awashiro on +Thu, 26 May 2005 17:34:58 +0900. + +It was downloaded from http://sourceforge.jp/projects/scim-imengine/ + +Copyright: + +Upstream Author: + Hiroyuki Ikezoe + Takuro Ashie + +License: + + You are free to distribute this software under the terms of + the GNU General Public License. + On Debian systems, the complete text of the GNU General Public + License can be found in the file `/usr/share/common-licenses/GPL'. --- scim-canna-1.0.0.orig/debian/control +++ scim-canna-1.0.0/debian/control @@ -0,0 +1,18 @@ +Source: scim-canna +Section: utils +Priority: optional +Maintainer: Ikuya Awashiro +Build-Depends: debhelper (>= 4.0.0), dpatch (>= 1.11), libcanna1g-dev, scim (>= 1.3.0), scim-dev (>= 1.3.0), autotools-dev +Standards-Version: 3.7.2 + +Package: scim-canna +Architecture: any +Depends: ${shlibs:Depends}, scim (<< 1.5.0) +Description: SCIM IMEngine module for Canna + Smart Common Input Method platform (SCIM) is an input method server + and a development platform to make Input Method developers' lives + easier. + Canna is a Japanese input system available in Free Software. + Canna provides a unified user interface for inputting Japanese. + Canna converts kana to kanji based on a client-server model and + supports automatic kana-to-kanji conversion. --- scim-canna-1.0.0.orig/debian/rules +++ scim-canna-1.0.0/debian/rules @@ -0,0 +1,115 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/dpatch/dpatch.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure +configure: configure-stamp +configure-stamp: patch-stamp + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + cd po; make update-gmo; cd ../ + #docbook-to-man debian/scim-canna.sgml > scim-canna.1 + + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +#ifneq "$(wildcard /usr/share/misc/config.sub)" "" +# cp -f /usr/share/misc/config.sub config.sub +#endif +#ifneq "$(wildcard /usr/share/misc/config.guess)" "" +# cp -f /usr/share/misc/config.guess config.guess +#endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/scim-canna. + $(MAKE) install DESTDIR=$(CURDIR)/debian/scim-canna + mv $(CURDIR)/debian/scim-canna/usr/lib/scim-1.0/`pkg-config --variable=scim_binary_version scim`/IMEngine/canna.a \ + $(CURDIR)/debian/scim-canna/usr/lib/scim-1.0/`pkg-config --variable=scim_binary_version scim`/IMEngine/libcanna.a + mv $(CURDIR)/debian/scim-canna/usr/lib/scim-1.0/`pkg-config --variable=scim_binary_version scim`/SetupUI/canna-imengine-setup.a \ + $(CURDIR)/debian/scim-canna/usr/lib/scim-1.0/`pkg-config --variable=scim_binary_version scim`/SetupUI/libcanna-imengine-setup.a + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install patch unpatch --- scim-canna-1.0.0.orig/debian/compat +++ scim-canna-1.0.0/debian/compat @@ -0,0 +1 @@ +4 --- scim-canna-1.0.0.orig/debian/docs +++ scim-canna-1.0.0/debian/docs @@ -0,0 +1,2 @@ +NEWS +README