blob: 8b46f886fc5918cbe8f5d7a54a6f852486db1ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Goal: Add "Debian" as vendor suffix
Fixes: nothing
Status wrt upstream: Debian specific
Note: Should be kept
Index: samba-3.0.28/source/VERSION
===================================================================
--- samba-3.0.28.orig/source/VERSION
+++ samba-3.0.28/source/VERSION
@@ -95,5 +95,5 @@
# e.g. SAMBA_VERSION_VENDOR_SUFFIX=vendor_version() #
# -> "CVS 3.0.0rc2-VendorVersion" #
########################################################
-SAMBA_VERSION_VENDOR_SUFFIX=
+SAMBA_VERSION_VENDOR_SUFFIX="Debian"
SAMBA_VERSION_VENDOR_PATCH=
|