~ubuntu-branches/ubuntu/maverick/aspectc++/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
aspectc++ (0.99+1.0pre3-2ubuntu3) hardy; urgency=low
2
 
 
3
 
  * Ag++/tests/run_tests.sh: use #!/bin/bash, fix FTBFS (LP: #163532)
4
 
 
5
 
 -- Luca Falavigna <dktrkranz@ubuntu.com>  Sun, 06 Jan 2008 13:23:20 +0100
 
1
aspectc++ (1.0pre4~svn.20080409+dfsg-3) unstable; urgency=low
 
2
 
 
3
  * Fix another missing include, this time in Ag++/StdSystem.cc
 
4
 
 
5
 -- Reinhard Tartler <siretart@tauware.de>  Thu, 10 Apr 2008 17:40:52 +0200
 
6
 
 
7
aspectc++ (1.0pre4~svn.20080409+dfsg-2) unstable; urgency=low
 
8
 
 
9
  * After another round of reviewing Bens diff, the NMU was correct after
 
10
    all.  Incorporating the Ppatch from
 
11
    http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=23;bug=417489
 
12
    Really Closes: #417489 this time.
 
13
  * reweave Puma with changes from previous change.
 
14
  * More cleanups in the Puma buildscripts: debian/rules honors now noopt in
 
15
    the variable DEB_BUILD_OPTIONS.
 
16
  * add Vcs-Bzr headers to debian/control.
 
17
 
 
18
 -- Reinhard Tartler <siretart@tauware.de>  Thu, 10 Apr 2008 13:37:36 +0200
 
19
 
 
20
aspectc++ (1.0pre4~svn.20080409+dfsg-1) unstable; urgency=low
 
21
 
 
22
  * new upstream snapshot
 
23
    - now builds properly with GCC 4.3 (Closes: #417489, #424106)
 
24
    - uses bash in the ag++ testsuite (Closes: #373665)
 
25
    - explicitly not ACKing NMU from Ben Hutchings. Upstream has fixed
 
26
      the issues with GCC 4.3 independently
 
27
    - Now shipping prewoven puma sources directly in the orig.tar.gz (again)
 
28
    - remove unlicensed documentation.
 
29
  * bumbed standards version
 
30
  * use CURDIR instead of PWD, thanks lintian
 
31
  * updated maintainer record
 
32
  * add script and target for retrieving a clean upstream tarball
 
33
  * Incorporating and Acking NMU from Sandro Tosi. (Closes: #424106)
 
34
  * compile ac++ twice: one time with prewoven Puma, then reweave a copy
 
35
    of Puma, then build a new ac++ with the freshly woven Puma. This
 
36
    ensures that ac++ is actually able to compile itself (Closes: #474560)
 
37
  * ensure that the AspectC++ testsuite is using /bin/bash (Closes: #373665)
 
38
  * compile with -O2 instead of -O3. -O2 is likely to cause problems on
 
39
    non-mainstream architectures. Plus, add '-g' to compilation flags, so
 
40
    that a build with DEB_BUILD_OPTIONS='noopt' actually creates a package
 
41
    with debugging information.
 
42
  * add dependency on gsfonts for having proper fonts in the doxygen
 
43
    outputs.
 
44
  * Bump Standard version to 3.7.3 (no changes needed).
 
45
  * Use Homepage Field.
 
46
  * Move packages into correct sections: libpuma-doc -> doc,
 
47
    libpuma-dev -> libdevel.
 
48
  * simplify debian/rules a bit.
 
49
  * install (woven) Puma development headers into libpuma-dev.
 
50
 
 
51
 -- Reinhard Tartler <siretart@tauware.de>  Thu, 10 Apr 2008 09:23:51 +0200
 
52
 
 
53
aspectc++ (0.99+1.0pre3-3.1) unstable; urgency=low
 
54
 
 
55
  * Non-maintainer upload
 
56
 
 
57
  [ Sandro Tosi ]
 
58
  * debian/rules
 
59
    - added removal of binary not cleaned (Closes: #424106)
 
60
 
 
61
  [ Ben Hutchings ]
 
62
  * Fixed recursive make invocations to avoid hiding failures
 
63
  * Added/changed #include and using directives for g++ 4.3
 
64
    (Closes: #417489) (partly by Martin Michlmayr)
 
65
  * Added missing parentheses in Puma::FilenameInfo::name()
 
66
 
 
67
 -- Ben Hutchings <ben@decadent.org.uk>  Sun, 06 Apr 2008 01:15:28 +0100
 
68
 
 
69
aspectc++ (0.99+1.0pre3-3) experimental; urgency=low
 
70
 
 
71
  * more cleanups in Puma/Makefile
 
72
  * removed Antonio from uploaders on his request. Thank you for your work!
 
73
  * bumped standards version to 3.7.2 (no changes needed)
 
74
  * Introduce new package: libpuma-dev, for direct use of the
 
75
    puma library (Closes: #369771)
 
76
  * Introduce new package: libpuma-doc, with updated doxygen.conf
 
77
    containing 2 examples (ccparser and cparser) and doxygen generated docs
 
78
  * Added circular build-depend on itself, testing if the ac++ binary is
 
79
    working on all architectures!
 
80
  * Merge patches from upstream for ag++, fixing command line handling and
 
81
    fixes in the testsuite.
 
82
 
 
83
 -- Reinhard Tartler <siretart@tauware.de>  Mon, 12 Jun 2006 10:53:28 +0200
6
84
 
7
85
aspectc++ (0.99+1.0pre3-2ubuntu2) gutsy; urgency=low
8
86