~ubuntu-branches/debian/sid/atkmm1.6/sid

« back to all changes in this revision

Viewing changes to MSVC_Net2005/blank.cpp

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Simon McVittie, Michael Biebl
  • Date: 2015-09-28 13:19:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150928131944-2a23bbzyd1w4riuf
Tags: 2.24.1-1
[ Simon McVittie ]
* debian/copyright: add some missing copyright holders

[ Michael Biebl ]
* New upstream release.
* Drop obsolete Breaks/Replaces from pre-wheezy.
* Update Build-Depends as per configure.ac:
  - Bump libglibmm-2.4-dev to (>= 2.46.1)
  - Bump libatk1.0-dev to (>= 1.18)
  - Bump mm-common to (>= 0.9.8)
* Bump Standards-Version to 3.9.6.
* Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer and move
  Krzysztof Klimonda to Uploaders.
* Bump SHVER to 2.24.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This file may very well be the most annoying workaround of all time.
2
 
// It is included here to simplify working with gtkmm using the
3
 
// MSVC IDE.
4
 
//
5
 
// This file is included in all of the MSVC projects to force the
6
 
// IDE to display the C/C++ property pages for editing.  Apparently,
7
 
// the MSVC IDE does not recognize .cc files as C++ source code, even
8
 
// though the compiler does!
9
 
//
10
 
// Tim Shead, tshead@k-3d.com
11
 
// 10/12/2004