debian/0000755000000000000000000000000011606661070007171 5ustar debian/copyright0000644000000000000000000000225411271136203011120 0ustar This package was debianized by Varun Hiremath on Fri, 5 Jan 2007 13:24:52 +0530. It was downloaded from http://www.courier-mta.org/?download.php Upstream Author: Sam Varshavchik Copyright: © 2000-2006 Double Precision, Inc. License: This software is released under the GPL, version 2 license. Additionally, compiling, linking, and/or using the OpenSSL toolkit in conjunction with this software is allowed. This package 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 package 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. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is © 2007, Varun Hiremath and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000011606661070010471 5ustar debian/source/format0000644000000000000000000000001411304204663011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000054411606656715010266 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_CONFIGURE_EXTRA_FLAGS = SENDMAIL=/usr/sbin/sendmail install/cone:: #renaming config file mv $(DEB_DESTDIR)/etc/cone.dist $(DEB_DESTDIR)/etc/cone rmdir $(DEB_DESTDIR)usr/share/man/man3/ get-orig-source: -uscan --force-download --rename debian/compat0000644000000000000000000000000211271136203010360 0ustar 7 debian/changelog0000644000000000000000000000741411606657034011056 0ustar cone (0.89-1) unstable; urgency=low * New upstream release (Closes: #564972, #622008) -- Varun Hiremath Mon, 11 Jul 2011 16:32:47 -0400 cone (0.84-1) unstable; urgency=low * New upstream release (Closes: #568315) * Bump Standards-Version to 3.9.1 -- Varun Hiremath Thu, 29 Jul 2010 22:11:50 -0400 cone (0.80-1) unstable; urgency=low * New upstream release * Drop patches/sendmail_path.diff and fix SENDMAIL path by passing an extra configure argument in debian/rules, thanks to Chow Loong Jin (Closes: #571665) * Bump Standards-Version to 3.8.4 -- Varun Hiremath Wed, 03 Mar 2010 22:51:22 -0500 cone (0.79-2) unstable; urgency=low * Switch to source format 3.0 * Add libtool to Build-Depends -- Varun Hiremath Sat, 28 Nov 2009 06:13:19 -0500 cone (0.79-1) unstable; urgency=low * New upstream release (Closes: #546689) * Bump Standards-Version to 3.8.3 -- Varun Hiremath Sun, 25 Oct 2009 15:55:17 -0400 cone (0.77-2) unstable; urgency=low * Bump up Standards-Version: 3.8.0 (no changes). -- Torsten Werner Sun, 15 Feb 2009 21:18:19 +0100 cone (0.77-1) experimental; urgency=low * new upstream release * Add Provides: mail-reader. (Closes: #506069) -- Torsten Werner Sun, 30 Nov 2008 23:19:31 +0100 cone (0.75-1) unstable; urgency=low * new upstream release * Do not use the sf.net redirector in debian/watch because it is flaky. * Remove patch gcc4.3.diff because it is not needed any more. -- Torsten Werner Wed, 11 Jun 2008 21:53:34 +0200 cone (0.74-3) unstable; urgency=low * Add preinst file to safely move old /etc/cone.dist conffile to /etc/cone (Closes: #477481) * debian/rules: rename /etc/cone.dist to /etc/cone * Add patches/sendmail_path.diff to fix the default sendmail path (Closes: #477494) -- Varun Hiremath Fri, 25 Apr 2008 11:44:36 +0530 cone (0.74-2) unstable; urgency=low * Add patches/gcc4.3.diff to include missing headers and fix FTBFS with GCC 4.3 (Closes: #456070) * debian/control: + Add quilt to Build-Depends + Bumped up Standards-Version to 3.7.3 -- Varun Hiremath Thu, 13 Dec 2007 21:15:25 +0530 cone (0.74-1) unstable; urgency=low * New upstream release * Add openssl to Build-Depends -- Varun Hiremath Thu, 29 Nov 2007 18:16:21 +0530 cone (0.72-1) unstable; urgency=low * New upstream release. -- Varun Hiremath Tue, 16 Oct 2007 00:39:11 +0530 cone (0.71-1) unstable; urgency=low * New upstream release. -- Varun Hiremath Fri, 03 Aug 2007 11:56:16 +0530 cone (0.70-1) unstable; urgency=low [ Torsten Werner ] * Add myself to Uploaders. [ Varun Hiremath ] * New upstream release. * Enhance debian/watch and implement get-orig-source. * Remove patches/gcc4.3_missing_includes.diff - merged upstream. -- Varun Hiremath Mon, 09 Jul 2007 12:10:50 +0530 cone (0.69-3) unstable; urgency=low [ Varun Hiremath ] * Add patches/gcc4.3_missing_includes.diff to fix build with GCC 4.3 Thanks to Martin Michlmayr (Closes: #417493) [ Torsten Werner ] * Changed Build-Depends: fam to libfam-dev. -- Torsten Werner Fri, 6 Apr 2007 21:06:23 +0200 cone (0.69-2) unstable; urgency=low * Add procps to Build-Depends (Closes: #408892) * Build against libncursesw5-dev to support UTF-8 (Closes: #409158) -- Varun Hiremath Mon, 29 Jan 2007 20:30:28 +0530 cone (0.69-1) unstable; urgency=low * Initial release (Closes: #405628) -- Varun Hiremath Fri, 5 Jan 2007 13:24:52 +0530 debian/preinst0000644000000000000000000000070711004424755010603 0ustar #!/bin/sh set -e # Rename the old conffile 'cone.dist' to 'cone' if needed and possible. # Can be removed after the release of Lenny. case "$1" in install|upgrade) if [ -e /etc/cone.dist ]; then if [ ! -e /etc/cone ]; then mv /etc/cone.dist /etc/cone else echo 'You have both /etc/cone and /etc/cone.dist. Please remove the' echo 'second one after merging any local changes to the first one.' fi fi ;; esac #DEBHELPER# debian/docs0000644000000000000000000000001410547437551010047 0ustar NEWS README debian/control0000644000000000000000000000235311606661053010600 0ustar Source: cone Section: mail Priority: optional Maintainer: Varun Hiremath Build-Depends: cdbs, debhelper (>= 7.0), libncursesw5-dev, libncurses5-dev, libxml2-dev, libldap2-dev, libssl-dev, libfam-dev, aspell, procps, openssl Standards-Version: 3.9.2 Homepage: http://www.courier-mta.org/cone/ Vcs-Svn: https://bollin.googlecode.com/svn/cone/ Vcs-Browser: http://bollin.googlecode.com/svn/cone/ Package: cone Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: mail-reader Description: COnsole Newsreader and Emailer Cone is a text-based mail client. Cone seamlessly handles multiple POP3, IMAP accounts, and local mail folders. Cone is also a simple newsreader. Cone's interface is foolproof enough to be used by inexperienced users, but it also offers advanced features for power users. . Beyond others cone has support for PGP, GPG, UTF-8, IMAP, POP3, incoming HTML mails, external viewers, NNTP, SOCKS 5, SSL/TLS, SASL, LDAP and IMAP based address books, remote storable configuration, multiple accounts, tagging mails with several different flags, and SMAP (Simple Mail Access Protocol, a new IMAP and POP3 replacement developed by the Courier guys and supported by the Courier development versions). debian/watch0000644000000000000000000000011711271136203010212 0ustar version=3 http://sf.net/courier/ cone-(.*)\.tar\.bz2 debian debian/orig-tar.sh debian/orig-tar.sh0000755000000000000000000000041710723534500011252 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../$(basename $3 .bz2) bunzip2 $3 gzip -9 $TAR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR.gz $origDir echo "moved $TAR.gz to $origDir" fi