diff options
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 |