File: control

package info (click to toggle)
libgtk2-gladexml-simple-perl 0.32-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 160 kB
  • ctags: 67
  • sloc: perl: 438; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: libgtk2-gladexml-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libgtk2-perl, libgtk2-gladexml-perl,
 help2man, libxml-sax-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Gtk2-GladeXML-Simple/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-gladexml-simple-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-gladexml-simple-perl/

Package: libgtk2-gladexml-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libgtk2-perl, libgtk2-gladexml-perl
Recommends: libxml-sax-perl
Description: clean object-oriented perl interface to Gtk2::GladeXML
 Gtk2::GladeXML::Simple is a module that provides a clean and easy interface
 for Gnome/Gtk2 and Glade applications using an object-oriented syntax. You just
 make Gtk2::GladeXML::Simple your application's base class, have your new call
 SUPER::new, and the module will do the tedious and dirty work for you.
 .
 Gtk2::GladeXML::Simple offers:
  * Signal handler callbacks as methods of your class.
  * Autoconnection of signal handlers.
  * Autocalling of creation functions for custom widgets.
  * Access to the widgets as instance attributes.