mirror of
https://github.com/Ximi1970/systray-x.git
synced 2025-11-04 20:35:48 +01:00
Remove auto versioning for deb packages
This commit is contained in:
2
dist/deb/gnome/debian.changelog
vendored
2
dist/deb/gnome/debian.changelog
vendored
@@ -1,4 +1,4 @@
|
||||
systray-x-gnome (0.9.8-0) unstable; urgency=low
|
||||
systray-x-gnome (0.9.8-1) unstable; urgency=low
|
||||
|
||||
* Update to 0.9.8
|
||||
|
||||
|
||||
2
dist/deb/gnome/systray-x-gnome.dsc
vendored
2
dist/deb/gnome/systray-x-gnome.dsc
vendored
@@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: systray-x-gnome
|
||||
Version: 0-0
|
||||
Version: 0.9.8-1
|
||||
Binary: systray-x-gnome
|
||||
Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||
Architecture: any
|
||||
|
||||
2
dist/deb/kde/debian.changelog
vendored
2
dist/deb/kde/debian.changelog
vendored
@@ -1,4 +1,4 @@
|
||||
systray-x (0.9.8-0) unstable; urgency=low
|
||||
systray-x (0.9.8-1) unstable; urgency=low
|
||||
|
||||
* Update to 0.9.8
|
||||
|
||||
|
||||
2
dist/deb/kde/systray-x.dsc
vendored
2
dist/deb/kde/systray-x.dsc
vendored
@@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: systray-x
|
||||
Version: 0-0
|
||||
Version: 0.9.8-1
|
||||
Binary: SysTray-X
|
||||
Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||
Architecture: any
|
||||
|
||||
2
dist/deb/minimal/debian.changelog
vendored
2
dist/deb/minimal/debian.changelog
vendored
@@ -1,4 +1,4 @@
|
||||
systray-x-minimal (0.9.8-0) unstable; urgency=low
|
||||
systray-x-minimal (0.9.8-1) unstable; urgency=low
|
||||
|
||||
* Update to 0.9.8
|
||||
|
||||
|
||||
2
dist/deb/minimal/systray-x-minimal.dsc
vendored
2
dist/deb/minimal/systray-x-minimal.dsc
vendored
@@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: systray-x-minimal
|
||||
Version: 0-0
|
||||
Version: 0.9.8-1
|
||||
Binary: systray-x-minimal
|
||||
Maintainer: Maxime Rijnders <ximi.obs@gmail.com>
|
||||
Architecture: any
|
||||
|
||||
1
dist/rpm/gnome/_service
vendored
1
dist/rpm/gnome/_service
vendored
@@ -23,7 +23,6 @@
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="file">systray-x-gnome.dsc</param>
|
||||
<param name="file">systray-x-gnome.spec</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
1
dist/rpm/kde/_service
vendored
1
dist/rpm/kde/_service
vendored
@@ -20,7 +20,6 @@
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="file">systray-x.dsc</param>
|
||||
<param name="file">systray-x.spec</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
1
dist/rpm/minimal/_service
vendored
1
dist/rpm/minimal/_service
vendored
@@ -22,7 +22,6 @@
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="file">systray-x-minimal.dsc</param>
|
||||
<param name="file">systray-x-minimal.spec</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -20,6 +20,22 @@ sed -i -e "s?\(^.*\"revision\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
||||
sed -i -e "s?\(^.*\"versionformat\">\).*\(</param>\)?\1$VERSION\2?" $SERVICE_FILE
|
||||
|
||||
|
||||
SERVICE_FILE="./dist/deb/kde/debian.changelog"
|
||||
sed -i -e "0,/systray-x/{s?\(^systray-x \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE
|
||||
SERVICE_FILE="./dist/deb/kde/systray-x.dsc"
|
||||
sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE
|
||||
|
||||
SERVICE_FILE="./dist/deb/gnome/debian.changelog"
|
||||
sed -i -e "0,/systray-x/{s?\(^systray-x-gnome \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE
|
||||
SERVICE_FILE="./dist/deb/gnome/systray-x-gnome.dsc"
|
||||
sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE
|
||||
|
||||
SERVICE_FILE="./dist/deb/minimal/debian.changelog"
|
||||
sed -i -e "0,/systray-x/{s?\(^systray-x-minimal \).*\( unstable.*\)?\1($VERSION-1)\2?}" $SERVICE_FILE
|
||||
SERVICE_FILE="./dist/deb/minimal/systray-x-minimal.dsc"
|
||||
sed -i -e "s?\(^Version: \).*?\1$VERSION-1?" $SERVICE_FILE
|
||||
|
||||
|
||||
SERVICE_FILE="./dist/arch/kde/PKGBUILD"
|
||||
sed -i -e "s?\(^pkgver=\).*?\1$VERSION?" $SERVICE_FILE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user