[librt-extension-repeatticket-perl] 01/02: debian/copyright: comleted
Joost van Baal
joostvb at moszumanska.debian.org
Sun Aug 21 06:27:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository librt-extension-repeatticket-perl.
commit b1342ebc8b06b98e6af4800f6f8ace1f163f5b75
Author: Joost van Baal-Ilić <joostvb at janacopoulos.mdcc.cx>
Date: Sun Aug 21 08:22:29 2016 +0200
debian/copyright: comleted
---
debian/changelog | 3 +++
debian/control | 17 ++++++++++++++---
debian/copyright | 47 +++++++++++++++++++++--------------------------
3 files changed, 38 insertions(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 54fcc87..c8985fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ librt-extension-repeatticket-perl (1.10-2) UNRELEASED; urgency=low
* UNRELEASED
* FIXME Closes: #834969
+ [ Maarten Horden ]
+ * debian/copyright: comleted
+
-- Joost van Baal-Ilić <joostvb at debian.org> Sun, 21 Aug 2016 07:55:15 +0200
librt-extension-repeatticket-perl (1.10-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9374b55..1ca8a11 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,18 @@ Package: librt-extension-repeatticket-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libdatetime-event-ical-perl
-Description: Repeat tickets based on schedule
- (no description was found)
+Description: Perl module for repeating tickets in RT (Request Tracker) based on schedule
+ The RepeatTicket extension for the Request Tracker trouble-ticket tracking
+ system allows you to set up recurring tickets so new tickets are
+ automatically created based on a schedule. The new tickets are populated
+ with the subject and initial content of the original ticket in the
+ recurrence.
.
- This description was automagically extracted from the module by dh-make-perl.
+ After you activate the plugin by adding it to your RT_SiteConfig.pm file, all
+ tickets will have a Recurrence tab on the create and edit pages. To set up a
+ repeating ticket, click the checkbox to "Enable Recurrence" and fill out the
+ schedule for the new tickets.
+ .
+ New tickets are created when you initially save the recurrence, if new
+ tickets are needed, and when your daily cron job runs the rt-repeat-ticket
+ script.
diff --git a/debian/copyright b/debian/copyright
index 400d0ec..d02e194 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,35 +2,30 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/RT-Extension-RepeatTicket
Upstream-Contact: Best Practical Solutions, LLC <modules at bestpractical.com>
Upstream-Name: RT-Extension-RepeatTicket
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: Best Practical Solutions, LLC <modules at bestpractical.com>
-License:
+Copyright: 2014, Best Practical Solutions, LLC <modules at bestpractical.com>
+License: GPL-2
Files: debian/*
Copyright: 2016, Joost van Baal-Ilić <joostvb at debian.org>
-License: Artistic or GPL-1+
+License: GPL-2+
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- 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 1, or (at your option)
- any later version.
- .
- On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
+License: GPL-2+
+ 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 of the License, or
+ (at your option) any later version.
+ .
+ This program 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.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librt-extension-repeatticket-perl.git
More information about the Pkg-perl-cvs-commits
mailing list