[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RC bug fixed in qps



The RC bug #411845 is fixed.
Can you please add the qps to etch?


Here is the interdiff:
-----------------------------------------------------------------------------------------------
interdiff qps_1.9.18.6-1.diff qps_1.9.18.6-2.diff
diff -u qps-1.9.18.6/debian/changelog qps-1.9.18.6/debian/changelog
--- qps-1.9.18.6/debian/changelog
+++ qps-1.9.18.6/debian/changelog
@@ -1,3 +1,9 @@
+qps (1.9.18.6-2) unstable; urgency=low
+
+  * Does not fails to build. Closes: #411845
+
+ -- René <h@privacy.ono.com>  Sat, 24 Feb 2007 17:37:04 +0100
+
 qps (1.9.18.6-1) unstable; urgency=low

   * New upstream release
------------------------------------------------------------------------------------------------


this are the changes made in rules:

before:

 clean:
 dh_testdir
 dh_testroot
 rm -f build-stamp
 rm -f proc.cpp
 [ ! -f Makefile ] || { $(MAKE) distclean && rm -f Makefile; }


after: 

 clean:
 dh_testdir
 dh_testroot
 rm -f build-stamp
 #rm -f proc.cpp
 [ ! -f Makefile ] || { $(MAKE) distclean && rm -f Makefile; }
 dh_clean proc.cpp

regards
-- 
http://h.says.it

Attachment: pgp4ykkfsvzXF.pgp
Description: PGP signature


Reply to: