debian/0000755000000000000000000000000011756466007007202 5ustar debian/rules0000755000000000000000000000401011756464046010256 0ustar #!/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 # 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) 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 config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \ --sysconfdir=/etc/renattach build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) #/usr/bin/docbook-to-man debian/renattach.sgml > renattach.1 touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_clean dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/renattach \ userdir=$(CURDIR)/debian/renattach/etc/renattach # rename the conf file mv $(CURDIR)/debian/renattach/etc/renattach/renattach.conf.ex \ $(CURDIR)/debian/renattach/etc/renattach/renattach.conf # 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_installman 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 debian/docs0000644000000000000000000000002411756463312010045 0ustar AUTHORS NEWS README debian/watch0000644000000000000000000000010611756463312010224 0ustar version=3 http://www.pc-tools.net/files/unix/renattach-(.*)\.tar\.gz debian/changelog0000644000000000000000000000516411756463535011065 0ustar renattach (1.2.4-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * Bumped standards version to 3.9.3 * Bumped dh version to 9 -- Mats Rynge Mon, 21 May 2012 09:01:24 -0700 renattach (1.2.4-2) unstable; urgency=low * Fixed watch file * Changed clean target to not ignore errors * Updated copyright file to make lintian happy * Removed empty pre/post install scripts -- Mats Rynge Sun, 06 Apr 2008 12:25:35 -0400 renattach (1.2.4-1) unstable; urgency=low * New upstream release (closes: #468556) * Bumped standards version to 3.7.3 -- Mats Rynge Sun, 02 Mar 2008 10:38:14 -0500 renattach (1.2.2-1) unstable; urgency=low * New upstream release (closes: #284698) * Changed build-depends to include exim4 as an alternative to the virtual mail-transport-agent package -- Mats Rynge Wed, 29 Dec 2004 20:52:50 -0800 renattach (1.2.1-2) unstable; urgency=low * Now depends on exim4 | mail-transport-agent instead of exim | mail-transport-agent (closes: #255360) -- Mats Rynge Sat, 5 Jun 2004 17:15:51 -0700 renattach (1.2.1-1) unstable; urgency=low * New upstream release * Bumped the standards version to 3.6.1 -- Mats Rynge Sat, 5 Jun 2004 17:15:51 -0700 renattach (1.2.0-1) unstable; urgency=low * New maintainer (Closes: #234617) * New upstrem release * Bumped standards version to 3.6.0 * Changed depends from mail-trasport-agent to exim | mail-trasport-agent (policy 7.4) -- Mats Rynge Wed, 24 Mar 2004 13:08:16 -0800 renattach (1.1.1-4) unstable; urgency=low * Uploading with maintainer set to QA group * debian/copyright: de-dh_make-boilerplated * debian/control: removed period from short description * debian/conffiles: removed as debhelper automatically flags files in /etc as conffiles * debian/README.Debian: corrected spelling mistake -- Andrew Pollock Thu, 18 Mar 2004 09:54:19 +1100 renattach (1.1.1-3) unstable; urgency=low * Added mail-transport-agent and procmail to build-depends. Closes: #132897. * Added mail-trasport-agent to depends. * Added procmail to recommends. * Commented out '#define CATCH_CODED' in defs.base. -- Ryszard Lach Fri, 8 Feb 2002 09:00:07 +0100 renattach (1.1.1-2) unstable; urgency=low * Fixed upstream configure script. -- Ryszard Lach Tue, 5 Feb 2002 11:42:40 +0100 renattach (1.1.1-1) unstable; urgency=low * Initial Release. Closes: #132335. -- Ryszard Lach Mon, 4 Feb 2002 17:36:31 +0100 debian/source/0000755000000000000000000000000011756463324010501 5ustar debian/source/format0000644000000000000000000000001411756463324011707 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000046511756463312011136 0ustar This package was debianized by Mats Rynge on Wed, 24 Mar 2004 13:08:16 -0800. It was downloaded from http://www.pc-tools.net/files/linux Upstream Author: Upstream Author: Jem E. Berkes Copyright (C) 2003-2006 Jem E. Berkes License: /usr/share/common-licenses/GPL debian/dirs0000644000000000000000000000001011756463312010051 0ustar usr/bin debian/compat0000644000000000000000000000000211756463455010404 0ustar 9 debian/control0000644000000000000000000000157511756463477010625 0ustar Source: renattach Section: mail Priority: optional Maintainer: Mats Rynge Build-Depends: debhelper (>= 9.0.0), exim4 | mail-transport-agent, procmail Standards-Version: 3.9.3 Package: renattach Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, exim4 | mail-transport-agent Recommends: procmail Description: Rename attachments on the fly Renattach is a small, efficient and surprisingly effective filter designed primarily to offer an additional level of safety to Windows users whose e-mails pass through a UNIX-like mail server. Many modern viruses are spread through e-mail, and renattach combats such viruses by filtering e-mail attachments based on file extension. The idea is to rename potentially dangerous attachments (executable ones) so that the user, or the user's poorly written e-mail software, does not accidentally execute the attachment.