Skip to content

Commit

Permalink
Merge pull request #42 from pcgomes/2.9.70+1SNAPSHOT20200916171021+0200
Browse files Browse the repository at this point in the history
Release of v2.9.70+1SNAPSHOT20200916171021+0200
  • Loading branch information
pcgomes committed Sep 16, 2020
2 parents bc48c08 + c8be587 commit 87c25d0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
6 changes: 6 additions & 0 deletions distribution/deb_packaging/ubuntu/18.04/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amarok (2:2.9.70+1SNAPSHOT20200916171021+0200-0ubuntu1ppa1~ubuntu18.04.1) bionic; urgency=medium

* Fix compilation error when optional qttools5-dev is not present

-- Pedro de Carvalho Gomes <pedrogomes81@gmail.com> Wed, 16 Sep 2020 17:10:21 +0200

amarok (2:2.9.70+1SNAPSHOT20200915122323+0200-0ubuntu1ppa1~ubuntu18.04.1) bionic; urgency=medium

* Port scripting engine from QTScript to QJSEngine
Expand Down
6 changes: 6 additions & 0 deletions distribution/deb_packaging/ubuntu/19.10/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amarok (2:2.9.70+1SNAPSHOT20200916171021+0200-0ubuntu1ppa1~ubuntu19.10.1) eoan; urgency=medium

* Fix compilation error when optional qttools5-dev is not present

-- Pedro de Carvalho Gomes <pedrogomes81@gmail.com> Wed, 16 Sep 2020 17:10:21 +0200

amarok (2:2.9.70+1SNAPSHOT20200915122323+0200-0ubuntu1ppa1~ubuntu19.10.1) eoan; urgency=medium

* Port scripting engine from QTScript to QJSEngine
Expand Down
6 changes: 6 additions & 0 deletions distribution/deb_packaging/ubuntu/20.04/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
amarok (2:2.9.70+1SNAPSHOT20200916171021+0200-0ubuntu1ppa1~ubuntu20.04.1) focal; urgency=medium

* Fix compilation error when optional qttools5-dev is not present

-- Pedro de Carvalho Gomes <pedrogomes81@gmail.com> Wed, 16 Sep 2020 17:10:21 +0200

amarok (2:2.9.70+1SNAPSHOT20200915122323+0200-0ubuntu1ppa1~ubuntu20.04.1) focal; urgency=medium

* Port scripting engine from QTScript to QJSEngine
Expand Down
2 changes: 1 addition & 1 deletion distribution/deb_packaging/ubuntu/changelog_edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DATENOW=$(date "+%s"); for i in 18.04_bionic 19.10_eoan 20.04_focal; do version=$(echo $i|cut -d_ -f1); code=$(echo $i|cut -d_ -f2); cat << EOF > ${version}/new_cl_entry; cat ${version}/new_cl_entry ${version}/debian/changelog > ${version}/new_cl; mv ${version}/new_cl ${version}/debian/changelog; rm ${version}/new_cl*; done
amarok (2:2.9.70+1SNAPSHOT$(date -d "@${DATENOW}" +"%Y%m%d%H%M%S%z")-0ubuntu1ppa1~ubuntu${version}.1) ${code}; urgency=medium
* Port scripting engine from QTScript to QJSEngine
* Fix compilation error when optional qttools5-dev is not present
-- Pedro de Carvalho Gomes <pedrogomes81@gmail.com> $(date -R -d "@${DATENOW}")
Expand Down

0 comments on commit 87c25d0

Please sign in to comment.