Skip to content
Snippets Groups Projects
Verified Commit 3051774f authored by Katharina Drexel's avatar Katharina Drexel
Browse files

Adding debian.

parent d4c5714a
No related branches found
No related tags found
No related merge requests found
Pipeline #408995 failed
eduardokum laravel-mail-auto-embed Eduardokum/LaravelMailAutoEmbed/autoload.php
php-laravel-mail-auto-embed (1.0.7-1) unstable; urgency=medium
* Initial release (Closes: #1005322).
* Adding debian.
-- Katharina Drexel <katharina.drexel@bfh.ch> Wed, 03 Aug 2022 16:16:33 +0200
src/autoload.php
debian/autoload.php.tpl
.phpunit.cache/
.phpunit.result.cache
debian/autoload.tests.php.tpl
vendor/
Source: php-laravel-mail-auto-embed
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders:
Katharina Drexel <katharina.drexel@bfh.ch>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-phpcomposer,
phpab,
phpunit <!nocheck>,
pkg-php-tools (>= 1.41~),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/eduardokum/laravel-mail-auto-embed
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-laravel-mail-auto-embed
Vcs-Git: https://salsa.debian.org/php-team/pear/php-laravel-mail-auto-embed.git
Package: php-laravel-mail-auto-embed
Architecture: all
Depends:
${misc:Depends},
${phpcomposer:Debian-require},
Suggests:
${phpcomposer:Debian-suggest},
Replaces:
${phpcomposer:Debian-replace},
Breaks:
${phpcomposer:Debian-conflict},
${phpcomposer:Debian-replace},
Provides:
${phpcomposer:Debian-provide},
Description: Parses messages and embeds images
Automatically parses your messages and embeds the images found into your mail,
replacing the original online-version of the image.
.
Should work on Laravel 5.3+. Automatically tested for Laravel 5.4+ on PHP 7.0+.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: laravel-mail-auto-embed
Upstream-Contact: Eduardo Gusmão <eduguscontra3@hotmail.com>
Source: https://github.com/eduardokum/laravel-mail-auto-embed
Files: *
Copyright: 2017-2022 Eduardo Gusmão <eduguscontra3@hotmail.com>
License: MIT
Files: debian/*
Copyright: 2022 Katharina Drexel <katharina.drexel@bfh.ch>
License: MIT
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
[DEFAULT]
debian-branch = debian/latest
filter = [ '.gitattributes' ]
pristine-tar = True
upstream-branch = upstream/latest
upstream-vcs-tag = v%(version%~%-)s
README.md
src/* usr/share/php/Eduardokum/LaravelMailAutoEmbed
squizlabs php_codesniffer php-codesniffer
#!/usr/bin/make -f
%:
dh ${@}
execute_before_dh_auto_build:
# Build a template for phpab(1)
# (not needed if the package has no dependency)
phpabtpl \
--basedir src \
composer.json \
> debian/autoload.php.tpl
override_dh_auto_build:
phpab -t debian/autoload.php.tpl --output src/autoload.php src
override_fh_auto_test:
phpabtpl --require-file ../src/autoload.php > debian/autoload.tests.php.tpl
mkdir -p vendor
phpab -t debian/autoload.tests.php.tpl -o vendor/autoload.php tests
phpunit -v --include-path src --bootstrap vendor/autoload.php
execute_after_dh_fixperms:
find debian/php-laravel-mail-auto-embed/usr/share/php/Eduardokum/LaravelMailAutoEmbed/ -name "*.php" -exec chmod 644 "{}" \;
3.0 (quilt)
php-laravel-mail-auto-embed source: missing-pkg-php-tools-addon phpcomposer [debian/rules]
Test-Command: mkdir -p vendor && phpabtpl --require eduardokum/laravel-mail-auto-embed > debian/autoload.tests.php.tpl && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl tests && phpunit --bootstrap vendor/autoload.php
Restrictions: rw-build-tree, allow-stderr
Depends:
phpab,
phpunit,
pkg-php-tools,
@,
---
Archive: GitHub
Repository: https://github.com/eduardokum/laravel-mail-auto-embed.git
Repository-Browse: https://github.com/eduardokum/laravel-mail-auto-embed
Bug-Database: https://github.com/eduardokum/laravel-mail-auto-embed/issues
Bug-Submit: https://github.com/eduardokum/laravel-mail-auto-embed/issues/new
Security-Contact: https://github.com/eduardokum/laravel-mail-auto-embed/tree/HEAD/SECURITY.md
version=4
options=uversionmangle=s/-?([^\d.]+)/~/;tr/A-Z/a-z/,\
mode=git,gitmode=full,gitexport=all,pgpmode=none \
https://github.com/eduardokum/laravel-mail-auto-embed \
refs/tags/v?(\d.+)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment