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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
screenie (20120406-2) unstable; urgency=medium
* QA upload.
* Set maintainer to Debian QA Group <packages@qa.debian.org>. (see: #904682)
-- Marcos Talau <talau@debian.org> Fri, 11 Nov 2022 06:05:10 -0300
screenie (20120406-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Sat, 02 Jan 2021 16:29:26 +0100
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 <onlyjob@member.fsf.org> 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 <onlyjob@member.fsf.org> 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 <tpo_deb@sourcepole.ch> 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 <nion@debian.org> 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 <tpo_deb@sourcepole.ch> 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 <tpo_deb@sourcepole.ch> 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 <tpo_deb@sourcepole.ch> 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 <tpo_deb@sourcepole.ch> Mon, 9 Apr 2007 22:55:33 +0200
|