diff --git a/debian/changelog b/debian/changelog index 66060f9..7482545 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ php-vitexsoftware-abraflexi-bricks (0.34) UNRELEASED; urgency=medium * Logo file renamed according AbraFlexi current name * Typo fixed - -- CyberVitexus Mon, 04 Jan 2021 03:26:35 +0100 + -- CyberVitexus Mon, 04 Jan 2021 03:28:45 +0100 php-vitexsoftware-abraflexi-bricks (0.24) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index 1698bdc..d413af6 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Priority: optional Description: PHP Based AbraFlexi RestAPI/Json library AddOns Additional classes and code snipplets for spojenet/abraflexi library -Package: php-abraflexi-bricks-doc +Package: php-vitexsoftware-abraflexi-bricks-doc Depends: ${misc:Depends} Suggests: www-browser Architecture: all diff --git a/debian/files b/debian/files index 98da288..14496e8 100644 --- a/debian/files +++ b/debian/files @@ -1,3 +1,3 @@ -php-abraflexi-bricks-doc_0.34_all.deb doc optional +php-vitexsoftware-abraflexi-bricks-doc_0.34_all.deb doc optional +php-vitexsoftware-abraflexi-bricks_0.34_all.buildinfo - optional php-vitexsoftware-abraflexi-bricks_0.34_all.deb web optional -php-vitexsoftware-abraflexi-bricks_0.34_amd64.buildinfo - optional diff --git a/debian/php-vitexsoftware-abraflexi-bricks.postinst b/debian/php-vitexsoftware-abraflexi-bricks.postinst deleted file mode 100644 index 85eaee0..0000000 --- a/debian/php-vitexsoftware-abraflexi-bricks.postinst +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# postinst script for flexipeehp-bricks -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - configure) - - composer-global-update deb/flexibee-bricks - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -exit 0