~ubuntu-branches/ubuntu/karmic/kmyfirewall/karmic

« back to all changes in this revision

Viewing changes to kmyfirewall/version.h

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-01-26 00:25:25 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080126002525-xmqcjdddbrbgcxpp
Tags: 1.1.0-0ubuntu1
* New upstream release. (LP: #177760)
* debian/patches:
  - Dropped 02_fix_desktop_file.dpatch: failed to apply; included
    the desktop file in debian/ instead.
  - Added 01_kdesudo.dpatch to use kdesudo instead of kdesu -t. (LP: #145751)
* debian/control:
  - Bumped Standards-Version to 3.7.3.
  - Updated debhelper build-dependency to >= 5.0.51 (for dh_icons).
  - Updated kdelibs4 build-dependency per official system requirements.
  - Moved Homepage into its own field.
  - Removed dpatch build-dependency, all patches dropped.
  - Build-depend on chrpath.
  - Depend on iptables and kdesudo.
* debian/compat:
  - Bumped to 5.
* debian/copyright:
  - Link to common-licenses/GPL-2 since the software is GPLv2 only.
  - Updated FSF address.
  - Updated upstream homepage and author email.
* debian/menu:
  - Updated per new menu policy.
* debian/rules:
  - Removed dh_make comments.
  - Removed dh_installdirs call, not needed.
  - Delete /usr/lib/*.so, leave only *.so.0.
  - Strip /usr/lib rpath with chrpath.
  - Do not ignore make distclean output.
  - Perform additional cleanup to delete all build artifacts.
  - Moved config.guess/config.sub copy commands from clean to configure.
  - Replaced dh_iconcache with dh_icons.
  - Added dh_desktop.
  - Added get-orig-source.
* Added debian/kmfinstallerplugin.desktop, tweaked for Lintian cleanliness.
* Added debian/kmyfirewall.desktop, tweaked for Lintian cleanliness.
* Added debian/kmyfirewall.xpm.
* Added debian/install to install the desktop and xpm files.
* Added debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifndef VERSION_H
11
11
#define VERSION_H
12
12
 
13
 
#define KMYFIREWALL_VERSION "1.0"
14
 
#define COPYRIGHT_DATE "(c) 2002-2005"
 
13
#define KMYFIREWALL_VERSION "1.1.0"
 
14
#define COPYRIGHT_DATE "(c) 2001-2007"
15
15
#define COPYRIGHT_OWNER "The KMyFirewall Team"
16
 
#define COPYRIGHT_STRING "copyright (c) the KMyFirewall developers 2002-2005"
17
 
#define MAINTAINER "Christian Hubinger <chubinegr@sedisys.com>"
 
16
#define COPYRIGHT_STRING "copyright (c) the KMyFirewall developers 2001-2007"
 
17
#define MAINTAINER "Christian Hubinger <chubinegr@irrsinnig.org>"
 
18
#define LICENSE "This program is distributed under the terms of the GPL v2"
18
19
#endif