We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e685f commit 0fe9dd2Copy full SHA for 0fe9dd2
1 file changed
prepare_source
@@ -1,5 +1,5 @@
1
# Getting latest version of openssl in debian 3.1 branch.
2
-git_src --branch debian/openssl-3.1.5-1.1 https://salsa.debian.org/debian/openssl.git
+git_src --branch debian/openssl-3.1.5-1 https://salsa.debian.org/debian/openssl.git
3
4
# Apply upstream patches
5
cp patches/*.patch $dir/src/debian/patches/
@@ -12,4 +12,4 @@ sed -i 's/dpkg-dev (>= 1.22.5)/dpkg-dev (>= 1.22.4)/' $dir/src/debian/control
12
13
# set the corresponding version of the package.
14
version_orig=3.1.7
15
-version="$version_orig-0"
+version="$version_orig-1"
0 commit comments