--- remove-duplicates-plugin-0.0.4.orig/debian/rules +++ remove-duplicates-plugin-0.0.4/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +#!/usr/bin/make -f +%: + dh $@ --- remove-duplicates-plugin-0.0.4.orig/debian/docs +++ remove-duplicates-plugin-0.0.4/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- remove-duplicates-plugin-0.0.4.orig/debian/control +++ remove-duplicates-plugin-0.0.4/debian/control @@ -0,0 +1,20 @@ +Source: remove-duplicates-plugin +Section: gnome +Priority: optional +Maintainer: Pietro Battiston +Build-Depends: debhelper (>= 7), autotools-dev, evolution-dev, libxml-parser-perl +Standards-Version: 3.8.3 +Homepage: http://www.gnome.org/~carlosg/stuff/evolution/ + +Package: remove-duplicates-plugin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, evolution +Description: Evolution plugin to remove duplicate mails + Though ideally it shouldn't, it can happen that Evolution, due to some + inconsistency in the handling of some message, holds two (or more) copies of + it. If this happens with many messages, it can be pretty annoying to delete + them manually. + . + This package contains a plugin that allows to do it automatically: after it is + installed, the contextual menu, triggered on some selected messages, will show + a "Remove duplicates" option. --- remove-duplicates-plugin-0.0.4.orig/debian/watch +++ remove-duplicates-plugin-0.0.4/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.gnome.org/~carlosg/stuff/evolution remove-duplicates-plugin-(.*)\.tar\.gz --- remove-duplicates-plugin-0.0.4.orig/debian/copyright +++ remove-duplicates-plugin-0.0.4/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op-file&rev=59 +Name: remove-duplicates-plugin +Maintainer: Pietro Battiston +Source: http://www.gnome.org/~carlosg/stuff/evolution + +Files: * +Copyright: © 2005 Carlos Garnacho Parro +License: GPL-2 + 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, version 2. + + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: © 2009 Pietro Battiston +License: GPL-2+ + 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, 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-2'. --- remove-duplicates-plugin-0.0.4.orig/debian/compat +++ remove-duplicates-plugin-0.0.4/debian/compat @@ -0,0 +1 @@ +7 --- remove-duplicates-plugin-0.0.4.orig/debian/changelog +++ remove-duplicates-plugin-0.0.4/debian/changelog @@ -0,0 +1,11 @@ +remove-duplicates-plugin (0.0.4-1~ppa1) karmic; urgency=low + + * Added libxml-parser-perl to Build-Depends + + -- Pietro Battiston Tue, 09 Dec 2009 17:29:50 +0100 + +remove-duplicates-plugin (0.0.4-01) karmic; urgency=low + + * Initial release + + -- Pietro Battiston Tue, 08 Dec 2009 16:18:50 +0100