File: changelog

package info (click to toggle)
libvc 003.dfsg.1-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,508 kB
  • ctags: 359
  • sloc: sh: 8,104; ansic: 1,466; yacc: 113; lex: 70; makefile: 38
file content (153 lines) | stat: -rw-r--r-- 5,893 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
libvc (003.dfsg.1-12) unstable; urgency=low

  * New maintainer. Closes: #534359
  * Bump Standards-Verstion to 3.8.3

 -- Tony Palma <xbytemx@gmail.com>  Wed, 16 Sep 2009 04:28:17 -0500

libvc (003.dfsg.1-11) unstable; urgency=low

  * debian/control:
    + Bump Standards-Version to 3.8.1 (add needed file
      debian/README.source explaining the patch system)
    + The package is now maintained with Git at alioth.debian.org.  Add
      Vcs-Git field and change Vcs-Browser accordingly.

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 20 Apr 2009 13:03:08 +0200

libvc (003.dfsg.1-10) unstable; urgency=low

  * debian/rules: Use debian/clean instead of manually cleaning files
  * debian/compat, debian/control: Bump build-dependency on debhelper to
    >= 7.0.0, otherwise debian/clean is moot
  * debian/clean: New file
  * debian/control:
    + Fix Lintian warning debhelper-but-no-misc-depends
    + Drop useless Section field for libvc0 package
  * debian/libvc0.symbols: Add shared library symbols file

 -- Rafael Laboissiere <rafael@debian.org>  Fri, 13 Feb 2009 18:28:03 +0100

libvc (003.dfsg.1-9) unstable; urgency=low

  * debian/control:
    + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works
    + Bump Standards-Version to 3.8.0 (no changes needed)
  * debian/watch: Remove "dfsg" from the upstream version before number
    comparison
  * Use quilt instead of CDBS' simple-patchsys

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 01 Jul 2008 17:10:33 +0200

libvc (003.dfsg.1-8) unstable; urgency=low

  * debian/control:
    + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-*
    + Dropped the Homepage pseudo-header from the extended descriptions
    + Bumped Standards-Version to 3.7.3

 -- Rafael Laboissiere <rafael@debian.org>  Sat, 15 Dec 2007 23:35:16 +0100

libvc (003.dfsg.1-7) unstable; urgency=low

  * debian/patches/04-accept-line-folding.patch: New patch for making the
    flex scanner accept values of the fields spanning several lines using
    the folding technique of RFC-822 (i.e. using a space in the beginning
    of the continuation lines.  This does not yet make libvc completely
    RFC-2425-compliant, because the continuation sequence "\n " is still
    contained in the output (i.e. not eaten up).  At any rate, rolo should
    now be able to read vCard files containing folded lines (closes:
    #442944).
  * debian/control:
    + Tightened the dependency on autoconf to >= 2.61 and build-conflict
      with autoconf2.13, otherwise the -vfi option passed to autoreconf
      does not work
    + Added Homepage field

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 23 Sep 2007 10:12:19 +0200

libvc (003.dfsg.1-6) unstable; urgency=low

  * debian/patches/manpage-Lb-definition.patch:  Patch for doc/vc.3 which
    adds definition for the libvc library (.Lb macro) and avoids nroff
    warnings
  * Make the library compliant with the vCard 2.1 specification as regards
    valid field names which are defined to be any printable 7bit us-ascii
    except []=:., > (closes: #430546):
    + debian/patches/field-names-comply-with-vCard2.1.patch: Added patch
      to change lex scanning variables in src/vc_scan.l
    + debian/control: Build-Depends on flex
    + debian/rules: Save and restore src/vc_scan.c and remove ylwrap in
      the clean rule

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 26 Jun 2007 12:20:23 +0200

libvc (003.dfsg.1-5) unstable; urgency=low

  * debian/control: Added XS-Vcs-Svn and XS-Vcs-Browser fields
  * debian/patches/vc-manpage-lb-macro.patch: Added patch for fixing
    Lintian's manpage-has-errors-from-man warning (wrong argument to .Lb
    macro)

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 22 Apr 2007 11:43:09 +0200

libvc (003.dfsg.1-4) unstable; urgency=low

  * debian/control: Changed section of libvc-dev to libdevel, avoiding the
    override disparity

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 27 Mar 2007 16:25:44 +0200

libvc (003.dfsg.1-3) unstable; urgency=low

  * debian/rules: Call "autoreconf -vfi" in makebuilddir rule.  This is
    apparently needed for GNU/kFreeBSD, due to the outdated libtool files
    in the upstream tarball (closes: #416257)
  * debian/control: Build-Depends on autoconf, automake, and libtool

 -- Rafael Laboissiere <rafael@debian.org>  Tue, 27 Mar 2007 03:56:16 +0200

libvc (003.dfsg.1-2) unstable; urgency=low

  * debian/copyright: Added note about the removal of the doc/rfc2426.txt
    from the Debian upstream tarball

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 25 Mar 2007 23:07:43 +0200

libvc (003.dfsg.1-1) unstable; urgency=low

  * Regenerated the upstream tarball (and added ".dfsg.1" to the version
    number), removing the RFC document, which is not DFSG compliant.
    Hopefully, the package will be accepted by the ftp-admin this time.
  * debian/libvc-dev.docs: Do not install doc/rfc2426.txt

 -- Rafael Laboissiere <rafael@debian.org>  Sun, 11 Mar 2007 20:24:34 +0100

libvc (003-4) unstable; urgency=low

  * debian/patches/count-vcards-buffer-overflow.patch: Fix buffer overflow
    problem, as reported in
    http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1356
    (thanks to Carsten Hey for drawing my attention to this problem)
  * debian/README.Debian: Added file to document the above

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 19 Feb 2007 04:03:16 +0100

libvc (003-3) unstable; urgency=low

  * Uploaded to unstable again, this time with the orig.tar.gz file
    included

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 12 Feb 2007 19:27:23 +0100

libvc (003-2) unstable; urgency=low

  * First release to unstable (closes: #410658)

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 12 Feb 2007 19:04:08 +0100

libvc (003-1) unstable; urgency=low

  * Initial release

 -- Rafael Laboissiere <rafael@debian.org>  Mon, 12 Feb 2007 12:32:36 +0100