Skip to content

Commit b3c10ed

Browse files
committed
do not change version in debian/composer.json
1 parent c9e8fd1 commit b3c10ed

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
php-spojenet-abraflexi (3.3.2.263~noble) UNRELEASED; urgency=medium
1+
php-spojenet-abraflexi (3.3.2) UNRELEASED; urgency=medium
22

33
* more strict types
44
* jenkins-Spoje.Net-php-spojenet-abraflexi-263

debian/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"description": "Library for easy interaction with czech accounting system AbraFlexi.",
44
"homepage": "https://github.com/Spoje-NET/php-abraflexi",
55
"license": "GPL-2.0+",
6-
"version": "3.3.0",
76
"type": "library",
87
"authors": [
98
{

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ override_dh_auto_test:
2121

2222

2323
override_dh_install:
24-
jq '.version = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'| sed 's/~.*//' `'"' debian/composer.json |sponge debian/composer.json
2524
dh_install
25+
jq '.version = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'| sed 's/~.*//' `'"' debian/composer.json |sponge debian/php-spojenet-abraflexi/usr/share/php/AbraFlexi/composer.json
2626
sed -i -e "s/\/\.\.\/\.\.\//\//g" debian/php-spojenet-abraflexi/usr/share/php/AbraFlexi/RO.php
2727
sed -i -e "s/\/\.\.\/\.\.\//\//g" debian/php-spojenet-abraflexi/usr/share/php/AbraFlexi/Functions.php
2828
sed -i -e "s/\.\.\/test\//\/usr\/share\/php\/AbraFlexi\/tools\//g" debian/php-spojenet-abraflexi/usr/share/php/AbraFlexi/tools/*.php

0 commit comments

Comments
 (0)