Bump
This commit is contained in:
parent
4b555c3e4d
commit
b4e7fabecd
19
debian/changelog
vendored
Normal file
19
debian/changelog
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
liblog-dispatch-file-rolling-perl (1.09-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Non-maintainer upload.
|
||||
* New Release
|
||||
* Rebuild
|
||||
|
||||
-- Mario Fetka <mario.fetka@gmail.com> Mon, 16 Jan 2017 14:39:46 +0100
|
||||
|
||||
liblog-dispatch-file-rolling-perl (0.16-2) unstable; urgency=medium
|
||||
|
||||
* Fixed metadata
|
||||
|
||||
-- Marco Pessotto <melmothx@gmail.com> Sun, 21 Feb 2016 13:03:43 +0100
|
||||
|
||||
liblog-dispatch-file-rolling-perl (0.16-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Marco Pessotto <melmothx@gmail.com> Sun, 21 Feb 2016 12:59:24 +0100
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
19
debian/control
vendored
Normal file
19
debian/control
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
Source: liblog-dispatch-file-rolling-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: Marco Pessotto <melmothx@gmail.com>
|
||||
Build-Depends: debhelper (>= 9)
|
||||
Build-Depends-Indep: liblog-dispatch-perl (>= 2.37),
|
||||
liblog-log4perl-perl (>= 0.32),
|
||||
perl
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://metacpan.org/release/Log-Dispatch-File-rolling
|
||||
|
||||
Package: liblog-dispatch-file-rolling-perl
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${perl:Depends},
|
||||
liblog-dispatch-perl (>= 2.37),
|
||||
liblog-log4perl-perl (>= 0.32)
|
||||
Description: Logging to date/time rolling files
|
||||
Log::Dispatch::File::rolling subclasses Log::Dispatch::File for logging to
|
||||
date/time rolling files, respecting all its configuration options.
|
28
debian/copyright
vendored
Normal file
28
debian/copyright
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: https://metacpan.org/release/Log-Dispatch-File-Stamped
|
||||
Upstream-Contact: Eric Cholet <cholet@logilune.com>, Karen Etheridge <ether@cpan.org>
|
||||
Upstream-Name: Log-Dispatch-File-Stamped
|
||||
|
||||
Files: *
|
||||
Copyright: Eric Cholet <cholet@logilune.com>, Karen Etheridge <ether@cpan.org>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2016, Marco Pessotto <melmothx@gmail.com>
|
||||
License: Artistic or GPL-1+
|
||||
|
||||
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'.
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
8
debian/upstream/metadata
vendored
Normal file
8
debian/upstream/metadata
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
Archive: CPAN
|
||||
Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Log-Dispatch-File-Rolling
|
||||
Bug-Submit: bug-Log-Dispatch-File-Rolling@rt.cpan.org
|
||||
Contact: Eric Cholet <cholet@logilune.com>, Karen Etheridge <ether@cpan.org>
|
||||
Name: Log-Dispatch-File-Rolling
|
||||
Repository: https://github.com/karenetheridge/Log-Dispatch-File-Rolling.git
|
||||
Repository-Browse: https://github.com/karenetheridge/Log-Dispatch-File-Rolling
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
https://metacpan.org/release/Log-Dispatch-File-Rolling .*/Log-Dispatch-File-Rolling-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
|
Loading…
Reference in New Issue
Block a user