Skip to content

Commit 8ca159c

Browse files
committed
Release v1.1
1 parent bde5f95 commit 8ca159c

12 files changed

+45
-83
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ fresh:
2727

2828
clean:
2929
rm -rf vendor composer.lock
30-
rm -rf debian/php-ease-bootstrap
31-
rm -rf debian/php-ease-bootstrap-doc
30+
rm -rf debian/php-vitexsoftware-ease-bootstrap4
31+
rm -rf debian/php-vitexsoftware-ease-bootstrap4-doc
3232
rm -rf debian/*.log debian/tmp
33-
rm -rf docs/*
33+
rm -rf .phpdoc/*
3434

3535
apigen:
3636
VERSION=`cat debian/composer.json | grep version | awk -F'"' '{print $4}'`; \

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"vitexsoftware/ease-html": ">= 1.23"
13+
"vitexsoftware/ease-html": ">= 1.25"
1414
},
1515
"autoload": {
1616
"psr-4": {

debian/changelog

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
1-
php-ease-bootstrap4 (0.7.5) UNRELEASED; urgency=medium
1+
php-vitexsoftware-ease-bootstrap4 (1.1) UNRELEASED; urgency=medium
22

33
[ Vítězslav Dvořák ]
44
* First release
55
* Label extend
6-
* Label extend
76
* Tabs OK now
87

98
[ CyberVitexus ]
109
* composer-global-update fix
1110
* enable javascript-common
1211
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
13-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
14-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
15-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
16-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
17-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
18-
* Merge branch 'master' of github.com:VitexSoftware/ease-twbootstrap4
1912
* Debian package renamed
2013
* Debian package workflow
2114
* Allow submenu to be place on right side
15+
* v1.0 release
2216

23-
-- CyberVitexus <[email protected]> Sun, 16 Aug 2020 11:07:32 +0200
17+
-- CyberVitexus <[email protected]> Fri, 16 Oct 2020 01:13:03 +0200

debian/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deb/ease-bootstrap4",
33
"description": "Set of Twitter Bootstrap 4 rendering objects (debianized)",
4-
"version": "0.1",
4+
"version": "1.1",
55
"authors": [
66
{
77
"name": "Vítězslav Dvořák",
@@ -31,5 +31,5 @@
3131
"type": "library",
3232
"homepage": "http://v.s.cz/ease.php",
3333
"license": "GPL-2.0+",
34-
"address": "0.7.5"
34+
"address": "1.0"
3535
}

debian/control

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Source: php-ease-bootstrap4
2-
Build-Depends: debhelper (>= 7.0.50~), jq, moreutils
1+
Source: php-vitexsoftware-ease-bootstrap4
2+
Build-Depends: debhelper (>= 7.0.50~), jq, moreutils, phpdocumentor
33
Section: web
44
Standards-Version: 3.9.8
55
Maintainer: Vítězslav Dvořák <[email protected]>
66
Uploaders: Vitex <[email protected]>
77
Priority: optional
88
Homepage: https://github.com/VitexSoftware/ease-bootstrap4
99

10-
Package: php-ease-bootstrap4
10+
Package: php-vitexsoftware-ease-bootstrap4
1111
Depends: ${misc:Depends},php-ease-html,javascript-common
1212
Architecture: all
1313
Conflicts: ease-framework
@@ -16,3 +16,24 @@ Section: web
1616
Priority: optional
1717
Description: Set of Twitter Bootstrap 4 rendering objects
1818
TWB4 classes for Ease Framework.
19+
20+
Package: php-vitexsoftware-ease-bootstrap4-dev
21+
Depends: ${misc:Depends}, php-vitexsoftware-ease-bootstrap4
22+
Architecture: all
23+
Replaces: php-ease-bootstrap4-dev
24+
Suggests: php-vitexsoftware-ease-html
25+
Section: web
26+
Priority: optional
27+
Description: EasePHP Framework Unit Tests
28+
Ease Framework Core unit Test classes.
29+
30+
Package: php-vitexsoftware-ease-bootstrap4-doc
31+
Depends: ${misc:Depends}, php-vitexsoftware-ease-bootstrap4-dev
32+
Architecture: all
33+
Conflicts: ease-framework-doc
34+
Section: devel
35+
Priority: optional
36+
Description: EasePHP Framework HTML unit documentation
37+
HTML classes for Ease Framework documentation generated by apigen
38+
39+

debian/files

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
php-ease-bootstrap4_0.7.5_all.deb web optional
2-
php-ease-bootstrap4_0.7.5_amd64.buildinfo web optional
1+
php-vitexsoftware-ease-bootstrap4-dev_1.1_all.deb web optional
2+
php-vitexsoftware-ease-bootstrap4-doc_1.1_all.deb devel optional
3+
php-vitexsoftware-ease-bootstrap4_1.1_all.deb web optional
4+
php-vitexsoftware-ease-bootstrap4_1.1_amd64.buildinfo web optional

debian/fixversion.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

debian/php-ease-bootstrap4-doc.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

debian/php-ease-bootstrap4-doc.install

Lines changed: 0 additions & 4 deletions
This file was deleted.

debian/php-ease-bootstrap4.install

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)