~kklimonda/ubuntu/natty/glibmm2.4/update

« back to all changes in this revision

Viewing changes to MSVC_Net2005/examples/markup/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-03 00:17:17 UTC
  • mfrom: (1.2.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20090303001717-pyrbdlacqpb4y95q
Tags: 2.19.3-0ubuntu1
* New upstream release (LP: #336940)
  + New API:
   - BufferedInputStream: buffer_size property
   - BufferedOutputStream: buffer_size, auto_grow properties
   - DataInputStream: byte_order, newline_type properties
   - DataOutputStream: byte_order property
   - FilterInputStream: close_base_stream property,
     get/set_close_base_stream()
   - FilterOutputStream: close_base_stream property,
     get/set_close_base_stream()
   - UnixInputStream: fd and close_fd properties, get_fd(),
     get/set_close_fd()
   - UnixOutputStream: fd and close_fd properties, get_fd(),
     get/set_close_fd()
  + Make licenses consistent with eachother (library gpl vs. lesser gpl,
    etc)
  + Fixed some problems when building with exceptions disabled (Murray
    Cumming)
  + Build fixes (Theppitak Karoonboonyanan)
* Add usr/lib/giomm-2.4 to debian/libglibmm-2.4-dev.install
* debian/rules: bump SHVER value
* debian/control.in
  - add Vcs-Bzr tag
  - bump libglib2.0-dev to 2.19.0
  - Re-generate debian/control
* Update debian/watch to take unstable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
DISABLE_DEPRECATED_API_CFLAGS = @DISABLE_DEPRECATED_API_CFLAGS@
75
75
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
76
76
DLLTOOL = @DLLTOOL@
 
77
DSYMUTIL = @DSYMUTIL@
77
78
ECHO = @ECHO@
78
79
ECHO_C = @ECHO_C@
79
80
ECHO_N = @ECHO_N@
113
114
MAINT = @MAINT@
114
115
MAKEINFO = @MAKEINFO@
115
116
MKDIR_P = @MKDIR_P@
 
117
NMEDIT = @NMEDIT@
116
118
OBJDUMP = @OBJDUMP@
117
119
OBJEXT = @OBJEXT@
118
120
PACKAGE = @PACKAGE@
125
127
PERL_PATH = @PERL_PATH@
126
128
PKG_CONFIG = @PKG_CONFIG@
127
129
RANLIB = @RANLIB@
 
130
SED = @SED@
128
131
SET_MAKE = @SET_MAKE@
129
132
SHELL = @SHELL@
130
133
STRIP = @STRIP@