~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/snmp/vsn.mk

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
SNMPEA_VSN = 3.4.8
3
 
APP_VSN    = "snmp-$(SNMPEA_VSN)"
 
2
SNMP_VSN = 4.8.2
 
3
PRE_VSN  =
 
4
APP_VSN  = "snmp-$(SNMP_VSN)$(PRE_VSN)"
 
5
 
 
6
TICKETS = OTP-6214 OTP-6247 OTP-6293
 
7
 
 
8
TICKETS_4_8_1 = OTP-6176 OTP-6177
 
9
 
 
10
TICKETS_4_8 = OTP-6137 OTP-6149 OTP-6150 OTP-6164
 
11
 
 
12
TICKETS_4_7_4 = \
 
13
        OTP-6042 \
 
14
        OTP-6044 \
 
15
        OTP-6049 \
 
16
        OTP-6062 \
 
17
        OTP-6068 \
 
18
        OTP-6074 \
 
19
        OTP-6077 \
 
20
        OTP-6081
 
21
 
 
22
TICKETS_4_7_3 = \
 
23
        OTP-6031 \
 
24
        OTP-6032
 
25
 
 
26
TICKETS_4_7_2 = \
 
27
        OTP-5992 \
 
28
        OTP-6024
 
29
 
 
30
TICKETS_4_7_1 = \
 
31
        OTP-5963 \
 
32
        OTP-5968 \
 
33
        OTP-5969
 
34
 
 
35
TICKETS_4_7 = \
 
36
        OTP-5870 \
 
37
        OTP-5934 \
 
38
        OTP-5935 \
 
39
        OTP-5937
 
40
 
 
41
TICKETS_4_6_1 = \
 
42
        OTP-5834 \
 
43
        OTP-5838
 
44
 
 
45
TICKETS_4_6 = \
 
46
        OTP-5763 \
 
47
        OTP-5771 \
 
48
        OTP-5787 \
 
49
        OTP-5797 \
 
50
        OTP-5829
 
51
 
 
52
TICKETS_4_5 = \
 
53
        OTP-5581 \
 
54
        OTP-5726 \
 
55
        OTP-5727 \
 
56
        OTP-5732 \
 
57
        OTP-5733 \
 
58
        OTP-5740 \
 
59
        OTP-5742
 
60
 
 
61
TICKETS_4_4_1 = \
 
62
        OTP-5719 \
 
63
        OTP-5720
 
64
 
 
65
TICKETS_4_4 = \
 
66
        OTP-5666 \
 
67
        OTP-5668 \
 
68
        OTP-5669 \
 
69
        OTP-5675 \
 
70
        OTP-5676 \
 
71
        OTP-5678 \
 
72
        OTP-5703
 
73
 
 
74
TICKETS_4_3 = \
 
75
        OTP-5636 \
 
76
        OTP-5637 \
 
77
        OTP-5490
 
78
 
 
79
TICKETS_4_2 = \
 
80
        OTP-5574 \
 
81
        OTP-5578 \
 
82
        OTP-5579 \
 
83
        OTP-5580 \
 
84
        OTP-5590 \
 
85
        OTP-5591 \
 
86
        OTP-5592
4
87