debian/0000755000000000000000000000000011374755533007203 5ustar debian/rules0000755000000000000000000000271411373555675010273 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2010, Jonas Smedegaard # Description: Main Debian packaging script for Ticket::Simple # # 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, 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, see . include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk # Needed both by upstream build (or test) process and at runtime # TODO: Drop libversion-perl after Lenny+1 common-depends = libclass-std-perl (>= 0.0.9), liblog-log4perl-perl (>= 0.42), libreadonly-perl, libtime-hires-perl, libversion-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS = $(common-depends) # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-leaktrace-perl, perl-modules (>= 5.8.0-7~) | libtest-simple-perl, libtest-perl-critic-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04), libtest-refcount-perl debian/copyright0000644000000000000000000000226011374755513011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 Name: Ticket::Simple Maintainer: Christian Kuelker Source: http://release.cipux.org/ Copyright: 2009, Christian Kuelker License: GPL-2+ Files: ./debian/* Copyright: 2010, Jonas Smedegaard 2010, Xavier Oswald License: GPL-2+ 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, 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. . On Debian GNU systems, the complete text of the GNU General Public License (GPL) version 2 or newer can be found in '/usr/share/common-licenses/GPL'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/changelog0000644000000000000000000000072611374755471011063 0ustar libticket-simple-perl (0.0.2-2) unstable; urgency=low * Set the debian perl team as maintainer. * Repackage using cdbs and debhelper v6 (not backport-unfriendly v7). * Fix FTBFS with newer Module::Build (Closes: #578793). -- Xavier Oswald Wed, 19 May 2010 14:17:24 +0200 libticket-simple-perl (0.0.2-1) unstable; urgency=low * Initial Release (Closes: #576214). -- Xavier Oswald Thu, 01 Apr 2010 17:48:12 +0200 debian/control.in0000644000000000000000000000134411374753275011216 0ustar Source: libticket-simple-perl Section: perl Priority: optional Build-Depends: @cdbs@, Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Christian Kuelker , Xavier Oswald Standards-Version: 3.8.4 Homepage: http://www.cipux.org/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libticket-simple-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libticket-simple-perl/ Package: libticket-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: basic ticket system Provides a simple ticket system for creating, storing, fetching, comparing user assigned tickets. debian/copyright_hints0000644000000000000000000000200311373555725012336 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135 X-Draft: Autogenerated by CDBS snippet copyright-check.mk Files: ./Build.PL, ./Changes, ./MANIFEST, ./MANIFEST.SKIP, ./META.yml, ./Makefile.PL, ./debian/compat, ./debian/control, ./debian/control.in, ./debian/source/format, ./debian/watch, ./t/00.load.t, ./t/10.init_tests.t, ./t/20_now.t, ./t/21_create_ticket.t, ./t/22_store_ticket.t, ./t/23_fetch_ticket.t, ./t/24_is_ticket_equal_stored.t, ./t/25_is_ticket_valid.t, ./t/26_ttl.t, ./t/27_wipe_ticket.t, ./t/28_destroy_ticket.t, ./t/29_is_ticket_valid_now.t, ./t/leaktrace.t, ./t/perlcritic_cpan.t, ./t/perlcriticrc, ./t/pod-coverage.t, ./t/pod.t, ./t/refcount.t Copyright: *No copyright* License: UNKNOWN FIXME Files: ./lib/Ticket/Simple.pm Copyright: 2009, Christian Kuelker License: GPL FIXME Files: ./debian/rules Copyright: 2010, Jonas Smedegaard License: GPL FIXME Files: ./README Copyright: 2009, Christian Kuelker License: UNKNOWN FIXME debian/source/0000755000000000000000000000000011355140074010466 5ustar debian/source/format0000644000000000000000000000001411373557222011703 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211373546530010373 0ustar 6 debian/control0000644000000000000000000000225411374754217010607 0ustar Source: libticket-simple-perl Section: perl Priority: optional Build-Depends: perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), devscripts (>= 2.10.7~), dh-buildinfo, debhelper (>= 6), libclass-std-perl (>= 0.0.9), liblog-log4perl-perl (>= 0.42), libreadonly-perl, libtime-hires-perl, libversion-perl, libtest-leaktrace-perl, perl-modules (>= 5.8.0-7~) | libtest-simple-perl, libtest-perl-critic-perl, libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04), libtest-refcount-perl, Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Christian Kuelker , Xavier Oswald Standards-Version: 3.8.4 Homepage: http://www.cipux.org/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libticket-simple-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libticket-simple-perl/ Package: libticket-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: basic ticket system Provides a simple ticket system for creating, storing, fetching, comparing user assigned tickets. debian/watch0000644000000000000000000000020511373551136010221 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://release.cipux.org/Ticket-Simple-([\d\.]+)\.tar.gz