Skip to content

Commit

Permalink
Apigen is to hungry to generate doc package every time
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Aug 27, 2020
1 parent 643f00f commit 4434a11
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
php-vitexsoftware-ease-core (1.4) UNRELEASED; urgency=medium
php-vitexsoftware-ease-core (1.6) UNRELEASED; urgency=medium

[ Vítězslav Dvořák ]
* all unit tests pass
Expand All @@ -21,8 +21,10 @@ php-vitexsoftware-ease-core (1.4) UNRELEASED; urgency=medium
* Release v0.42
* Release v0.42
* Release v0.42
* Merge branch 'master' of github.com:VitexSoftware/ease-core
* Merge branch 'master' of github.com:VitexSoftware/ease-core

-- CyberVitexus <[email protected]> Mon, 10 Aug 2020 14:48:10 +0200
-- CyberVitexus <[email protected]> Thu, 27 Aug 2020 13:19:21 +0200

php-vitexsoftware-ease-core (0.12) UNRELEASED; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion debian/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"type": "library",
"homepage": "http://v.s.cz/ease.php",
"license": "GPL-2.0+",
"address": "1.4"
"address": "1.6"
}
18 changes: 9 additions & 9 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ Priority: optional
Description: EasePHP Framework Unit Tests
Ease Framework Core unit Test classes.

Package: php-vitexsoftware-ease-core-doc
Depends: ${misc:Depends}
Architecture: all
Replaces: php-ease-core-doc
Suggests: www-browser
Section: doc
Priority: optional
Description: EasePHP Framework Documentation
Ease Framework core apigen documentation.
#Package: php-vitexsoftware-ease-core-doc
#Depends: ${misc:Depends}
#Architecture: all
#Replaces: php-ease-core-doc
#Suggests: www-browser
#Section: doc
#Priority: optional
#Description: EasePHP Framework Documentation
# Ease Framework core apigen documentation.

4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ BUILD_DIR:=build
dh $@

override_dh_prep:
composer update
apigen generate --destination=docs -- src
echo composer update
echo disabled apigen generate --destination=docs -- src
dh_prep

override_dh_auto_test:
Expand Down

0 comments on commit 4434a11

Please sign in to comment.