debian/0000755000000000000000000000000012231457132007166 5ustar debian/watch0000644000000000000000000000016511730342222010215 0ustar version=3 http://search.cpan.org/dist/Wx-Scintilla/ .*/Wx-Scintilla-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000020511730342222010237 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: xvfb-run -a dh_auto_test override_dh_makeshlibs: dh_makeshlibs --noscripts debian/libwx-scintilla-perl.docs0000644000000000000000000000005511730342222014101 0ustar README wx-scintilla/src/scintilla/README.txt debian/copyright0000644000000000000000000001077611730342222011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Wx-Scintilla Upstream-Contact: Ahmad M. Zawawi Source: http://search.cpan.org/dist/Wx-Scintilla/ Files: * Copyright: 2011-2012, Ahmad M. Zawawi License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2012, Dominique Dumont License: Artistic or GPL-1+ Files: wx-scintilla/include/private.h Copyright: 2000 by Total Control Software License: wxWindows Files: wx-scintilla/src/* Copyright: 1998-1999 by Neil Hodgson , Robin Dunn 2000 by Total Control Software 2010 Vadim Zeitlin License: wxWindows Files: wx-scintilla/src/scintilla/* Copyright: 1998-2003 by Neil Hodgson License: MIT-like 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: MIT-like All Rights Reserved . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. . NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: wxWindows WXWINDOWS LIBRARY LICENCE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION . This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public Licence for more details. . You should have received a copy of the GNU Library General Public Licence along with this software, usually in a file named COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . EXCEPTION NOTICE . 1. As a special exception, the copyright holders of this library give permission for additional uses of the text contained in this release of the library as licenced under the wxWindows Library Licence, applying either version 3 of the Licence, or (at your option) any later version of the Licence as published by the copyright holders of version 3 of the Licence document. . 2. The exception is that you may use, copy, link, modify and distribute under the user's own terms, binary object code versions of works based on the Library. . 3. If you copy code from files distributed under the terms of the GNU General Public Licence or the GNU Library General Public Licence into a copy of this library, as this licence permits, the exception does not apply to the code that you add in this way. To avoid misleading anyone as to the status of such modified files, you must delete this exception notice from such code and/or adjust the licensing conditions notice accordingly. . 4. If you write modifications of your own for this library, it is your choice whether to permit this exception to apply to your modifications. If you do not wish that, you must delete the exception notice from such code and/or adjust the licensing conditions notice accordingly. reference: http://www.opensource.org/licenses/WXwindows summary: LGPL-2.1+ license with some corporate friendly exceptions debian/source/0000755000000000000000000000000011730342222010462 5ustar debian/source/format0000644000000000000000000000001411730342222011670 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011730342222010611 5ustar debian/patches/remove-uneeded-libs0000644000000000000000000000156711730342222014400 0ustar Description: Remove uneeded libs Remove -lfoo flags as suggested by dh_shlibdeps Forwarded: not yet Author: dod@debian.org --- a/inc/Module/Build/Scintilla/GTK.pm +++ b/inc/Module/Build/Scintilla/GTK.pm @@ -83,9 +83,10 @@ sub stc_extra_scintilla_libs { my $self = shift; - my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 '; - $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 '; - $extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm '; + # my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 '; + # $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 '; + # $extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm '; + my $extras = ' -lm '; #'-lgio-2.0', # does not apper to be needed and not present on some systems return $extras; debian/patches/series0000644000000000000000000000002411730342222012022 0ustar remove-uneeded-libs debian/compat0000644000000000000000000000000211730342222010360 0ustar 8 debian/control0000644000000000000000000000232111730342222010563 0ustar Source: libwx-scintilla-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8), libalien-wxwidgets-perl ( >= 0.54+dfsg), libextutils-xspp-perl, libwx-perl, perl, xauth, xvfb Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwx-scintilla-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libwx-scintilla-perl.git Homepage: http://search.cpan.org/dist/Wx-Scintilla/ Package: libwx-scintilla-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libwx-perl Description: source code editor component for wxWidgets Wx::Scintilla Perl module is a Wx wrapper around scintilla editor. . Wx::Scintilla prjoect goal is to provide fresh Perl 5 and maybe Perl 6 support in Wx while preserving compatibility with Wx::StyledTextCtrl. . Note: You cannot load Wx::STC and Wx::Scintilla in the same application. They are mutually exclusive. The wxSTC_... events are handled by one library or the other. debian/changelog0000644000000000000000000000233312231457132011041 0ustar libwx-scintilla-perl (0.38-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 12:15:38 +0100 libwx-scintilla-perl (0.38-1) unstable; urgency=low * Imported Upstream version 0.38 * added patch to remove unneeded link to libs * control: - removed dependencies obsoleted by remove-uneeded-libs patch, including libpng12-dev (Closes: #662417) * updated Standards-Version (no other changes). * copyright: updated format field and (c) years -- Dominique Dumont Thu, 15 Mar 2012 11:24:24 +0100 libwx-scintilla-perl (0.36-1) unstable; urgency=low * Imported Upstream version 0.36: * Upgraded to Scintilla 3.0.2 * control: depends on libalien-wxwidgets-perl >= 0.54 (which has a dependency on multi-arched lib) (Closes: #652810) -- Dominique Dumont Fri, 30 Dec 2011 18:29:35 +0100 libwx-scintilla-perl (0.34-2) unstable; urgency=low * control: added build dependencies -- Dominique Dumont Mon, 19 Dec 2011 15:03:52 +0100 libwx-scintilla-perl (0.34-1) unstable; urgency=low * Initial Release. (Closes: #652462) -- Dominique Dumont Mon, 19 Dec 2011 14:37:24 +0100