diff options
author | Holger Paradies <retabell@gmx.de> | 2021-08-08 12:35:06 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2021-08-08 12:35:06 +0200 |
commit | 3335391ac1ae4cf848e07f769ff4124737bce80f (patch) | |
tree | 89d2bca5309554fa138ebb1b8b2732d24b3062cb /kiw-ventoy | |
parent | 5709a45d33d708952128d31734ee4668ca615599 (diff) | |
download | kanotix-packages-3335391ac1ae4cf848e07f769ff4124737bce80f.zip kanotix-packages-3335391ac1ae4cf848e07f769ff4124737bce80f.tar.gz |
kiw-ventoy change changelog creation
Diffstat (limited to 'kiw-ventoy')
-rw-r--r-- | kiw-ventoy/debian/changelog | 18 | ||||
-rw-r--r-- | 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 <retabell@gmx.de> Thu, 13 May 2021 13:06:10 +0200 - -kiw-ventoy (1.0.41) unstable; urgency=medium - - * Ventoy 1.0.41 - - -- Holger Paradies <retabell@gmx.de> Sun, 25 Apr 2021 13:05:00 +0200 - -kiw-ventoy (1.0.40) unstable; urgency=medium - - * Ventoy 1.0.40 - - -- Holger Paradies <retabell@gmx.de> 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 |