--- libgtk2-ex-entry-pango-perl-0.09.orig/debian/rules +++ libgtk2-ex-entry-pango-perl-0.09/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/libgtk2-ex-entry-pango-perl.examples +++ libgtk2-ex-entry-pango-perl-0.09/debian/libgtk2-ex-entry-pango-perl.examples @@ -0,0 +1 @@ +examples/* --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/copyright +++ libgtk2-ex-entry-pango-perl-0.09/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Emmanuel Rodriguez +Upstream-Source: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/ +Upstream-Name: Gtk2-Ex-Entry-Pango + +Files: * +Copyright: Emmanuel Rodriguez +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Emmanuel Rodriguez + 2009, Xavier Oswald +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + On Debian GNU/Linux systems, the complete text of the Artistic License + can be found in `/usr/share/common-licenses/Artistic' + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/changelog +++ libgtk2-ex-entry-pango-perl-0.09/debian/changelog @@ -0,0 +1,11 @@ +libgtk2-ex-entry-pango-perl (0.09-1) unstable; urgency=low + + * New upstream release + + -- Xavier Oswald Mon, 25 Jan 2010 18:07:44 +0100 + +libgtk2-ex-entry-pango-perl (0.07-1) unstable; urgency=low + + * Initial Release. + + -- Emmanuel Rodriguez Wed, 14 Oct 2009 00:40:23 +0200 --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/compat +++ libgtk2-ex-entry-pango-perl-0.09/debian/compat @@ -0,0 +1 @@ +7 --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/control +++ libgtk2-ex-entry-pango-perl-0.09/debian/control @@ -0,0 +1,30 @@ +Source: libgtk2-ex-entry-pango-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libgtk2-perl (>= 1.100) +Maintainer: Debian Perl Group +Uploaders: Emmanuel Rodriguez , Xavier Oswald +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-entry-pango-perl/ + +Package: libgtk2-ex-entry-pango-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libgtk2-perl (>= 1.100) +Description: Gtk2::Entry that accepts pango markup + Gtk2::Ex::Entry::Pango is a Gtk2::Entry that can accept Pango markup for + various purposes (for more information about Pango text markup language see + http://library.gnome.org/devel/pango/stable/PangoMarkupFormat.html). + . + The widget allows Pango markup to be used for input as an alternative to + set_text or for setting a default value when the widget is empty. The default + value when empty is ideal for standalone text entries that have no accompanying + label (such as a text field for a search). + . + This widget allows for the text data to be entered either through the normal + methods provided by Gtk2::Entry or to use the method /set_markup. It's + possible to switch between two methods for applying the text. The standard + Gtk2::Entry methods will always apply a text without styles while + set_markup() will use a style. --- libgtk2-ex-entry-pango-perl-0.09.orig/debian/watch +++ libgtk2-ex-entry-pango-perl-0.09/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Gtk2-Ex-Entry-Pango/ .*/Gtk2-Ex-Entry-Pango-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$