Changeset 297


Ignore:
Timestamp:
08/02/09 03:55:22 (3 years ago)
Author:
marc
Message:

Merged debian and 0.2.2 changes from 0.2 branch

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r288 r297  
    44 * Added a favicon to the server 
    55 * Switch to GPLv3 
    6  * Fixed a fatal bug with some recent versions of Python/PyGTK affecting most distributions 
    76 * Fixed preference pane issues for low resolution displays and some minor issues with popular GTK themes 
    87 * Fixed a bug where screenshot files would be saved under the wrong extension and not erased after quitting 
     
    1211 * Code cleanup towards PEP-8 compliance 
    1312 * Simplified and improved Makefile 
     13 
     140.2.2: 
     15 * Fixed a fatal bug with Python 2.6/PyGTK 2.14 
    1416 
    15170.2.1: 
  • trunk/README

    r272 r297  
    4343 
    4444    # Make sure you have your gpg keys and debian development environment correctly setup 
     45    # You must also package the itaka source as a tarball per debian guidelines. 
     46 
    4547    debuild 
    4648 
  • trunk/debian/changelog

    r271 r297  
    1 itaka (1.0-1) unstable; urgency=low 
     1itaka (0.2.2-1) unstable; urgency=high 
    22 
    3   * Pulled 1.0 from upstream. 
     3  * Pulled 0.2.2 from upstream 
    44 
    5  -- Marc E. <santusmarc@users.sourceforge.net>  Tue,  27 Jun 2007 18:01:13 -0700 
     5 -- Marc E. <santusmarc@users.sourceforge.net>  Sat, 01 Aug 2009 19:06:15 -0700 
     6 
     7itaka (0.2.1-1) unstable; urgency=high 
     8 
     9  * Pulled 0.2.1 from upstream. 
     10 
     11 -- Marc E. <santusmarc@users.sourceforge.net>  Thu, 19 Jul 2007 09:12:13 -0700 
     12 
    613itaka (0.2-1) unstable; urgency=low 
    714 
     
    916 
    1017 -- Marc E. <santusmarc@users.sourceforge.net>  Tue,  27 Jun 2007 18:01:13 -0700 
     18 
    1119itaka (0.1-1) unstable; urgency=low 
    1220 
  • trunk/debian/control

    r271 r297  
    33Priority: extra 
    44Maintainer: Marc E. <santusmarc@users.sourceforge.net> 
    5 Build-Depends: imagemagick, docbook-to-man, python, intltool, gettext, debhelper (>= 5.0.37.2) 
    6 Standards-Version: 3.7.2 
     5Build-Depends: imagemagick, docbook-to-man, python, debhelper (>= 5.0.37.2) 
     6Standards-Version: 3.8.0 
    77 
    88Package: itaka 
  • trunk/debian/copyright

    r271 r297  
    1 This package was debianized by Marc E. <santusmarc@users.sourceforge.net> on 
    2 Tue,  5 Jun 2007 18:01:13 -0700. 
    3  
    4 It was downloaded from http://itaka.jardinpresente.com.ar 
     1This package was downloaded from from http://itaka.jardinpresente.com.ar 
    52 
    63Upstream Author: Marc E. <santusmarc@users.sourceforge.net> 
     4Debian Packager: Marc E. <santusmarc@users.sourceforge.net> 
    75 
    86Copyright: 2003-2009 by Marc E. 
     
    119Please see /usr/share/common-licenses/GPL for the full license. 
    1210 
    13 The Debian packaging is 2007-2009, Marc E. <santusmarc@users.sourceforge.net> and 
     11The Debian packaging is (C) 2009, Marc E. <santusmarc@users.sourceforge.net> and 
    1412is licensed under the GPL, see `/usr/share/common-licenses/GPL'. 
    1513 
  • trunk/debian/itaka.menu

    r124 r297  
    11?package(itaka): \ 
    22    needs="X11" \ 
    3     section="Apps/Net" \ 
     3    section="Applications/Network/Monitoring" \ 
    44    title="Itaka" \ 
    55    command="/usr/bin/itaka" \ 
    66    hints="screenshooting" \ 
    7     icon="/usr/share/pixmaps/itaka.xpm" \ 
     7    icon32x32="/usr/share/pixmaps/itaka.xpm" \ 
    88    icon16x16="/usr/share/pixmaps/itaka16x16.xpm" 
  • trunk/debian/itaka.sgml

    r271 r297  
    22 
    33  <!-- Please adjust the date whenever revising the manpage. --> 
    4   <!ENTITY dhdate      "<date>20 Jul 2009</date>"> 
     4  <!ENTITY dhdate      "<date>5 Jun 2007</date>"> 
    55  <!ENTITY dhemail     "<email>santusmarc@users.sourceforge.net</email>"> 
    66  <!ENTITY dhusername  "Marc E."> 
Note: See TracChangeset for help on using the changeset viewer.