blob: 16313766d19bb4bf41d2ae45ae18f10d50c95087 (
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.25rc2/source/VERSION
===================================================================
--- samba-3.0.25rc2.orig/source/VERSION 2007-04-24 11:06:59.962042371 +0200
+++ samba-3.0.25rc2/source/VERSION 2007-04-24 11:07:56.384117797 +0200
@@ -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_VENDOR_PATCH=
|