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

Adding debian.

parent 39876baf
No related branches found
No related tags found
No related merge requests found
Pipeline #418514 failed
barryvdh laravel-debugbar Barryvdh/Debugbar/autoload.php
php-barryvdh-laravel-debugbar (3.7.0-1) unstable; urgency=medium
* Initial release (Closes: #1017400).
-- Katharina Drexel <katharina.drexel@bfh.ch> Mon, 15 Aug 2022 17:46:53 +0200
.phpunit.cache/
.phpunit.result.cache
debian/autoload.php.tpl
debian/autoload.tests.php.tpl
src/autoload.php
vendor/
Source: php-barryvdh-laravel-debugbar
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,
php-illuminate-routing,
php-maximebf-debugbar,
phpab,
phpunit <!nocheck>,
pkg-php-tools (>= 1.41~),
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/barryvdh/laravel-debugbar
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-barryvdh-laravel-debugbar
Vcs-Git: https://salsa.debian.org/php-team/pear/php-barryvdh-laravel-debugbar.git
Package: php-barryvdh-laravel-debugbar
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: PHP Debugbar integration for Laravel
This is a package to integrate PHP Debug Bar with Laravel. It includes a
ServiceProvider to register the debugbar and attach it to the output.
You can publish assets and configure it through Laravel. It bootstraps some
Collectors to work with Laravel and implements a couple custom DataCollectors,
specific for Laravel. It is configured to display Redirects and (jQuery) Ajax
Requests. (Shown in a dropdown) Read the documentation for more configuration
options.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: laravel-debugbar
Upstream-Contact: Barry vd. Heuvel <barry@fruitcake.nl>
Source: https://github.com/barryvdh/laravel-debugbar
Files: *
Copyright: 2013-2022 Barry vd. Heuvel <barry@fruitcake.nl>
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/Barryvdh/Debugbar
maximebf debugbar Maximebf/DebugBar/autoload.php
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
phpabtpl --basedir src composer.json > debian/autoload.php.tpl
phpab --tolerant --template debian/autoload.php.tpl --output src/autoload.php src
override_dh_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
# Uncaught Error: Class "Orchestra\Testbench\TestCase" not found
# the library also works without this, packaging contraproductive in this case
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
# phpunit -v --include-path src --bootstrap vendor/autoload.php
else
@echo "** tests disabled"
endif
execute_after_dh_install:
rm -f debian/php-barryvdh-laravel-debugbar/usr/share/php/Barryvdh/Debugbar/Resources/vendor/font-awesome/generator_config.txt
3.0 (quilt)
source: missing-pkg-php-tools-addon phpcomposer [debian/rules]
Test-Command: mkdir -p vendor && phpabtpl --require barryvdh/laravel-debugbar > 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/barryvdh/laravel-debugbar.git
Repository-Browse: https://github.com/barryvdh/laravel-debugbar
Bug-Database: https://github.com/barryvdh/laravel-debugbar/issues
Bug-Submit: https://github.com/barryvdh/laravel-debugbar/issues/new
Security-Contact: https://github.com/barryvdh/laravel-debugbar/tree/HEAD/SECURITY.md
version=4
options=uversionmangle=s/-?([^\d.]+)/~$1/;tr/A-Z/a-z/,\
mode=git,gitmode=full,gitexport=all,pgpmode=none \
https://github.com/barryvdh/laravel-debugbar \
refs/tags/v?(\d.+)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment