debian/0000755000000000000000000000000011736744437007206 5ustar debian/control0000644000000000000000000000150411733742206010576 0ustar Source: gkrelluim Section: x11 Priority: extra Maintainer: HIGUCHI Daisuke (VDR dai) Build-Depends: debhelper (>= 7.0.50~), autotools-dev, pkg-config, libglib2.0-dev, intltool, libgtk2.0-dev, libuim-dev, gkrellm Standards-Version: 3.9.3 Homepage: http://vdr.jp/d/gkrelluim.html Vcs-Git: git://anonscm.debian.org/collab-maint/gkrelluim.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/gkrelluim.git Package: gkrelluim Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gkrellm Description: GKrellM plugin for uim A GKrellM plugin for an input method module library uim. It allows you to monitor and configure uim on GKrellM. . You can watch uim conversion status on GKrellM panel and change uim conversion mode on GKrellM button. In addition, you can launch uim related tools on it. debian/changelog0000644000000000000000000000256711736744424011066 0ustar gkrelluim (0.3.1-4) unstable; urgency=low * debian/patches/gcc47_remove_Wl.patch: new file. - remove -Wl to build with GCC 4.7 (Closes: #667181). -- HIGUCHI Daisuke (VDR dai) Wed, 04 Apr 2012 12:55:40 +0900 gkrelluim (0.3.1-3) unstable; urgency=low * debian/rules: enable hardening build flags using dpkg-buildflags. * debian/copyright: switched to DEP-5 format. * Standards-Version: 3.9.3 -- HIGUCHI Daisuke (VDR dai) Mon, 26 Mar 2012 10:16:49 +0900 gkrelluim (0.3.1-2) unstable; urgency=low * debian/control - update my email address - bump Standards-Version (no need changes) - add Vcs-* headers * debian/copyright - eliminate lintian warning (helper-templates-in-copyright) * debian/watch - eliminate lintian warning (debian-watch-contains-dh_make-template) -- HIGUCHI Daisuke (VDR dai) Tue, 03 Jan 2012 01:28:01 +0900 gkrelluim (0.3.1-1) unstable; urgency=low * Really initial release (Closes: #324962) - Previous version was rejected by ftpmaster for copyright issue. - New upstream release: removed intl/* that caused copyright issue. -- HIGUCHI Daisuke (VDR dai) Thu, 15 Jul 2010 16:46:10 +0900 gkrelluim (0.3.0-1) unstable; urgency=low * Initial release (Closes: #324962) -- HIGUCHI Daisuke (VDR dai) Sat, 29 May 2010 16:26:48 +0900 debian/docs0000644000000000000000000000001411656373751010052 0ustar NEWS README debian/watch0000644000000000000000000000012011656374150010220 0ustar version=3 http://vdlinux.sourceforge.jp/dists/GKrellUIM/gkrelluim-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211656373751010402 0ustar 7 debian/source/0000755000000000000000000000000011656373751010504 5ustar debian/source/format0000644000000000000000000000001411656373751011712 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000204411733742120011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gkrelluim Source: http://vdr.jp/d/gkrelluim.html Files: * Copyright: 2004-2010 dai License: GPL-2 Copyright (C) 2004-2010 dai . 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. . 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. . 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 . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/patches/0000755000000000000000000000000011736743071010626 5ustar debian/patches/series0000644000000000000000000000002611736742737012051 0ustar gcc47_remove_Wl.patch debian/patches/gcc47_remove_Wl.patch0000644000000000000000000000177711736743071014611 0ustar Description: remove -Wl to build with GCC 4.7 Author: HIGUCHI Daisuke (VDR dai) diff --git a/src/Makefile.am b/src/Makefile.am index 8fdc2a8..937d7ac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,4 +5,4 @@ plugindir = $(libdir)/gkrellm2/plugins/ gkrelluim_so_SOURCES = gkrelluim.c uim-helper.c gkrelluim.h AM_CFLAGS = -fPIC @GKRELLM_CFLAGS@ -DUIM_PIXMAPSDIR="\"$(datadir)/uim/pixmaps/\"" -AM_LDFLAGS = -Wl -shared @GKRELLM_LIBS@ @UIM_LIBS@ +AM_LDFLAGS = -shared @GKRELLM_LIBS@ @UIM_LIBS@ diff --git a/src/Makefile.in b/src/Makefile.in index 35d06cc..8d189bb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -181,7 +181,7 @@ top_srcdir = @top_srcdir@ plugindir = $(libdir)/gkrellm2/plugins/ gkrelluim_so_SOURCES = gkrelluim.c uim-helper.c gkrelluim.h AM_CFLAGS = -fPIC @GKRELLM_CFLAGS@ -DUIM_PIXMAPSDIR="\"$(datadir)/uim/pixmaps/\"" -AM_LDFLAGS = -Wl -shared @GKRELLM_LIBS@ @UIM_LIBS@ +AM_LDFLAGS = -shared @GKRELLM_LIBS@ @UIM_LIBS@ all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am debian/rules0000755000000000000000000000035411733742576010267 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 confflags ?= $(shell dpkg-buildflags --export=configure) %: dh $@ override_dh_auto_configure: dh_auto_configure -- $(confflags)