From 3335391ac1ae4cf848e07f769ff4124737bce80f Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Sun, 8 Aug 2021 12:35:06 +0200 Subject: kiw-ventoy change changelog creation --- kiw-ventoy/debian/changelog | 18 ------------------ kiw-ventoy/update-ventoy-package.sh | 4 +++- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/kiw-ventoy/debian/changelog b/kiw-ventoy/debian/changelog index b7be72b..5df5b8a 100644 --- a/kiw-ventoy/debian/changelog +++ b/kiw-ventoy/debian/changelog @@ -1,21 +1,3 @@ -kiw-ventoy (1.0.43) unstable; urgency=medium - - * Ventoy 1.0.43 - - -- Holger Paradies Thu, 13 May 2021 13:06:10 +0200 - -kiw-ventoy (1.0.41) unstable; urgency=medium - - * Ventoy 1.0.41 - - -- Holger Paradies Sun, 25 Apr 2021 13:05:00 +0200 - -kiw-ventoy (1.0.40) unstable; urgency=medium - - * Ventoy 1.0.40 - - -- Holger Paradies Sun, 07 Mar 2021 16:31:33 +0100 - kiw-ventoy (1.0.36) unstable; urgency=medium * Initial Release. diff --git a/kiw-ventoy/update-ventoy-package.sh b/kiw-ventoy/update-ventoy-package.sh index ea26128..5cacad6 100644 --- a/kiw-ventoy/update-ventoy-package.sh +++ b/kiw-ventoy/update-ventoy-package.sh @@ -16,7 +16,9 @@ rm -f ventoysha256 echo "$(ls -1 ventoy*.tar.gz) usr/share/kanotix-iso-writer" >debian/kiw-ventoy.install -dch --distribution unstable --newversion $VERSIONNUMBER "Ventoy $VERSIONNUMBER" +#dch --distribution unstable --newversion $VERSIONNUMBER "Ventoy $VERSIONNUMBER" +rm -f debian/changelog +dch --distribution unstable --create --package "kiw-ventoy" --newversion $VERSIONNUMBER "Ventoy $VERSIONNUMBER" debuild -S -- cgit v1.0