~ubuntu-branches/ubuntu/karmic/kchmviewer/karmic

« back to all changes in this revision

Viewing changes to lib/libchmfile/lchmurlhandler.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-07-29 21:43:18 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090729214318-590zmgax0swvqbny
Tags: 4.1-1
* New upstream release. (Closes: #479402, #496888)
* Add patch to disable kio-msits build to avoid okular-extra-backends
  conflict.
* Bump compat/debhelper to 7.
* Update debian/control:
  - Set Debian KDE Extras Team as Maintainer and myself in Uploaders.
  - Update build dependencies:
    - Add cmake, quilt and pkg-kde-tools
    - Replace kdelibs4-dev by kdelibs5-dev
    - Remove autotools-dev
  - Update Standards-Version to 3.8.2 (no changes needed).
  - Add Homepage field
* Remove deprecated files: debiandirs, dirs and Makefile.
* Update debian/menu file to Debian menu policy 2.1
* Switch debian/rules to dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************
2
 
 *   Copyright (C) 2004-2007 by Georgy Yunaev, gyunaev@ulduzsoft.com       *
3
 
 *   Please do not use email address above for bug reports; see            *
4
 
 *   the README file                                                       *
5
 
 *                                                                         *
6
 
 *   This program is free software; you can redistribute it and/or modify  *
7
 
 *   it under the terms of the GNU General Public License as published by  *
8
 
 *   the Free Software Foundation; either version 2 of the License, or     *
9
 
 *   (at your option) any later version.                                   *
10
 
 *                                                                         *
11
 
 *   This program is distributed in the hope that it will be useful,       *
12
 
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
13
 
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
14
 
 *   GNU General Public License for more details.                          *
15
 
 *                                                                         *
16
 
 *   You should have received a copy of the GNU General Public License     *
17
 
 *   along with this program; if not, write to the                         *
18
 
 *   Free Software Foundation, Inc.,                                       *
19
 
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
20
 
 ***************************************************************************/
21
 
 
22
 
#ifndef LCHMURLHANDLER_H
23
 
#define LCHMURLHANDLER_H
24
 
 
25
 
/**
26
 
        @author tim <tim@krasnogorsk.ru>
27
 
*/
28
 
class LCHMUrlHandler{
29
 
public:
30
 
    LCHMUrlHandler();
31
 
 
32
 
    ~LCHMUrlHandler();
33
 
 
34
 
};
35
 
 
36
 
#endif