File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- php-subreg (0.2) UNRELEASED; urgency=medium
1+ php-subreg (0.2-1 ) UNRELEASED; urgency=medium
22
33 * debianized
44
Original file line number Diff line number Diff line change 88 "email" : " info@vitexsoftware.cz"
99 }
1010 ],
11- "version" : " 0.1 " ,
11+ "version" : " 0.2 " ,
1212 "require" : {
1313 "ext-soap" : " *" ,
1414 "deb/ease-framework" : " *"
1515 },
1616 "autoload" : {
1717 "psr-4" : {
18- "Subreg\\ " : " ./Subreg/ "
18+ "Subreg\\ " : " ."
1919 }
2020 }
2121}
Original file line number Diff line number Diff line change 1- php-subreg_0.2_all .buildinfo web optional
2- php-subreg_0.2_all .deb web optional
1+ php-subreg_0.2-1_all .buildinfo web optional
2+ php-subreg_0.2-1_all .deb web optional
Original file line number Diff line number Diff line change 11#! /bin/bash
22VERSTR=` dpkg-parsechangelog --show-field Version`
33COMPOSER_VERSTR=` echo ${VERSTR} | sed ' s/-/./g' `
4- echo update debian/php-subreg/usr/share/php/Ease /composer.json version to ${COMPOSER_VERSTR}
4+ echo update debian/php-subreg/usr/share/php/Subreg /composer.json version to ${COMPOSER_VERSTR}
55sed -i -e ' /\"version\"/c\ \"version\": \"' ${COMPOSER_VERSTR} ' ",' debian/php-subreg/usr/share/php/Ease/composer.json
66echo Update debian/php-subreg/usr/share/php/Ease/Atom.php version to ${VERSTR}
77sed -i -e " /static public \$ libVersion/c\ static public \$ frameworkVersion = '${VERSTR} ';" debian/php-subreg/usr/share/php/Subreg/Client.php
Original file line number Diff line number Diff line change 2121case " $1 " in
2222 configure)
2323
24- composer-global-update ease-core
24+ composer-global-update subreg
2525
2626 ;;
2727
You can’t perform that action at this time.
0 commit comments