Skip to content

Commit

Permalink
Force SSH_EXTRAVERSION to Deepin
Browse files Browse the repository at this point in the history
  • Loading branch information
UTsweetyfish committed Dec 20, 2023
1 parent fa4c820 commit ceb478c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions debian/patches/deepin-extra-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/version.h
+++ b/version.h
@@ -5,7 +5,7 @@
#define SSH_PORTABLE "p1"
#define SSH_RELEASE_MINIMUM SSH_VERSION SSH_PORTABLE
#ifdef SSH_EXTRAVERSION
-#define SSH_RELEASE SSH_RELEASE_MINIMUM " " SSH_EXTRAVERSION
+#define SSH_RELEASE SSH_RELEASE_MINIMUM " " "Deepin"
#else
#define SSH_RELEASE SSH_RELEASE_MINIMUM
#endif
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ revert-ipqos-defaults.patch
maxhostnamelen.patch
conch-ssh-rsa.patch
systemd-socket-activation.patch
deepin-extra-version.patch
deepin-ssh-connect-idle-timeout.patch
deepin-ssh-keygen-privatekey-file-perm.patch

0 comments on commit ceb478c

Please sign in to comment.