[libanyevent-rabbitmq-perl] 02/02: Initial packaging.

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:02:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/1.11-1
in repository libanyevent-rabbitmq-perl.

commit 7a12044d1389f57b8c1ce8ae7d8e9d8627e49308
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 22 00:27:51 2013 +0100

    Initial packaging.
---
 .gitignore             |   1 +
 debian/changelog       |   6 ++
 debian/compat          |   1 +
 debian/control         |  50 +++++++++
 debian/control.in      |  37 +++++++
 debian/copyright       | 272 +++++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright_hints |  72 +++++++++++++
 debian/gbp.conf        |   5 +
 debian/rules           |  39 +++++++
 debian/source/format   |   1 +
 debian/watch           |   3 +
 11 files changed, 487 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..684c2a1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libanyevent-rabbitmq-perl (1.11-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#703660.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 22 Mar 2013 00:27:43 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2745f8f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: libanyevent-rabbitmq-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libanyevent-perl,
+ libdevel-globaldestruction-perl,
+ libfile-sharedir-perl,
+ liblist-moreutils-perl,
+ libnet-amqp-perl,
+ libreadonly-perl,
+ libnamespace-clean-perl,
+ libtest-exception-perl,
+ libtest-simple-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-rabbitmq-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
+
+Package: libanyevent-rabbitmq-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: asynchronous and multi channel Perl AMQP client
+ AnyEvent::RabbitMQ is an AMQP (Advanced Message Queuing Protocol)
+ client library, that is intended to allow you to interact with
+ AMQP-compliant message brokers/servers such as RabbitMQ in an
+ asynchronous fashion.
+ .
+ You can use AnyEvent::RabbitMQ to -
+ .
+  * Declare and delete exchanges
+  * Declare, delete, bind and unbind queues
+  * Set QoS and confirm mode
+  * Publish, consume, get, ack, recover and reject messages
+  * Select, commit and rollback transactions
+ .
+ AnyEvent::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
+ versions 0-8 and 0-9-1 of the AMQP specification.
+ .
+ This client is the non-blocking version, for a blocking version with a
+ similar API, see Net::RabbitFoot.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..3e74425
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,37 @@
+Source: libanyevent-rabbitmq-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>
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-rabbitmq-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
+
+Package: libanyevent-rabbitmq-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: asynchronous and multi channel Perl AMQP client
+ AnyEvent::RabbitMQ is an AMQP (Advanced Message Queuing Protocol)
+ client library, that is intended to allow you to interact with
+ AMQP-compliant message brokers/servers such as RabbitMQ in an
+ asynchronous fashion.
+ .
+ You can use AnyEvent::RabbitMQ to -
+ .
+  * Declare and delete exchanges
+  * Declare, delete, bind and unbind queues
+  * Set QoS and confirm mode
+  * Publish, consume, get, ack, recover and reject messages
+  * Select, commit and rollback transactions
+ .
+ AnyEvent::RabbitMQ is known to work with RabbitMQ versions 2.5.1 and
+ versions 0-8 and 0-9-1 of the AMQP specification.
+ .
+ This client is the non-blocking version, for a blocking version with a
+ similar API, see Net::RabbitFoot.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5f20adb
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,272 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: AnyEvent::RabbitMQ
+Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-RabbitMQ
+Source: http://search.cpan.org/dist/AnyEvent-RabbitMQ/
+
+Files: *
+Copyright: 2010, Masahito Ikuta <cooldaemon at gmail.com>
+License: Artistic or GPL-1+
+Comment:
+ License:
+ .
+ This library is free software; you can redistribute it and/or modify it
+ under the same terms as Perl itself.
+ .
+ Comment:
+ .
+ Perl 5 is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: inc/Module/Install*
+Copyright: 2001-2006, Audrey Tang <autrijus at autrijus.org>
+  2002-2004, Brian Ingerson <ingy at cpan.org>
+  2006,2008-2012, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install.
+
+Files: inc/Module/Install/AuthorTests.pm
+Copyright: 2008, Ricardo Signes <rjbs at cpan.org>
+License: Artistic or GPL-1+
+Comment:
+ Mangled convenience copy of Module::Install::AuthorTests.
+
+Files: share/fixed_amqp0-9-1.xml
+Copyright: 2006-2008, 29West Inc.
+  2006-2008, Cisco Systems
+  2006-2008, Credit Suisse
+  2006-2008, Deutsche Boerse Systems
+  2006-2008, Envoy Technologies, Inc.
+  2006-2008, Goldman Sachs
+  2006-2008, iMatix Corporation
+  2006-2008, IONA Technologies PLC
+  2006-2008, JPMorgan Chase Bank Inc. N.A
+  2006-2008, Novell
+  2006-2008, Rabbit Technologies Ltd.
+  2006-2008, Red Hat, Inc.
+  2006-2008, TWIST Process Innovations Ltd
+  2006-2008, WS02 Inc.
+License: AMQP-091
+
+Files: share/fixed_amqp0-8.xml
+Copyright: 2006, 29West Inc.
+  2006, Cisco Systems, Inc.
+  2006, Envoy Technologies Inc.
+  2006, iMatix Corporation
+  2006, IONA� Technologies
+  2006, IONA\ufffd Technologies
+  2006, JPMorgan Chase Bank
+  2006, Red Hat, Inc.
+  2006, TWIST Process Innovations
+License: AMQP-08
+
+Files: debian/*
+Copyright: 2013, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+License: GPL-3+
+ 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 3, 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.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+ .
+ You should have received a copy of the 'GNU General Public License'
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+License: AMQP-08
+ JPMorgan Chase Bank, Cisco Systems, Inc., Envoy Technologies Inc.,
+ iMatix Corporation, IONA� Technologies, Red Hat, Inc., TWIST Process
+ Innovations, and 29West Inc. (collectively, the "Authors") each hereby
+ grants to you a worldwide, perpetual, royalty-free, nontransferable,
+ nonexclusive license to (i) copy, display, and implement the Advanced
+ Messaging Queue Protocol ("AMQP") Specification and (ii) the Licensed
+ Claims that are held by the Authors, all for the purpose of
+ implementing the Advanced Messaging Queue Protocol Specification. Your
+ license and any rights under this Agreement will terminate immediately
+ without notice from any Author if you bring any claim, suit, demand, or
+ action related to the Advanced Messaging Queue Protocol Specification
+ against any Author. Upon termination, you shall destroy all copies of
+ the Advanced Messaging Queue Protocol Specification in your possession
+ or control.
+ .
+ As used hereunder, "Licensed Claims" means those claims of a patent or
+ patent application, throughout the world, excluding design patents and
+ design registrations, owned or controlled, or that can be sublicensed
+ without fee and in compliance with the requirements of this Agreement,
+ by an Author or its affiliates now or at any future time and which
+ would necessarily be infringed by implementation of the Advanced
+ Messaging Queue Protocol Specification. A claim is necessarily
+ infringed hereunder only when it is not possible to avoid infringing it
+ because there is no plausible non-infringing alternative for
+ implementing the required portions of the Advanced Messaging Queue
+ Protocol Specification. Notwithstanding the foregoing, Licensed Claims
+ shall not include any claims other than as set forth above even if
+ contained in the same patent as Licensed Claims; or that read solely on
+ any implementations of any portion of the Advanced Messaging Queue
+ Protocol Specification that are not required by the Advanced Messaging
+ Queue Protocol Specification, or that, if licensed, would require a
+ payment of royalties by the licensor to unaffiliated third parties.
+ Moreover, Licensed Claims shall not include (i) any enabling
+ technologies that may be necessary to make or use any Licensed Product
+ but are not themselves expressly set forth in the Advanced Messaging
+ Queue Protocol Specification (e.g., semiconductor manufacturing
+ technology, compiler technology, object oriented technology, networking
+ technology, operating system technology, and the like); or (ii) the
+ implementation of other published standards developed elsewhere and
+ merely referred to in the body of the Advanced Messaging Queue Protocol
+ Specification, or (iii) any Licensed Product and any combinations
+ thereof the purpose or function of which is not required for compliance
+ with the Advanced Messaging Queue Protocol Specification. For purposes
+ of this definition, the Advanced Messaging Queue Protocol Specification
+ shall be deemed to include both architectural and interconnection
+ requirements essential for interoperability and may also include
+ supporting source code artifacts where such architectural,
+ interconnection requirements and source code artifacts are expressly
+ identified as being required or documentation to achieve compliance
+ with the Advanced Messaging Queue Protocol Specification.
+ .
+ As used hereunder, "Licensed Products" means only those specific
+ portions of products (hardware, software or combinations thereof) that
+ implement and are compliant with all relevant portions of the Advanced
+ MessagingQueue Protocol Specification.
+ .
+ The following disclaimers, which you hereby also acknowledge as to any
+ use you may make of the Advanced Messaging Queue Protocol
+ Specification:
+ .
+ THE ADVANCED MESSAGING QUEUE PROTOCOL SPECIFICATION IS PROVIDED "AS
+ IS," AND THE AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE
+ CONTENTS OF THE ADVANCED MESSAGING QUEUE PROTOCOL SPECIFICATION ARE
+ SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF THE ADVANCED
+ MESSAGING QUEUE PROTOCOL SPECIFICATION WILL NOT INFRINGE ANY THIRD
+ PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+ .
+ THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL,
+ INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY
+ USE, IMPLEMENTATION OR DISTRIBUTION OF THE ADVANCED MESSAGING QUEUE
+ PROTOCOL SPECIFICATION.
+ .
+ The name and trademarks of the Authors may NOT be used in any manner,
+ including advertising or publicity pertaining to the Advanced Messaging
+ Queue Protocol Specification or its contents without specific, written
+ prior permission. Title to copyright in the Advanced Messaging Queue
+ Protocol Specification will at all times remain with the Authors.
+ .
+ No other rights are granted by implication, estoppel or otherwise.
+ .
+ Upon termination of your license or rights under this Agreement, you
+ shall destroy all copies of the Advanced Messaging Queue Protocol
+ Specification in your possession or control.
+
+License: AMQP-091
+ Cisco Systems, Credit Suisse, Deutsche Boerse Systems, Envoy
+ Technologies, Inc., Goldman Sachs, IONA Technologies PLC, iMatix
+ Corporation, JPMorgan Chase Bank Inc. N.A, Novell, Rabbit Technologies
+ Ltd., Red Hat, Inc., TWIST Process Innovations Ltd, WS02, Inc. and
+ 29West Inc. (collectively, the "Authors") each hereby grants to you a
+ worldwide, perpetual, royalty-free, nontransferable, nonexclusive
+ license to (i) copy, display, distribute and implement the Advanced
+ Messaging Queue Protocol ("AMQP") Specification and (ii) the Licensed
+ Claims that are held by the Authors, all for the purpose of
+ implementing the Advanced Messaging Queue Protocol Specification. Your
+ license and any rights under this Agreement will terminate immediately
+ without notice from any Author if you bring any claim, suit, demand, or
+ action related to the Advanced Messaging Queue Protocol Specification
+ against any Author. Upon termination, you shall destroy all copies of
+ the Advanced Messaging Queue Protocol Specification in your possession
+ or control.
+ .
+ As used hereunder, "Licensed Claims" means those claims of a patent or
+ patent application, throughout the world, excluding design patents and
+ design registrations, owned or controlled, or that can be sublicensed
+ without fee and in compliance with the requirements of this Agreement,
+ by an Author or its affiliates now or at any future time and which
+ would necessarily be infringed by implementation of the Advanced
+ Messaging Queue Protocol Specification. A claim is necessarily
+ infringed hereunder only when it is not possible to avoid infringing it
+ because there is no plausible non-infringing alternative for
+ implementing the required portions of the Advanced Messaging Queue
+ Protocol Specification. Notwithstanding the foregoing, Licensed Claims
+ shall not include any claims other than as set forth above even if
+ contained in the same patent as Licensed Claims; or that read solely on
+ any implementations of any portion of the Advanced Messaging Queue
+ Protocol Specification that are not required by the Advanced Messaging
+ Queue ProtocolSpecification, or that, if licensed, would require a
+ payment of royalties by the licensor to unaffiliated third parties.
+ Moreover, Licensed Claims shall not include (i) any enabling
+ technologies that may be necessary to make or use any Licensed Product
+ but are not themselves expressly set forth in the Advanced Messaging
+ Queue Protocol Specification (e.g., semiconductor manufacturing
+ technology, compiler technology, object oriented technology, networking
+ technology, operating system technology, and the like); or (ii) the
+ implementation of other published standards developed elsewhere and
+ merely referred to in the body of the Advanced Messaging Queue Protocol
+ Specification, or (iii) any Licensed Product and any combination
+ thereof the purpose or function of which is not required for compliance
+ with the Advanced Messaging Queue Protocol Specification. For purposes
+ of this definition, the Advanced Messaging Queue Protocol Specification
+ shall be deemed to include both architectural and interconnection
+ requirements essential for interoperability and may also include
+ supporting source code artifacts where such architectural,
+ interconnection requirements and source code artifacts are expressly
+ identified as being required or documentation to achieve compliance
+ with the Advanced Messaging Queue Protocol Specification.
+ .
+ As used hereunder, "Licensed Products" means only those specific
+ portions of products (hardware, software or combinations thereof) that
+ implement and are compliant with all relevant portions of the Advanced
+ Messaging Queue Protocol Specification.
+ .
+ The following disclaimers, which you hereby also acknowledge as to any
+ use you may make of the Advanced Messaging Queue Protocol
+ Specification:
+ .
+ THE ADVANCED MESSAGING QUEUE PROTOCOL SPECIFICATION IS PROVIDED "AS
+ IS," AND THE AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE
+ CONTENTS OF THE ADVANCED MESSAGING QUEUE PROTOCOL SPECIFICATION ARE
+ SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF THE ADVANCED
+ MESSAGING QUEUE PROTOCOL SPECIFICATION WILL NOT INFRINGE ANY THIRD
+ PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+ .
+ THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL,
+ INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY
+ USE, IMPLEMENTATION OR DISTRIBUTION OF THE ADVANCED MESSAGING QUEUE
+ PROTOCOL SPECIFICATION.
+ .
+ The name and trademarks of the Authors may NOT be used in any manner,
+ including advertising or publicity pertaining to the Advanced Messaging
+ Queue Protocol Specification or its contents without specific, written
+ prior permission. Title to copyright in the Advanced Messaging Queue
+ Protocol Specification will at all times remain with the Authors.
+ .
+ No other rights are granted by implication, estoppel or otherwise.
+ .
+ Upon termination of your license or rights under this Agreement, you
+ shall destroy all copies of the Advanced Messaging Queue Protocol
+ Specification in your possession or control.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..ce15cf5
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,72 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Changes
+ MANIFEST
+ META.yml
+ Makefile.PL
+ README
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/watch
+ inc/Module/Install/AuthorTests.pm
+ inc/Module/Install/Base.pm
+ inc/Module/Install/Can.pm
+ inc/Module/Install/Fetch.pm
+ inc/Module/Install/Makefile.pm
+ inc/Module/Install/Share.pm
+ inc/Module/Install/Win32.pm
+ inc/Module/Install/WriteAll.pm
+ lib/AnyEvent/RabbitMQ/Channel.pm
+ lib/AnyEvent/RabbitMQ/LocalQueue.pm
+ share/README
+ t/00_compile.t
+ t/01_localqueue.t
+ xt/01_podspell.t
+ xt/02_perlcritic.t
+ xt/03_pod.t
+ xt/04_anyevent.t
+ xt/05_multi_channel.t
+ xt/perlcriticrc
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
+Files: debian/rules
+Copyright: 2013, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: inc/Module/Install.pm
+Copyright: 2008, - 2012, Adam Kennedy
+License: UNKNOWN
+ FIXME
+
+Files: share/fixed_amqp0-9-1.xml
+Copyright: 2006-2008, Cisco Systems, Credit Suisse, Deutsche Boerse
+  in the Advanced Messaging Queue
+License: UNKNOWN
+ FIXME
+
+Files: share/fixed_amqp0-8.xml
+Copyright: JPMorgan Chase Bank, Cisco Systems, Inc., Envoy Technologies Inc.
+  in the Advanced Messaging Queue
+License: UNKNOWN
+ FIXME
+
+Files: lib/AnyEvent/RabbitMQ.pm
+Copyright: 2010, the above named author(s)
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f9e907f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright 2013, Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for AnyEvent::RabbitMQ
+#
+# 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 3, 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/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = AnyEvent-RabbitMQ
+DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/AnyEvent
+DEB_UPSTREAM_TARBALL_MD5 = 4d3b4d6a81c565002bd465a2f179bef7
+
+# Needed by upstream build process and (always) at runtime
+perl-deps = anyevent devel-globaldestruction file-sharedir
+perl-deps += list-moreutils net-amqp readonly namespace-clean
+deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
+
+# Needed by upstream testsuite
+deps-test = libtest-exception-perl, libtest-simple-perl
+
+CDBS_BUILD_DEPENDS += , $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8671cc4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://search.cpan.org/dist/AnyEvent-RabbitMQ/   .*/AnyEvent-RabbitMQ-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git



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