29 Mar
2018
29 Mar
'18
14:53
Branch: refs/heads/master Home: https://github.com/openSUSE/obs-build Commit: c1698c9af6fc501016347ed6332171c17d0bd39a https://github.com/openSUSE/obs-build/commit/c1698c9af6fc501016347ed6332171c... Author: Michael Schroeder <mls@suse.de> Date: 2018-03-29 (Thu, 29 Mar 2018) Changed paths: M Build/Deb.pm Log Message: ----------- Work around perl bug Perl restores the postition in a file even after the file descriptor has been replaced. So do a silly "seek(STDIN, 0, 0)".