]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Revert "build_debian: debuild stdout and stderr to /dev/null"
authorAlexander Pozdnyakov <redacted>
Sun, 30 Dec 2018 19:39:02 +0000 (22:39 +0300)
committerAlexander Pozdnyakov <redacted>
Sun, 30 Dec 2018 19:39:02 +0000 (22:39 +0300)
This reverts commit 20e1ae1eb8131f854dfd9217e545ee0b080eeba8.

dist/build_debian.sh

index 60b9ebb9780e81fe8a8c4a959f2c24f64f962664..884b923c67d274773d45c024dc6026d67d3aec46 100644 (file)
@@ -117,8 +117,7 @@ then
     if [ ! -z "${TRAVIS_BRANCH}" ]
     then
         sed -i '/^ cmake (>= 3.1),/d' debian/control
-        debuild --no-lintian --preserve-env --prepend-path="${PATH}" -us -uc > /dev/null 2>&1
-        tail -50 ../kvirc_*.build
+        debuild --no-lintian --preserve-env --prepend-path="${PATH}" -us -uc 
     else
         debuild --no-lintian -us -uc 
     fi