--- asmail-2.1.orig/debian/control +++ asmail-2.1/debian/control @@ -0,0 +1,14 @@ +Source: asmail +Section: mail +Priority: optional +Maintainer: Fredrik Hallenberg +Standards-Version: 3.7.2 +Build-Depends: debhelper (>=4), libx11-dev, libxpm-dev, libssl-dev, libxext-dev + +Package: asmail +Architecture: any +Depends: ${shlibs:Depends} +Description: AfterStep mail monitor + asmail is a small mail monitor similar to xbiff. It follows the + AfterStep window manager's look and feel and is ideally suited to + be run within AfterStep's Wharf module. --- asmail-2.1.orig/debian/rules +++ asmail-2.1/debian/rules @@ -0,0 +1,62 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export DH_COMPAT=4 + +build: build-stamp +build-stamp: + dh_testdir + + ./configure --prefix=/usr + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + + -$(MAKE) distclean + + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_install + + touch install-stamp + +# 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_testversion + dh_testdir + dh_testroot + dh_installdocs README README.8bpp asmailrc.sample + dh_installman asmail.man asmailrc.man + dh_installchangelogs CHANGES + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- asmail-2.1.orig/debian/rules.old +++ asmail-2.1/debian/rules.old @@ -0,0 +1,57 @@ +#!/usr/bin/make -f +# Made with the aid of debmake, by Christoph Lameter, +# based on the sample debian/rules file for GNU hello by Ian Jackson. + +package=asmail + +build: + $(checkdir) + ./configure --prefix=/usr + $(MAKE) + + touch build + +clean: + $(checkdir) + -rm -f build + -make distclean + + dh_clean + +binary-indep: checkroot build + $(checkdir) +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + dh_testdir + dh_testroot + dh_installman asmail.man + cp asmail debian/tmp/usr/bin/asmail + cp pixmaps/*/*.xpm debian/tmp/usr/share/pixmaps + dh_installdocs README README.8bpp sample.asmailrc + dh_installchangelogs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +define checkdir + test -f debian/rules +endef + +# Below here is fairly generic really + +binary: binary-indep binary-arch + +checkroot: + $(checkdir) + test root = "`whoami`" + +.PHONY: binary binary-arch binary-indep clean checkroot --- asmail-2.1.orig/debian/changelog +++ asmail-2.1/debian/changelog @@ -0,0 +1,243 @@ +asmail (2.1-2) unstable; urgency=low + + * Build-depend on libxext-dev (closes: #464606) + + -- Fredrik Hallenberg Fri, 08 Feb 2008 21:16:22 +0100 + +asmail (2.1-1) unstable; urgency=low + + * New upstream release + + -- Fredrik Hallenberg Wed, 11 Apr 2007 18:39:36 +0200 + +asmail (2.0-1) unstable; urgency=low + + * New upstream release + + -- Fredrik Hallenberg Sat, 10 Mar 2007 15:08:19 +0100 + +asmail (1.9-1) unstable; urgency=low + + * New upstream release (closes: #399793) + * I believe the default font is ok now (closes: #308151) + + -- Fredrik Hallenberg Fri, 15 Dec 2006 21:39:42 +0100 + +asmail (1.8-1) unstable; urgency=low + + * New upstream release (closes: #334079) + + -- Fredrik Hallenberg Sun, 16 Oct 2005 18:48:42 +0200 + +asmail (1.7-2) unstable; urgency=low + + * Fixed build dependencies (closes: #333913) + + -- Fredrik Hallenberg Sat, 15 Oct 2005 11:13:30 +0200 + +asmail (1.7-1) unstable; urgency=low + + * New upstream release (closes: #166444) + + -- Fredrik Hallenberg Sun, 28 Nov 2004 17:03:35 +0100 + +asmail (1.6-1) unstable; urgency=low + + * New upstream release (closes: #174703) + * Built with new libssl (closes: #254318) + + -- Fredrik Hallenberg Tue, 27 Jan 2004 20:56:00 +0100 + +asmail (1.1-2) unstable; urgency=low + + * Rebuild to fix libc dependency (closes: #171771) + + -- Fredrik Hallenberg Thu, 5 Dec 2002 21:04:26 +0100 + +asmail (1.1-1) unstable; urgency=low + + * New upstream release + + -- Fredrik Hallenberg Fri, 18 Oct 2002 18:28:43 +0200 + +asmail (0.56-5) unstable; urgency=low + + * Applied patch from Tim van Erven to make asmail + redraw its window when its status changes. (closes: #137307) + * Refined the new mail counting function a bit. (closes: #143115) + + -- Fredrik Hallenberg Tue, 1 Oct 2002 18:51:55 +0200 + +asmail (0.56-4) unstable; urgency=low + + * Fixed typo in build-depends (closes: #90110) + + -- Fredrik Hallenberg Sun, 18 Mar 2001 13:41:12 +0100 + +asmail (0.56-3) unstable; urgency=low + + * Don't build with xpm4.7 + + -- Fredrik Hallenberg Sun, 19 Nov 2000 22:15:14 +0100 + +asmail (0.56-2) unstable; urgency=low + + * Added build-depends + * Use unformatted man page (closes: #76874) + * Fixed man page so whatis parsing works + + -- Fredrik Hallenberg Mon, 13 Nov 2000 07:14:24 +0100 + +asmail (0.56-1) unstable; urgency=low + + * New upstream release + * Updated to standards version 3.1.1 + + -- Fredrik Hallenberg Mon, 17 Apr 2000 21:26:11 +0200 + +asmail (0.51-2) unstable; urgency=low + + * Make sure asmail.orig.tar.gz is uploaded. (closes: #44228) + * Bumped standards version. + * Changed priority to optional. + + -- Fredrik Hallenberg Sun, 5 Sep 1999 17:12:44 +0200 + +asmail (0.51-1) unstable; urgency=low + + * New upstream version (fixes: bug #20124) + * New maintainer + * Changed copyright + * Updated to standards version 2.4.0.0 + + -- Fredrik Hallenberg Sat, 28 Mar 1998 02:01:17 +0100 + +asmail (0.50-4) unstable; urgency=low + + * Rebuilt with xpm4g. + + -- David Engel Mon, 15 Sep 1997 08:57:15 -0500 + +asmail (0.50-3) unstable; urgency=low + + * Converted to libc6. + * Fixed typo in manpage. + + -- David Engel Tue, 9 Sep 1997 11:56:05 -0500 + +asmail (0.50-2) unstable; urgency=low + + * Include extra pixmaps. + * Comment out everything in sample.asmailrc so naive users will + get the defaults. + + -- David Engel Tue, 24 Jun 1997 21:23:18 -0500 + +asmail (0.50-1) unstable; urgency=low + + * Initial Release for Debian. + + -- David Engel Thu, 29 May 1997 19:46:38 -0500 +asmail (1.7-1) unstable; urgency=low + + * New upstream release (closes: #166444) + + -- Fredrik Hallenberg Sun, 28 Nov 2004 17:03:35 +0100 + +asmail (1.6-1) unstable; urgency=low + + * New upstream release (closes: #174703) + * Built with new libssl (closes: #254318) + + -- Fredrik Hallenberg Tue, 27 Jan 2004 20:56:00 +0100 + +asmail (1.1-2) unstable; urgency=low + + * Rebuild to fix libc dependency (closes: #171771) + + -- Fredrik Hallenberg Thu, 5 Dec 2002 21:04:26 +0100 + +asmail (1.1-1) unstable; urgency=low + + * New upstream release + + -- Fredrik Hallenberg Fri, 18 Oct 2002 18:28:43 +0200 + +asmail (0.56-5) unstable; urgency=low + + * Applied patch from Tim van Erven to make asmail + redraw its window when its status changes. (closes: #137307) + * Refined the new mail counting function a bit. (closes: #143115) + + -- Fredrik Hallenberg Tue, 1 Oct 2002 18:51:55 +0200 + +asmail (0.56-4) unstable; urgency=low + + * Fixed typo in build-depends (closes: #90110) + + -- Fredrik Hallenberg Sun, 18 Mar 2001 13:41:12 +0100 + +asmail (0.56-3) unstable; urgency=low + + * Don't build with xpm4.7 + + -- Fredrik Hallenberg Sun, 19 Nov 2000 22:15:14 +0100 + +asmail (0.56-2) unstable; urgency=low + + * Added build-depends + * Use unformatted man page (closes: #76874) + * Fixed man page so whatis parsing works + + -- Fredrik Hallenberg Mon, 13 Nov 2000 07:14:24 +0100 + +asmail (0.56-1) unstable; urgency=low + + * New upstream release + * Updated to standards version 3.1.1 + + -- Fredrik Hallenberg Mon, 17 Apr 2000 21:26:11 +0200 + +asmail (0.51-2) unstable; urgency=low + + * Make sure asmail.orig.tar.gz is uploaded. (closes: #44228) + * Bumped standards version. + * Changed priority to optional. + + -- Fredrik Hallenberg Sun, 5 Sep 1999 17:12:44 +0200 + +asmail (0.51-1) unstable; urgency=low + + * New upstream version (fixes: bug #20124) + * New maintainer + * Changed copyright + * Updated to standards version 2.4.0.0 + + -- Fredrik Hallenberg Sat, 28 Mar 1998 02:01:17 +0100 + +asmail (0.50-4) unstable; urgency=low + + * Rebuilt with xpm4g. + + -- David Engel Mon, 15 Sep 1997 08:57:15 -0500 + +asmail (0.50-3) unstable; urgency=low + + * Converted to libc6. + * Fixed typo in manpage. + + -- David Engel Tue, 9 Sep 1997 11:56:05 -0500 + +asmail (0.50-2) unstable; urgency=low + + * Include extra pixmaps. + * Comment out everything in sample.asmailrc so naive users will + get the defaults. + + -- David Engel Tue, 24 Jun 1997 21:23:18 -0500 + +asmail (0.50-1) unstable; urgency=low + + * Initial Release for Debian. + + -- David Engel Thu, 29 May 1997 19:46:38 -0500 --- asmail-2.1.orig/debian/asmail.install +++ asmail-2.1/debian/asmail.install @@ -0,0 +1,3 @@ +asmail usr/bin +pixmaps/*/*.xpm usr/share/pixmaps + --- asmail-2.1.orig/debian/copyright +++ asmail-2.1/debian/copyright @@ -0,0 +1,12 @@ +This package was debianized by David Engel . + +It was downloaded from +http://www.student.hk-r.se/~pt96pli/asmail/asmail-0.51.tar.gz + +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, 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'. --- asmail-2.1.orig/asmailrc.sample +++ asmail-2.1/asmailrc.sample @@ -38,8 +38,8 @@ # animation refresh rate in 1/100 sec refresh 10 # xpm picture files - #frame none - frame /usr/local/share/afterstep/desktop/icons/16bpp/ASBBlockTransparent.xpm + frame none + #frame /usr/local/share/afterstep/desktop/icons/16bpp/ASBBlockTransparent.xpm nomail /usr/local/share/asmail/pixmaps/e-no.xpm old /usr/local/share/asmail/pixmaps/e0.xpm new /usr/local/share/asmail/pixmaps/e1.xpm