Skip to content

Commit

Permalink
v0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 30, 2020
1 parent cdd7fa3 commit 2d8215b
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 28 deletions.
9 changes: 7 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
php-ease-twbootstrap4-widgetsphp-ease-twbootstrap4-widgets (0.9.2) UNRELEASED; urgency=medium
php-ease-twbootstrap4-widgets (0.10) UNRELEASED; urgency=medium

[ Vítězslav Dvořák ]
* Non-maintainer upload.

-- Vítězslav Dvořák <vitex@develoid.jinonice.czf> Wed, 05 Jun 2019 23:15:15 +0200
[ CyberVitexus ]
* package fix
* composer fix
* Menu Fixed

-- CyberVitexus <vitex@exiv.jinonice.czf> Thu, 30 Apr 2020 20:02:18 +0200
19 changes: 5 additions & 14 deletions debian/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deb/ease-twbootstrap4-widgets",
"description": "Twitter Bootstrap4 Widgets for PHP Framework (debianized)",
"version": "0.0",
"version": "0.9.3",
"authors": [
{
"name": "Vítězslav Dvořák",
Expand All @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"Ease\\TWB4\\Widgets": "src/Ease/TWB4/Widgets"
"Ease\\TWB4\\Widgets\\": "./"
}

},
Expand All @@ -22,24 +22,15 @@
"repositories": [
{
"type": "path",
"url": "/usr/share/php/Ease",
"options": {
"symlink": true
}
"url": "/usr/share/php/Ease"
},
{
"type": "path",
"url": "/usr/share/php/EaseHtml",
"options": {
"symlink": true
}
"url": "/usr/share/php/EaseHtml"
},
{
"type": "path",
"url": "/usr/share/php/EaseTWB4",
"options": {
"symlink": true
}
"url": "/usr/share/php/EaseTWB4"
}
],
"type": "library",
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Source: php-ease-twbootstrap4-widgets
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.8.4
Standards-Version: 4.3.0
Maintainer: Vítězslav Dvořák <info@vitexsoftware.cz>
Uploaders: Vitex <vitex@hippy.cz>
Priority: optional
Homepage: https://github.com/Vitexus/php-ease-twbootstrap4-widgets

Package: php-ease-twbootstrap4-widgets
Depends: ${misc:Depends},php-ease-core
Depends: ${misc:Depends},php-ease-twbootstrap4
Architecture: all
Section: web
Priority: optional
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh
# postinst script for ease-framework-bricks

#DEBHELPER#

# postinst script for ease-twbootstrap4-widgets
#
# see: dh_installdeb(1)

Expand Down Expand Up @@ -38,3 +41,5 @@ esac
# generated by other debhelper scripts.

exit 0

#DEBHELPER#
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (quilt)
3.0 (native)
Binary file modified project-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
167 changes: 159 additions & 8 deletions project-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d8215b

Please sign in to comment.