debian/0000755000000000000000000000000012161327604007170 5ustar debian/rules0000755000000000000000000000003612161327604010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000231112161327604010570 0ustar Source: libdevel-autoflush-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Marius Gavrilescu Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-captureoutput-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-autoflush-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-autoflush-perl.git Homepage: http://metacpan.org/release/Devel-Autoflush/ Package: libdevel-autoflush-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for setting autoflush from the command line Devel::Autoflush is a hack to set autoflush for STDOUT and STDERR from the command line or from "PERL5OPT" for code that needs it but doesn't have it. . This often happens when prompting: . # guess.pl print "Guess a number: "; $n = ; . As long as the output is going to a terminal, the prompt is flushed when STDIN is read. However, if the output is being piped, the print statement will not automatically be flushed, no prompt will be seen and the program will silently appear to hang while waiting for input. debian/source/0000755000000000000000000000000012161327604010470 5ustar debian/source/format0000644000000000000000000000001412161327604011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025012161327604011037 0ustar libdevel-autoflush-perl (0.5-1) unstable; urgency=low * Initial Release. (Closes: #712853) -- Marius Gavrilescu Sat, 22 Jun 2013 09:20:30 +0300 debian/libdevel-autoflush-perl.docs0000644000000000000000000000000512161327604014573 0ustar Todo debian/compat0000644000000000000000000000000212161327604010366 0ustar 8 debian/copyright0000644000000000000000000000334312161327604011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Devel-Autoflush Source: http://search.cpan.org/dist/Devel-Autoflush/ Upstream-Contact: David A. Golden Files: * Copyright: 2008-2009, David A. Golden License: Apache-2.0 Files: debian/* Copyright: 2013, Marius Gavrilescu License: Apache-2.0 or Artistic or GPL-1+ License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the complete text of the Apache License, Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'. 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/watch0000644000000000000000000000017312161327604010222 0ustar version=3 http://metacpan.org/release/Devel-Autoflush/ .*/Devel-Autoflush-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$