--- wmcoincoin-2.5.0c.orig/config.h.in +++ wmcoincoin-2.5.0c/config.h.in @@ -304,9 +304,6 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Version number of package */ -#undef VERSION - /* define if xinerama API is supported */ #undef XINERAMA --- wmcoincoin-2.5.0c.orig/debian/dirs +++ wmcoincoin-2.5.0c/debian/dirs @@ -0,0 +1 @@ +/usr/lib/wmcoincoin --- wmcoincoin-2.5.0c.orig/debian/docs +++ wmcoincoin-2.5.0c/debian/docs @@ -0,0 +1 @@ +README --- wmcoincoin-2.5.0c.orig/debian/control +++ wmcoincoin-2.5.0c/debian/control @@ -0,0 +1,25 @@ +Source: wmcoincoin +Section: x11 +Priority: extra +Maintainer: Josselin Mouette +Build-Depends: debhelper (>> 4), libgtk2.0-dev, autotools-dev, libimlib2-dev, libxft2-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxext-dev, xlibs-static-dev +Standards-Version: 3.6.1 + +Package: wmcoincoin +Architecture: any +Depends: ${shlibs:Depends} +Description: Humourous dockapp for browsing DaCode sites' news and board + WMCoinCoin allows you to browse linuxfr.org and other sites based on + DaCode 1.4, Templeet and many other webchat engines. It will: + * display website news with new items displayed prominently; + * display private messages, showing the appropriate web page when + new messages are received; + * allow tabbed browsing of multiple sites; + * display the board/webchat and allow new messages to be posted, with the + ability to detect, enhance or kill trolls. + . + WMCoinCoin, while being full of stupid things, is a real advanced + chatting client, using HTTP, with low bandwidth requirements. + . + URL: http://hules.free.fr/wmcoincoin/ (French) + http://sourceforge.net/projects/dacode/ --- wmcoincoin-2.5.0c.orig/debian/menu +++ wmcoincoin-2.5.0c/debian/menu @@ -0,0 +1,5 @@ +?package(wmcoincoin): needs=X11 \ + section=Apps/Net \ + title="WMcoincoin" \ + command="/usr/bin/wmcoincoin" \ + icon="/usr/share/pixmaps/wmcoincoin.xpm" --- wmcoincoin-2.5.0c.orig/debian/links +++ wmcoincoin-2.5.0c/debian/links @@ -0,0 +1 @@ +/usr/share/wmcoincoin /usr/share/doc/wmcoincoin/examples --- wmcoincoin-2.5.0c.orig/debian/rules +++ wmcoincoin-2.5.0c/debian/rules @@ -0,0 +1,87 @@ +#!/usr/bin/make -f +# 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 + +# 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) +PKGVERSION ?= $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}') + +INSTDIR = $(CURDIR)/debian/wmcoincoin/usr + +DEBCFLAGS = -g +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + DEBCFLAGS += -O0 +else + DEBCFLAGS += -O2 +endif + +DEBCPPFLAGS = -DVERSION='\"$(PKGVERSION)\"' + +config.status: configure + dh_testdir + rm -f config.sub config.guess + ln -sf /usr/share/misc/config.sub config.sub + ln -sf /usr/share/misc/config.guess config.guess + CPPFLAGS="$(DEBCPPFLAGS)" CFLAGS="$(DEBCFLAGS)" ./configure \ + --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man \ + --disable-dependency-tracking + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + rm -f config.sub config.guess + rm -f stamp-h + dh_clean config.log config.status + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install prefix=$(INSTDIR) + dh_install + mv $(INSTDIR)/bin/wmcoincoin{,_player} $(INSTDIR)/lib/wmcoincoin + mv $(INSTDIR)/bin/wmcoincoin-{totoz-get,search-cookies} $(INSTDIR)/share/wmcoincoin + rm -f $(INSTDIR)/share/wmcoincoin/{wmcoincoin.spec,README} + ( cd $(INSTDIR)/share/pixmaps && mv icon.xpm wmcoincoin.xpm ) + ( cd $(INSTDIR)/bin && mv wmcoincoin.sh wmcoincoin ) + +# 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_installdocs +# dh_installexamples options useragents + dh_installmenu + dh_installman + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- wmcoincoin-2.5.0c.orig/debian/changelog +++ wmcoincoin-2.5.0c/debian/changelog @@ -0,0 +1,177 @@ +wmcoincoin (2.5.0c-2) unstable; urgency=medium + + * debian/control: build-depend on libxt-dev (closes: #266271). + + -- Josselin Mouette Tue, 17 Aug 2004 13:39:26 +0200 + +wmcoincoin (2.5.0c-1) unstable; urgency=low + + * New upstream release. + * debian/wmcoincoin.sh: launch the binary with $0=wmcoincoin. + + -- Josselin Mouette Mon, 17 May 2004 11:38:03 +0200 + +wmcoincoin (2.5.0b-1) unstable; urgency=low + + * New upstream release. + * Require libxft2-dev and libgtk2.0-dev. + * Split out X libs build-dependencies. + * Move out scripts and player to /usr/lib. + + -- Josselin Mouette Tue, 4 May 2004 14:56:03 +0200 + +wmcoincoin (2.4.6b-1) unstable; urgency=low + + * New upstream release. + * Build-depend on libimlib2-dev. + * Standards-version is 3.6.1. + * Use debian/compat. + * Provide manpages for wmcoincoin_player and wmcoincoin-totoz-get. + * Remove wmcoincoin-kde. + + -- Josselin Mouette Sat, 6 Sep 2003 15:01:40 +0200 + +wmcoincoin (2.4.5b-1) unstable; urgency=low + + * New upstream release + + -- Josselin Mouette Mon, 7 Jul 2003 14:30:50 +0200 + +wmcoincoin (2.4.5a-1) unstable; urgency=low + + * New upstream release. + * Remove configure patch. + + -- Josselin Mouette Mon, 23 Jun 2003 19:14:15 +0200 + +wmcoincoin (2.4.4c-2) unstable; urgency=low + + * debian/control: updated description. + * Standards-version is 3.5.10. + * As #178596 is over, build again with -O2 on s390. + * Use original icon again. + * Cleanup in debian/rules. + * configure: remove the 'remove -g' code. Don't touch configure.ac as it + breaks the whole (fragile) build system. + * config.h.in, debian/rules: use the package version as VERSION. + + -- Josselin Mouette Tue, 17 Jun 2003 16:22:47 +0200 + +wmcoincoin (2.4.4c-1) unstable; urgency=low + + * New upstream release (necessary to post on linuxfr.org regarding + the new referer check). + + -- Josselin Mouette Thu, 13 Mar 2003 14:25:28 +0100 + +wmcoincoin (2.4.4b-1) unstable; urgency=low + + * New upstream release. + + -- Josselin Mouette Tue, 11 Mar 2003 13:13:03 +0100 + +wmcoincoin (2.4.4a-1) unstable; urgency=low + + * New upstream release. + + -- Josselin Mouette Mon, 10 Mar 2003 11:31:54 +0100 + +wmcoincoin (2.4.3c-2) unstable; urgency=low + + * Use -O1 on s390 to avoid build failure. + + -- Josselin Mouette Thu, 30 Jan 2003 13:30:26 +0100 + +wmcoincoin (2.4.3c-1) unstable; urgency=low + + * New upstream release. + + -- Josselin Mouette Wed, 22 Jan 2003 13:48:22 +0100 + +wmcoincoin (2.4.2b-1) unstable; urgency=low + + * New upstream release. + + -- Josselin Mouette Mon, 6 Jan 2003 14:20:27 +0100 + +wmcoincoin (2.4.2a-2) unstable; urgency=low + + * Make icon conform to menu specifications and move it to + /usr/share/icons. + * Typo in debian/copyright. + + -- Josselin Mouette Tue, 3 Dec 2002 14:51:42 +0100 + +wmcoincoin (2.4.2a-1) unstable; urgency=low + + * New upstream release + * Standards version is 3.5.8. + * Use debhelper mode 4 and dh_install. + + -- Josselin Mouette Sat, 30 Nov 2002 12:39:46 +0100 + +wmcoincoin (2.4.1a-1) unstable; urgency=low + + * New upstream release. + * The package should now follow the policy version 3.5.7. + * WMCoinCoin should be stable and secure enough now, and DaCode is in + the archive, let's upload to Debian (closes: #150551). + * Removed build-dep on automake. + + -- Josselin Mouette Wed, 16 Oct 2002 22:35:12 +0200 + +wmcoincoin (2.4.0limule-2) unstable; urgency=low + + * debian/control: improved description. + * Use autotools-dev instead of providing config.* + * debian/copyright: made upstream URL point to SF. + * debian/control: added upstream URLs. + + -- Josselin Mouette Wed, 16 Oct 2002 20:49:19 +0200 + +wmcoincoin (2.4.0limule-1) unstable; urgency=low + + * New upstream release + + -- Josselin Mouette Sat, 5 Oct 2002 23:24:25 +0200 + +wmcoincoin (2.4.0c-1) unstable; urgency=low + + * New upstream release + + -- Josselin Mouette Mon, 9 Sep 2002 12:24:40 +0200 + +wmcoincoin (2.4.0a-1) unstable; urgency=low + + * New upstream release + * Removed unuseful README.Debian + + -- Josselin Mouette Sat, 7 Sep 2002 21:42:20 +0200 + +wmcoincoin (2.3.8.2dtc-1) unstable; urgency=low + + * New upstream release (CVS snapshot) + + -- Josselin Mouette Thu, 5 Sep 2002 09:54:46 +0200 + +wmcoincoin (2.3.8+kikoo-1) unstable; urgency=low + + * New upstream release + * Build-depend on libgtk1.2-dev (for wmccc) and automake-1.6. + * Makefile.am: removed duplicate intl in SUBDIRS. + + -- Josselin Mouette Tue, 3 Sep 2002 14:07:23 +0200 + +wmcoincoin (2.3.8b-2) unstable; urgency=low + + * debian/rules: made a symlink from /usr/share/doc/wmcoincoin/examples + to /usr/share/wmcoincoin. + + -- Josselin Mouette Mon, 24 Jun 2002 13:04:29 +0200 + +wmcoincoin (2.3.8b-1) unstable; urgency=low + + * Initial Release. + + -- Josselin Mouette Thu, 20 Jun 2002 15:02:55 +0200 + --- wmcoincoin-2.5.0c.orig/debian/manpages +++ wmcoincoin-2.5.0c/debian/manpages @@ -0,0 +1,3 @@ +debian/wmcoincoin.1 +debian/wmccc.1 +debian/wmpanpan.1 --- wmcoincoin-2.5.0c.orig/debian/compat +++ wmcoincoin-2.5.0c/debian/compat @@ -0,0 +1 @@ +4 --- wmcoincoin-2.5.0c.orig/debian/wmcoincoin.1 +++ wmcoincoin-2.5.0c/debian/wmcoincoin.1 @@ -0,0 +1,39 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH WMCOINCOIN 1 "june 20, 2002" "[0iN insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +wmcoincoin \- stupid dockapp to browse DaCode sites news and board +.P +wmcoincoin-kde \- KDE-enabled version of wmcoincoin +.SH DESCRIPTION +This manual page documents briefly the +.B wmcoincoin +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.P +To have a synopsis of the command line options, you can type +.BR wmcoincoin\ -h . +.P +At the first launch, wmcoincoin creates a sample +.I .wmcoincoin/options +file, which is self-documented. +.SH AUTHOR +This manual page was written by Josselin Mouette , +for the Debian GNU/Linux system (but may be used by others). +.PP +The original software was written by Julien Pommier . --- wmcoincoin-2.5.0c.orig/debian/wmcoincoin.sh +++ wmcoincoin-2.5.0c/debian/wmcoincoin.sh @@ -0,0 +1,11 @@ +#! /bin/sh + +test -x /usr/lib/wmcoincoin/wmcoincoin || exit 1 + +if [ -z "$PATH" ]; then + PATH=/usr/bin +fi +PATH=/usr/lib/wmcoincoin:/usr/share/wmcoincoin:"$PATH" +export PATH + +exec wmcoincoin "$@" --- wmcoincoin-2.5.0c.orig/debian/copyright +++ wmcoincoin-2.5.0c/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Josselin Mouette on +Thu, 20 Jun 2002 15:02:55 +0200. + +It was downloaded from http://sourceforge.net/projects/dacode/ + +Upstream Author: Julien Pommier + +Copyright: + +You are free to distribute this software under the terms of +the GNU General Public License, version 2 or later. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- wmcoincoin-2.5.0c.orig/debian/install +++ wmcoincoin-2.5.0c/debian/install @@ -0,0 +1,3 @@ +scripts/wmpanpan /usr/bin +xpms/icon.xpm /usr/share/pixmaps +debian/wmcoincoin.sh /usr/bin --- wmcoincoin-2.5.0c.orig/debian/wmccc.1 +++ wmcoincoin-2.5.0c/debian/wmccc.1 @@ -0,0 +1,45 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH WMCCCC 1 "september 3, 2002" "[0iN insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +wmccc \- WMCoinCoin Configurator +.SH SYNOPSIS +.B wmccc +.RI [\| filename \|] +.SH DESCRIPTION +This manual page documents briefly the +.B wmccc +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.P +WMCCC is a GTK+ tool to help in the configuration of +.BR wmcoincoin (1). +It creates a new configuration file in +.I $HOME/.wmcoincoin +or edits +.I $HOME/.wmcoincoin/filename +if +.I filename +is given as an argument, showing options in a graphical way. +.SH SEE ALSO +.BR wmcoincoin (1) +.SH AUTHOR +This manual page was written by Josselin Mouette , +for the Debian GNU/Linux system (but may be used by others). +.PP +The original software was written by Julien Pommier . --- wmcoincoin-2.5.0c.orig/debian/wmpanpan.1 +++ wmcoincoin-2.5.0c/debian/wmpanpan.1 @@ -0,0 +1,33 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH WMPANPAN 1 "june 20, 2002" "[0iN insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +wmpanpan \- hunt down and kill wmcoincoin +.SH DESCRIPTION +This manual page documents briefly the +.B wmpanpan +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.P +To have a synopsis of the command line options, you can type +.BR wmpanpan\ -h . +.SH AUTHOR +This manual page was written by Josselin Mouette , +for the Debian GNU/Linux system (but may be used by others). +.PP +The original software was written by Julien Pommier .