r37842 - in /trunk/jifty/debian: changelog rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Mon Jun 8 07:05:12 UTC 2009


Author: yvesago-guest
Date: Mon Jun  8 07:05:05 2009
New Revision: 37842

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37842
Log:
* remove cleanning of t/TestApp-RestartServer/var/ - for me whithout this I have a lintian error with pid in diff
* s/UNRELEASED/unstable/

Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=37842&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Mon Jun  8 07:05:05 2009
@@ -1,24 +1,4 @@
-jifty (0.90519-1) UNRELEASED; urgency=low
-
-  FTBFS:
-    t/TestApp-RestartServer/t/restart......................Can't open var/jifty-server-parent.pid for writing: No such file or directory at /tmp/buildd/jifty-0.90519/blib/lib/Jifty/Script/Server.pm line 149.
-
-    #   Failed test 'GET http://localhost:12888'
-    #   at t/TestApp-RestartServer/t/restart.t line 48.
-    # 500
-    # Can't connect to localhost:12888 (connect: Connection refused)
-
-    #   Failed test 'we still have a pony!'
-    #   at t/TestApp-RestartServer/t/restart.t line 49.
-    #          got: "500 Can't connect to localhost:12888 (connect: Con"...
-    #       length: 67
-    #     doesn't match '(?-xism:pony\.jpg)'
-    Can't open var/jifty-server-parent.pid for reading: No such file or directory at /tmp/buildd/jifty-0.90519/blib/lib/Jifty/Script/Server.pm line 205.
-    # Looks like you failed 2 tests of 8.
-    dubious
-            Test returned status 2 (wstat 512, 0x200)
-    DIED. FAILED tests 6-7
-            Failed 2/8 tests, 75.00% okay
+jifty (0.90519-1) unstable; urgency=low
 
   [ AGOSTINI Yves ]
   * new release

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=37842&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Mon Jun  8 07:05:05 2009
@@ -38,7 +38,7 @@
 	# remove test mailbox
 	rm -rf t/TestApp/mailbox*
 	# remove test file
-	rm -rf t/TestApp-RestartServer/var/*
+	#rm -rf t/TestApp-RestartServer/var/*
 
 install: install-stamp
 install-stamp: build-stamp




More information about the Pkg-perl-cvs-commits mailing list