Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-phpdocumentor-reflection-common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian PHP Team
PEAR
php-phpdocumentor-reflection-common
Commits
97a7846b
Commit
97a7846b
authored
6 years ago
by
David Prévot
Browse files
Options
Downloads
Patches
Plain Diff
Adapt packaging to restored tests
This reverts commit
8773d695
.
parent
a2078cdb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/clean
+1
-0
1 addition, 0 deletions
debian/clean
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+7
-0
7 additions, 0 deletions
debian/rules
debian/tests/control
+3
-0
3 additions, 0 deletions
debian/tests/control
with
12 additions
and
1 deletion
debian/clean
+
1
−
0
View file @
97a7846b
.phpunit.result.cache
build/
src/Common/
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
97a7846b
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>,
Prach Pongpanich <prachpub@gmail.com>
Build-Depends: debhelper (>= 9), phpab, pkg-php-tools (>= 1.29~)
Build-Depends: debhelper (>= 9), phpab,
phpunit,
pkg-php-tools (>= 1.29~)
Standards-Version: 4.2.0
Homepage: http://phpdoc.org/
Vcs-Git: https://salsa.debian.org/php-team/pear/php-phpdocumentor-reflection-common.git
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
7
−
0
View file @
97a7846b
...
...
@@ -14,6 +14,13 @@ else
@echo "** tests disabled"
endif
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
phpunit --bootstrap src/Common/autoload.php
else
@echo "** tests disabled"
endif
override_dh_installchangelogs:
dh_installchangelogs $(CURDIR)/debian/upstream/changelog
...
...
This diff is collapsed.
Click to expand it.
debian/tests/control
0 → 100644
+
3
−
0
View file @
97a7846b
Test-Command: phpunit --bootstrap /usr/share/php/phpDocumentor/Reflection/Common/autoload.php
Restrictions: rw-build-tree
Depends: phpunit, @
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment