debian/0000755000000000000000000000000011556060530007167 5ustar debian/control0000644000000000000000000000317111556060341010574 0ustar Source: libproc-invokeeditor-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Jay Bonci , Nicholas Bamber Build-Depends: debhelper (>= 7.0.50~) Build-Depends-Indep: perl, libcarp-assert-perl, ed | nvi | editor, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Proc-InvokeEditor/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libproc-invokeeditor-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libproc-invokeeditor-perl/ Package: libproc-invokeeditor-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcarp-assert-perl Suggests: ed, nvi, editor Description: Perl extension for starting a text editor Proc::InvokeEditor module provides the ability to supply some text to an external text editor, have it edited by the user, and retrieve the results. . The File::Temp module is used to provide secure, safe temporary files, and File::Temp is set to its highest available level of security. This may cause problems on some systems where no secure temporary directory is available. . When the editor is started, no subshell is used. Your path will be scanned to find the binary to use for each editor if the string given does not exist as a file, and if a named editor contains whitespace, for example if you try to use the editor 'xemacs -nw', then the string will be split on whitespace and anything after the editor name will be passed as arguments to your editor. A shell is not used but this should cover most simple cases. debian/copyright0000644000000000000000000000222111556026513011122 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Michael Stevens Source: http://search.cpan.org/dist/Proc-InvokeEditor/ Name: Proc-InvokeEditor Files: * Copyright: 2001, 2010, Michael Stevens License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2004, Jay Bonci 2003, 2008, Gunnar Wolf 2011, Nicholas Bamber License: Artistic or 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 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'. debian/watch0000644000000000000000000000017511556060260010223 0ustar version=3 http://search.cpan.org/dist/Proc-InvokeEditor/ .*/Proc-InvokeEditor-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211535450064010367 0ustar 7 debian/libproc-invokeeditor-perl.examples0000644000000000000000000000001311556026513016016 0ustar examples/* debian/changelog0000644000000000000000000000522311556060330011041 0ustar libproc-invokeeditor-perl (1.06-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/watch: use "default" regexp for matching upstream version. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Nicholas Bamber ] * Added myself to Uploaders * Upped standards version to 3.9.2 * Upped compat level to 7 * New upstream release * Shortened short description and rewrote long description * Added debian/source/format * Refreshed debian/rules and debian/copyright * Copied editors from Build-Depends to Suggests * Added libtest-pod-perl and libtest-pod-coverage-perl -- Nicholas Bamber Tue, 26 Apr 2011 23:36:42 +0100 libproc-invokeeditor-perl (1.02-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * Use dist-based URL in debian/watch. [ Gunnar Wolf ] * New upstream release * Added myself as an uploader * Bumped up standards-version to 3.7.3 (no changes needed) * Upgraded dh_compat level to 5 * Listed the examples to be installed inside debian/rules, instead of an external file * No longer ignores failure on make clean * Debhelper is b-d, not b-d-i -- Gunnar Wolf Mon, 07 Jan 2008 11:26:17 -0600 libproc-invokeeditor-perl (0.02-3) unstable; urgency=low * Fixed debian/watch file so uscan will actually work * Changed examples to use dh_installexamples * Cleaned up Makefile.PL so that it won't drag example files into the wrong dirs -- Jay Bonci Wed, 6 Oct 2004 02:46:35 -0400 libproc-invokeeditor-perl (0.02-2) unstable; urgency=low * Acknowledge NMU. Thanks Gunnar. (Closes: #213863) * Discludes upstream README. No additional information outside of copyright and man files. -- Jay Bonci Tue, 28 Oct 2003 12:59:57 -0500 libproc-invokeeditor-perl (0.02-1.1) unstable; urgency=low * Non-Maintainer Upload * Added a build-dependency on ed | nvi | editor in order to be able to perform the tests (Closes: #213863) -- Gunnar Wolf Thu, 16 Oct 2003 15:22:53 -0500 libproc-invokeeditor-perl (0.02-1) unstable; urgency=low * Initial Release (Closes: #152580) -- Jay Bonci Sat, 20 Sep 2003 00:43:36 -0400 debian/source/0000755000000000000000000000000011556060530010467 5ustar debian/source/format0000644000000000000000000000001411556026512011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000041111556026513010246 0ustar #!/usr/bin/make -f PKG:=$(shell dh_listpackages) TMP:=$(CURDIR)/debian/$(PKG) EG:=$(TMP)/usr/share/doc/$(PKG)/examples/ %: dh $@ override_dh_installexamples: dh_installexamples chmod a+x $(EG)/*.pl sed -i '1s|/usr/local/bin/perl|/usr/bin/perl|' $(EG)/*.pl