~ubuntu-branches/ubuntu/trusty/gnome-mousetrap/trusty

« back to all changes in this revision

Viewing changes to src/mouseTrap/debug.py

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20100112233911-j72obys762zeh9gw
* Git snapshot, equivalent to 0.3+svn17.
* debian/copyright: Fix copyright sign.
* debian/rules: Run ./autogen.sh at build time.
* debian/control:
  - Add ${misc:Depends}.
  - Add autoconf, automake, gnome-common, and libglib2.0-dev Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
"""The debug module of mouseTrap."""
23
23
 
24
 
__id__        = "$Id: debug.py 16 2008-12-26 12:44:43Z flaper $"
25
 
__version__   = "$Revision: 16 $"
26
 
__date__      = "$Date: 2008-12-26 13:44:43 +0100 (ven 26 déc 2008) $"
 
24
__id__        = "$Id$"
 
25
__version__   = "$Revision$"
 
26
__date__      = "$Date$"
27
27
__copyright__ = "Copyright (c) 2008 Flavio Percoco Premoli"
28
28
__license__   = "GPLv2"
29
29