debian/0000755000000000000000000000000011737752174007204 5ustar debian/changelog0000644000000000000000000000600211737751666011061 0ustar screenie (20120406-1) unstable; urgency=low * New upstream release + FIX: Screenie failed to create jobs with quotes * dropped default_shell.patch (applied-upstream) * standards to 3.9.3 * debhelper & compat to version 9 * debian/copyright: + updated DEP-5 format URL + updated copyright years * minor packaging updates -- Dmitry Smirnov Sat, 07 Apr 2012 15:32:56 +1000 screenie (20110213-1) unstable; urgency=low * New upstream release - Enhanced Perl-reimplementation * New maintainer (Closes: #616012) * Pakaging update - to recent standards - lintianization - added debian/watch file - debian/control: updated description and home page - debian/copyright - updated to reflect new upstream licensing - reformatted according to DEP5 * Patch to use default user's shell by default -- Dmitry Smirnov Sun, 27 Nov 2011 19:03:53 +1100 screenie (1.30.0-6) unstable; urgency=low * fix Homepage * add Homepage field, thanks zack (closes: #615384) * upgraded Debian policy to current (3.9.1.0) * adapted menu to current Debian menu policy * refer to GPL-2 file in debian/copyright * switch to dpkg-source 3.0 (quilt) format * remove non-existent Freshmeat page * "set -e" in script * cleanup build, fix all warning, listen to lintian * thanks to Nico Golde for fixing Fixes CVE-2008-5371 by using mktemp and Steffen Joeris for notifying me of the problem (adapted slightly) * fix the security fix since it replaced one race with a different one -- Tomas Pospisek Wed, 02 Mar 2011 00:20:51 +0100 screenie (1.30.0-5.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix insecure temporary file creation (CVE-2008-5371; Closes: #509332). -- Nico Golde Thu, 25 Dec 2008 00:54:32 +0100 screenie (1.30.0-5) unstable; urgency=low * fix typo - thanks Osamu Aoki. Closes: #491372 -- Tomas Pospisek Mon, 21 Jul 2008 20:44:44 +0200 screenie (1.30.0-4) unstable; urgency=low * set "Section" to "shells" (screen should IMHO also be in shells...) * set "Architecture" to "all" * changed interpreter back to /bin/sh from dash which I had set for testing... DOH! -- Tomas Pospisek Tue, 10 Apr 2007 10:43:16 +0200 screenie (1.30.0-3) unstable; urgency=low * dput wouldn't upload sources with a -2 initial version. Oh well - thus I've solely changed the Debian version here. -- Tomas Pospisek Tue, 10 Apr 2007 02:57:18 +0200 screenie (1.30.0-2) unstable; urgency=low * Initial release (Closes: #344175) * starting with -2 since upstream had already done a -1 upon which this packaging does not build upon * added help * the following are as suggested by Daniel Baumann: * Typo: s/Marc/March/ * Dash escaping: s/-/\/-/g * tested with 'dash' shell -- Tomas Pospisek Mon, 9 Apr 2007 22:55:33 +0200 debian/watch0000644000000000000000000000022711717062453010226 0ustar # Run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format version=3 http://sf.net/screenie/screenie-(.*)\.tar\.gz debian/menu0000644000000000000000000000015611533252134010056 0ustar ?package(screenie):needs="text" section="Applications/Shells"\ title="screenie" command="/usr/bin/screenie" debian/control0000644000000000000000000000110411737752174010603 0ustar Source: screenie Section: shells Priority: extra Maintainer: Dmitry Smirnov Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Homepage: http://screenie.sourceforge.net/ DM-Upload-Allowed: yes Package: screenie Architecture: all Depends: screen, ${misc:Depends}, ${perl:Depends} Description: Lightweight GNU screen(1) wrapper Screenie is a small and lightweight screen(1) wrapper designed to simplify management of detached jobs by providing simple interactive menu. . This is an enhanced Perl-reimplementation of 'screenie' by Marc O. Gloor debian/source/0000755000000000000000000000000011663425752010501 5ustar debian/source/format0000644000000000000000000000001411533255367011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211737751175010402 0ustar 9 debian/docs0000644000000000000000000000000711737752060010046 0ustar README debian/rules0000744000000000000000000000104511664410530010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ get-orig-source: uscan --noconf --force-download --repack --rename --download-current-version --destdir=. debian/manpages0000644000000000000000000000001311664406157010710 0ustar screenie.1 debian/copyright0000644000000000000000000000346611737751325011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: screenie Upstream-Contact: Jiri Nemecek Source: http://screenie.sourceforge.net/ Comment: This package was debianized by Tomas Pospisek on Mon, 9 Apr 2007 22:55:33 +0200. Files: debian/* Copyright: © 2011-2012 Dmitry Smirnov © 2007 Tomas Pospisek License: GPL-2+ 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 2 of the License, or (at your option) any later version. . This program 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 General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'. Files: * Copyright: © 2010,2011 Jiri Nemecek License: GPL-1+ or Artistic This program is free software; you can redistribute it and/or modify it under the terms of either: . a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or . b) the "Artistic License" which comes with Perl. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-1' and the Artistic Licence in '/usr/share/common-licenses/Artistic'. debian/install0000644000000000000000000000002211664410516010555 0ustar screenie /usr/bin