r58069 - in /trunk/libticket-simple-perl/debian: ./ changelog compat control control.in copyright copyright_hints rules source/ source/format watch

xoswald at users.alioth.debian.org xoswald at users.alioth.debian.org
Wed May 19 12:37:42 UTC 2010


Author: xoswald
Date: Wed May 19 12:37:28 2010
New Revision: 58069

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58069
Log:
[svn-inject] Application des modifications Debian pour le trunk

Added:
    trunk/libticket-simple-perl/debian/
    trunk/libticket-simple-perl/debian/changelog
    trunk/libticket-simple-perl/debian/compat
    trunk/libticket-simple-perl/debian/control
    trunk/libticket-simple-perl/debian/control.in
    trunk/libticket-simple-perl/debian/copyright
    trunk/libticket-simple-perl/debian/copyright_hints
    trunk/libticket-simple-perl/debian/rules   (with props)
    trunk/libticket-simple-perl/debian/source/
    trunk/libticket-simple-perl/debian/source/format
    trunk/libticket-simple-perl/debian/watch

Added: trunk/libticket-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/changelog?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/changelog (added)
+++ trunk/libticket-simple-perl/debian/changelog Wed May 19 12:37:28 2010
@@ -1,0 +1,13 @@
+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 <xoswald at debian.org>  Wed, 19 May 2010 14:17:24 +0200
+
+libticket-simple-perl (0.0.2-1) unstable; urgency=low
+
+  * Initial Release (Closes: #576214).
+
+ -- Xavier Oswald <xoswald at debian.org>  Thu, 01 Apr 2010 17:48:12 +0200

Added: trunk/libticket-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/compat?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/compat (added)
+++ trunk/libticket-simple-perl/debian/compat Wed May 19 12:37:28 2010
@@ -1,0 +1,1 @@
+6

Added: trunk/libticket-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/control?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/control (added)
+++ trunk/libticket-simple-perl/debian/control Wed May 19 12:37:28 2010
@@ -1,0 +1,33 @@
+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 <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>, Christian Kuelker <christian.kuelker at cipworx.org>, Xavier Oswald <xoswald at debian.org>
+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.

Added: trunk/libticket-simple-perl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/control.in?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/control.in (added)
+++ trunk/libticket-simple-perl/debian/control.in Wed May 19 12:37:28 2010
@@ -1,0 +1,17 @@
+Source: libticket-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@,
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>, Christian Kuelker <christian.kuelker at cipworx.org>, Xavier Oswald <xoswald at debian.org>
+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.

Added: trunk/libticket-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/copyright?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/copyright (added)
+++ trunk/libticket-simple-perl/debian/copyright Wed May 19 12:37:28 2010
@@ -1,0 +1,30 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Name: Ticket::Simple
+Maintainer: Christian Kuelker <christian.kuelker at cipworx.org>
+Source: http://release.cipux.org/
+
+Copyright: 2009, Christian Kuelker <christian.kuelker at cipworx.org>
+License: GPL-2+
+
+Files: ./debian/*
+Copyright: 2010, Jonas Smedegaard <dr at jones.dk>
+           2010, Xavier Oswald <xoswald at debian.org>
+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 <http://www.gnu.org/licenses/>.

Added: trunk/libticket-simple-perl/debian/copyright_hints
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/copyright_hints?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/copyright_hints (added)
+++ trunk/libticket-simple-perl/debian/copyright_hints Wed May 19 12:37:28 2010
@@ -1,0 +1,51 @@
+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 <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: ./README
+Copyright: 2009, Christian Kuelker
+License: UNKNOWN
+ FIXME
+

Added: trunk/libticket-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/rules?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/rules (added)
+++ trunk/libticket-simple-perl/debian/rules Wed May 19 12:37:28 2010
@@ -1,0 +1,30 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2010, Jonas Smedegaard <dr at jones.dk>
+# 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 <http://www.gnu.org/licenses/>.
+
+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

Propchange: trunk/libticket-simple-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libticket-simple-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/source/format?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/source/format (added)
+++ trunk/libticket-simple-perl/debian/source/format Wed May 19 12:37:28 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libticket-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libticket-simple-perl/debian/watch?rev=58069&op=file
==============================================================================
--- trunk/libticket-simple-perl/debian/watch (added)
+++ trunk/libticket-simple-perl/debian/watch Wed May 19 12:37:28 2010
@@ -1,0 +1,3 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://release.cipux.org/Ticket-Simple-([\d\.]+)\.tar.gz




More information about the Pkg-perl-cvs-commits mailing list