--- xipmsg-0.8088.orig/Imakefile +++ xipmsg-0.8088/Imakefile @@ -123,7 +123,9 @@ AD2C=Ad2c/ad2c.script XCOMM Where to install XBM files -XIPM_DIR=$(LIBDIR)/xipmsg +#XIPM_DIR=$(LIBDIR)/xipmsg +# X11R7 transition, /usr/lib/X11 is depreciated: +XIPM_DIR=/usr/share/xipmsg XIPM_XBMDIR=$(XIPM_DIR) MakeDirectories(install,$(XIPM_XBMDIR)) --- xipmsg-0.8088.orig/debian/control +++ xipmsg-0.8088/debian/control @@ -0,0 +1,15 @@ +Source: xipmsg +Section: x11 +Priority: optional +Maintainer: GOTO Masanori +Build-Depends: debhelper (>= 4.0.0), xutils-dev, libx11-dev, libxt-dev, x11proto-core-dev, libxaw7-dev +Standards-Version: 3.7.0 + +Package: xipmsg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A pop up style message communication software + IP Messenger is a pop up style message communication software + for multi platforms. It is based on TCP/IP(UDP). + Xipmsg is the X11 version of IP Messenger. It can communicate + with IP Messengers for Windows/MacOS. --- xipmsg-0.8088.orig/debian/changelog +++ xipmsg-0.8088/debian/changelog @@ -0,0 +1,135 @@ +xipmsg (0.8088-2.1) unstable; urgency=low + + [Jari Aalto] + * Non-maintainer upload. + * debian/control + - (Build-Depends): update obsolete x-dev to x11proto-core-dev. + (important RC bug; Closes: #515475). + * debian/rules + - (build-stamp): Define CC before call to xmkmf(1). + + -- Jari Aalto Sat, 27 Mar 2010 14:58:48 +0200 + +xipmsg (0.8088-2) unstable; urgency=low + + * Fix X11R6 transition. Thanks to Frank Lichtenheld. (Closes: #368284) + + [Frank Lichtenheld ] + * Adapt menu file and XIpmsg_jp.ad to new location of files after + rebuild with new Xorg. + * Change build-depends on xutils to xutils-dev + * Delete debian/conffiles because debhelper actually takes care + of that for us + + [GOTO Masanori ] + * Update Standards-Version. + * Imakefile: Changed to use /usr/share/xipmsg instead of + /usr/X11R6/lib/X11/xipmsg for xbm pixmaps dir: XIPM_DIR. + + -- GOTO Masanori Thu, 25 May 2006 09:05:21 +0900 + +xipmsg (0.8088-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Split xlibs-dev build-dep (Closes: #346956). + + -- Luk Claes Fri, 20 Jan 2006 23:18:44 +0100 + +xipmsg (0.8088-1) unstable; urgency=low + + * New upstream release. + * Change maintainer's mail address. + * debian/rules: Rewritten from scratch. + * debian/copyright: Update. + * Add support Japanese xipmsg resource. + + -- GOTO Masanori Fri, 11 Mar 2005 23:13:47 +0900 + +xipmsg (0.8087-11) unstable; urgency=low + + * Fix Build-Depends on libxaw-dev to use libxaw7-dev, which is wrong + because it's a pure virtual package. Closes: #169998 + + -- GOTO Masanori Fri, 22 Nov 2002 08:53:36 +0900 + +xipmsg (0.8087-10) unstable; urgency=low + + * New maintainer (closes: Bug#97148). + * manpage is now installed. + + -- GOTO Masanori Sun, 25 Nov 2001 00:11:52 +0900 + +xipmsg (0.8087-9) unstable; urgency=low + + * Rebuilding with newer libs + + -- Junichi Uekawa Sun, 6 May 2001 22:44:08 +0900 + +xipmsg (0.8087-8) unstable; urgency=low + + * Fixed locale for Japanese from ja_JP.ujis to ja_JP.eucJP as per the + advisary. + * New maintainer (closes: #84749) + * app-defaults is moved to /etc/X11/{locale}/app-defaults + * /etc/X11/{,ja_JP.eucJP/}app-defaults/XIpmsg is now a conffile + + -- Junichi Uekawa Wed, 4 Apr 2001 00:30:36 +0900 + +xipmsg (0.8087-7) unstable; urgency=low + + * New maintainer. (closes: #74646) + * Removed the README.debian . + * Remove the Makefile in the clean target. + + -- Adrian Bunk Sat, 3 Feb 2001 18:19:00 +0100 + +xipmsg (0.8087-6) unstable; urgency=low + + * Upgraded Standards-Version to 3.2.1. + * Added Build-Depends: debhelper, xutils, xlibs-dev, libxaw-dev. + * Fixed Maintainer line (closes: #80918). + + -- Peter Palfrader Sun, 31 Dec 2000 00:37:58 +0000 + +xipmsg (0.8087-5.1) unstable; urgency=low + + * Maintainer: Debian QA Group + + -- Takuo KITAME Thu, 31 Aug 2000 11:42:42 +0900 + +xipmsg (0.8087-5) frozen unstable; urgency=low + + * Fixed typo in XIpmsg.ad.in (closes: Bug#61388) + + -- Takuo KITAME Thu, 6 Apr 2000 22:25:09 +0900 + +xipmsg (0.8087-4) unstable; urgency=low + + * control: Maintainer address changed. + * control: Standards-Version: 3.0.1 + * rules: FHS compliance. + + -- Takuo KITAME Fri, 15 Oct 1999 01:52:10 +0900 + +xipmsg (0.8087-3) unstable; urgency=low + + * Downloaded original source tar.gz and created a orig.tar.gz , + and rebuild with dpkg-buildpackage -sa option. (closes: Bug#44283) + + -- Takuro KITAME Sun, 5 Sep 1999 16:20:02 +0900 + +xipmsg (0.8087-2) unstable; urgency=low + + * X Resource dir was changed (ja_JP.EUC -> ja_JP.ujis) + + -- Takuro KITAME Wed, 10 Mar 1999 08:03:59 +0900 + +xipmsg (0.8087-1) unstable; urgency=low + + * Initial Release. + + -- Takuro KITAME Wed, 10 Mar 1999 07:41:29 +0900 + +Local variables: +mode: debian-changelog +End: --- xipmsg-0.8088.orig/debian/rules +++ xipmsg-0.8088/debian/rules @@ -0,0 +1,98 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + CC=gcc xmkmf -a + $(MAKE) + sed 's!XIPM_XBMDIR!/usr/share/xipmsg!g' XIpmsg_jp.ad.in > XIpmsg_jp.ad + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/xipmsg. + $(MAKE) install DESTDIR=$(CURDIR)/debian/xipmsg + $(MAKE) install.man DESTDIR=$(CURDIR)/debian/xipmsg + install -c -m 0444 XIpmsg_jp.ad $(CURDIR)/debian/xipmsg/etc/X11/ja_JP.eucJP/app-defaults/XIpmsg + + +# 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 + 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 configure --- xipmsg-0.8088.orig/debian/watch +++ xipmsg-0.8088/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +www.bsddiary.net /xipmsg xipmsg-(.*)\.tar\.gz debian uupdate --- xipmsg-0.8088.orig/debian/docs +++ xipmsg-0.8088/debian/docs @@ -0,0 +1,2 @@ +protocol.txt +README --- xipmsg-0.8088.orig/debian/copyright +++ xipmsg-0.8088/debian/copyright @@ -0,0 +1,43 @@ +This package was debianized by Takuro KITAME . +Current maintainer is Adrian Bunk . + +It was downloaded from http://www.bsddiary.net/xipmsg/ + +Upstream Author: Toshihiro Kanda + +Copyright: + +/* + * Copyright (c) 1995, 1996, 1997, 2004 + * Toshihiro Kanda. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY TOSHIHIRO KANDA AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL TOSHIHIRO KANDA OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + */ + +Original IP Messenger for Windows: + Copyright (C) 1996 by H.Shirouzu + +BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All Rights Reserved. + +AD2C - convert resource files to C decls + by George Ferguson, ferguson at cs.rochester.edu --- xipmsg-0.8088.orig/debian/dirs +++ xipmsg-0.8088/debian/dirs @@ -0,0 +1,6 @@ +etc/X11/app-defaults +etc/X11/ja_JP.eucJP/app-defaults +usr/lib/menu +usr/share/man/man1 +usr/share/doc/xipmsg +usr/share/xipmsg --- xipmsg-0.8088.orig/debian/menu +++ xipmsg-0.8088/debian/menu @@ -0,0 +1,2 @@ +?package(xipmsg):needs="x11" section="Apps/Net"\ + title="xipmsg" command="/usr/bin/xipmsg" --- xipmsg-0.8088.orig/debian/compat +++ xipmsg-0.8088/debian/compat @@ -0,0 +1 @@ +4