Change log file for irssistats
 
-version 0.70   (2005-06-01)
+version 0.71   (2005-02-07)
+       * back to a basic Makefile for clean packinging purposes
+
+version 0.70   (2005-02-06)
        * Makefile was improved to easily build packages
        * Windows binaries are now available
        * patch to make parsing more robust and dutch translation updated (thank you Wouter HorrĂ©)
        * maximum height for graph is now calculated 
 
 version 0.1    (2002-05-01)
-       * initial release
\ No newline at end of file
+       * initial release
 
-VER = 0.70
 PRE = /usr/local
 BIN = $(PRE)/bin
 DAT = $(PRE)/share/irssistats/data
        gcc -O2 -o irssistats irssistats.c
 
 clean:
-       rm -f irssistats irssistats.exe
-       rm -f build-stamp configure-stamp debian/irssistats.substvars debian/files
-       rm -rf debian/irssistats rpm/BUILD rpm/SPECS rpm/SOURCES rpm/SRPMS rpm/RPMS
+       rm -f irssistats
 
 install:irssistats
        mkdir -p $(BIN) $(DAT) $(DOC) $(MAN)
        rm -f $(BIN)/irssistats
        rm -rf $(DAT) $(DOC)
        rm -f $(MAN)/irssistats.1
-
-tar: clean
-       cd .. && tar zcvf irssistats-$(VER).tar.gz irssistats-$(VER)
-
-rpm: tar
-       mkdir -p rpm/BUILD rpm/SPECS rpm/SOURCES rpm/SRPMS rpm/RPMS
-       rpm -ta ../irssistats-$(VER).tar.gz --define "_topdir `pwd`/rpm"
-       cp rpm/*/*.rpm rpm/*/*/*.rpm ..
-
-deb: clean
-       dpkg-buildpackage -us -uc -rfakeroot
-
-win: irssistats.c
-       i586-mingw32msvc-gcc -O2 -o irssistats.exe irssistats.c
-       cd .. && zip -r irssistats-$(VER).zip irssistats-$(VER)/{irssistats.exe,README,CHANGELOG,COPYING,irssistats.sgml,sample.configfile,sample.nickfile,data}
-
-dist: tar rpm deb win
\ No newline at end of file
 
-irssistats 0.70
+irssistats 0.71
 site: http://royale.zerezo.com/irssistats/
 mail: royale@zerezo.com
 
 
+++ /dev/null
-irssistats (0.70-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Antoine Jacquet <royale@zerezo.com>  Sat,  5 Feb 2005 23:44:14 +0100
-
-irssistats (0.62-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Antoine Jacquet <royale@zerezo.com>  Wed,  3 May 2004 22:10:45 +0100
-
-irssistats (0.61-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Antoine Jacquet <royale@zerezo.com>  Wed,  5 Apr 2004 02:11:20 +0100
-
-irssistats (0.6-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Antoine Jacquet <royale@zerezo.com>  Wed, 24 Mar 2004 16:44:17 +0100
-
 
+++ /dev/null
-Source: irssistats
-Section: net
-Priority: optional
-Maintainer: Antoine Jacquet <royale@zerezo.com>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.6.1
-
-Package: irssistats
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: irssi-text
-Description: This tool generates HTML IRC stats based on irssi logs
- irssistats is a tool that make HTML stats from irssi logfiles.
- The statistics generated display many useful and funny informations about
- the channel.
 
+++ /dev/null
-This package was debianized by Antoine Jacquet <royale@zerezo.com> on
-Wed, 24 Mar 2004 16:44:17 +0100.
-
-It was downloaded from: http://royale.zerezo.com/irssistats/
-
-Upstream Author: Antoine Jacquet <royale@zerezo.com>
-
-Copyright (C) 2002-2004  Antoine Jacquet <royale@zerezo.com>
-
-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.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
 
+++ /dev/null
-README sample.nickfile sample.configfile
 
+++ /dev/null
-#!/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.
-       $(MAKE)
-       #/usr/bin/docbook-to-man debian/irssistats.sgml > irssistats.1
-
-       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) clean
-
-       dh_clean 
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
-
-       # Add here commands to install the package into debian/irssistats.
-       $(MAKE) install PRE=$(CURDIR)/debian/irssistats/usr
-       rm $(CURDIR)/debian/irssistats/usr/share/doc/irssistats/COPYING
-
-
-# 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 configure
 
 /*
- * irssistats version 0.70
+ * irssistats version 0.71
  *
  * This tool generates IRC stats based on irssi logs.
  * Usage: irssistats [/path/to/file.conf]
 #define MINWORDLENGTH 5
 
 /* irssistats */
-#define VERSION "0.70"
+#define VERSION "0.71"
 #define URL "http://royale.zerezo.com/irssistats/"
 
 /* Counters */
 
+++ /dev/null
-Name: irssistats
-Summary: This tool generates HTML IRC stats based on irssi logs
-Version: 0.70
-Release: 1
-Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
-Group: Applications/Multimedia 
-License: GPL
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-%description
-irssistats is a tool that make HTML stats from irssi logfiles.
-The statistics generated display many useful and funny informations about
-the channel.
-
-%prep 
-%setup -q
-
-%build 
-make
-
-%install 
-make install PRE=$RPM_BUILD_ROOT/usr
-
-%clean 
-rm -rf $RPM_BUILD_ROOT 
-
-%files 
-%defattr(-,root,root,0755) 
-%doc COPYING README
-%{_bindir}/irssistats
-%{_mandir}/man1/irssistats.1.gz