Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86161
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/debian/control b/debian/control
index f0058b6..859dfad 100644
--- a/debian/control
+++ b/debian/control
@@ -1,32 +1,70 @@
Source: php-amqp
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>,
Prach Pongpanich <prach@debian.org>
Build-Depends: debhelper (>= 10~),
- dh-php (>= 3.1~),
+ dh-php (>= 4~),
librabbitmq-dev (>= 0.7.0),
php-all-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-amqp
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-amqp.git
Homepage: http://pecl.php.net/package/amqp
+
Package: php-amqp
Architecture: any
Pre-Depends: php-common (>= 2:69~)
Depends: ${misc:Depends},
${pecl:Depends},
${php:Depends},
${shlibs:Depends}
Breaks: ${pecl:Breaks}
Replaces: ${pecl:Replaces}
Provides: ${pecl:Provides},
${php:Provides}
Suggests: ${pecl:Suggests}
Description: AMQP extension for PHP
This extension can communicate with any AMQP spec 0-9-1 compatible
server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability
to create and delete exchanges and queues, as well as publish to any
exchange and consume from any queue.
+
+Package: php-amqp-all-dev
+Architecture: all
+Pre-Depends: php-common (>= 2:69~)
+Depends: ${misc:Depends},
+ ${pecl:Depends},
+ ${php:Depends},
+ ${shlibs:Depends}
+Breaks: ${pecl:Breaks}
+Replaces: ${pecl:Replaces}
+Provides: ${pecl:Provides},
+ ${php:Provides}
+Suggests: ${pecl:Suggests}
+Description: AMQP extension for PHP
+ This extension can communicate with any AMQP spec 0-9-1 compatible
+ server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability
+ to create and delete exchanges and queues, as well as publish to any
+ exchange and consume from any queue.
+
+Package: php8.1-amqp
+Architecture: any
+Pre-Depends: php-common (>= 2:69~)
+Depends: ${misc:Depends},
+ ${pecl:Depends},
+ ${php:Depends},
+ ${shlibs:Depends}
+Breaks: ${pecl:Breaks}
+Replaces: ${pecl:Replaces}
+Provides: ${pecl:Provides},
+ ${php:Provides}
+Suggests: ${pecl:Suggests}
+Description: AMQP extension for PHP
+ This extension can communicate with any AMQP spec 0-9-1 compatible
+ server, such as RabbitMQ, OpenAMQP and Qpid, giving you the ability
+ to create and delete exchanges and queues, as well as publish to any
+ exchange and consume from any queue.
+
diff --git a/debian/control b/debian/control.in
similarity index 100%
copy from debian/control
copy to debian/control.in
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 11, 7:09 PM (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42699
Default Alt Text
(2 KB)
Attached To
Mode
R113 php-ampqp
Attached
Detach File
Event Timeline
Log In to Comment