--- librt-extension-commandbymail-perl-3.00.orig/debian/changelog +++ librt-extension-commandbymail-perl-3.00/debian/changelog @@ -0,0 +1,56 @@ +librt-extension-commandbymail-perl (3.00-1.1) unstable; urgency=medium + + * Non maintainer upload by the Reproducible Builds team. + * No source change upload to rebuild on buildd with .buildinfo files. + + -- Holger Levsen Sat, 02 Jan 2021 02:21:36 +0100 + +librt-extension-commandbymail-perl (3.00-1) unstable; urgency=medium + + * New upstream version. + * Add build-depends on libmodule-install-perl and request-tracker4 + * Bump dh compat version. + - Remove all hacks from debian/rules, this just works now. + * Ship upstream README file with installation instructions. + + -- Tollef Fog Heen Sun, 30 Jul 2017 09:59:51 +0200 + +librt-extension-commandbymail-perl (0.10-3) unstable; urgency=low + + * Add support for not looking for commands in bodies. + + -- Tollef Fog Heen Mon, 22 Jul 2013 19:35:58 +0200 + +librt-extension-commandbymail-perl (0.10-2) unstable; urgency=low + + * Use tfheen's patch to grab commands from headers too. + * Switch to dh and use debhelper 9 + + -- Tollef Fog Heen Mon, 24 Jun 2013 09:50:09 +0200 + +librt-extension-commandbymail-perl (0.10-1) UNRELEASED; urgency=low + + * New upstream release + + -- Tollef Fog Heen Thu, 12 Jul 2012 08:45:36 +0200 + +librt-extension-commandbymail-perl (0.07-1) unstable; urgency=low + + * New upstream release + * Update build-depends to be on libmime-tools-perl + * Update paths for rt 3.8 + + -- Tollef Fog Heen Mon, 08 Feb 2010 15:05:20 +0100 + +librt-extension-commandbymail-perl (0.06-1) unstable; urgency=low + + * New upstream release + + -- Tollef Fog Heen Wed, 15 Apr 2009 19:32:37 +0100 + +librt-extension-commandbymail-perl (0.05-1) unstable; urgency=low + + * Initial release (Closes: #415701) + + -- Matthew Johnson Thu, 22 Mar 2007 21:44:31 +0000 + --- librt-extension-commandbymail-perl-3.00.orig/debian/compat +++ librt-extension-commandbymail-perl-3.00/debian/compat @@ -0,0 +1 @@ +9 --- librt-extension-commandbymail-perl-3.00.orig/debian/control +++ librt-extension-commandbymail-perl-3.00/debian/control @@ -0,0 +1,15 @@ +Source: librt-extension-commandbymail-perl +Section: misc +Priority: extra +Maintainer: Tollef Fog Heen +Build-Depends: debhelper (>= 9), libuniversal-require-perl, libmime-tools-perl (>= 5.420), perl (>= 5), libmodule-install-perl, request-tracker4 +Standards-Version: 3.7.2 + +Package: librt-extension-commandbymail-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl, libmime-tools-perl (>= 5.420), request-tracker4 +Description: Allow RT status and other commands by email + CommandByMail allows commands to be sent to the Request Tracker + in emails. These are similar to those used by debbugs and allow + tickets to be closed, reassigned, moved between queues and other + commands. --- librt-extension-commandbymail-perl-3.00.orig/debian/copyright +++ librt-extension-commandbymail-perl-3.00/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Matthew Johnson on +Wed, 21 Mar 2007 10:03:30 +0000. + +It was downloaded from http://search.cpan.org/src/JESSE/RT-Extension-CommandByMail-0.05/ + +Upstream Author: Jesse Vincent + Best Practical Solutions, LLC + +Copyright: Copyright (C) 2006, Best Practical Solutions LLC + +License: + +This is free software, licensed under: + + The GNU General Public License, Version 2, June 1991 + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Matthew Johnson and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- librt-extension-commandbymail-perl-3.00.orig/debian/docs +++ librt-extension-commandbymail-perl-3.00/debian/docs @@ -0,0 +1 @@ +README --- librt-extension-commandbymail-perl-3.00.orig/debian/rules +++ librt-extension-commandbymail-perl-3.00/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +%: + dh $@