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

X Strike Force X.Org X11 SVN commit: r380 - trunk/debian



Author: dnusinow
Date: 2005-07-19 18:02:48 -0500 (Tue, 19 Jul 2005)
New Revision: 380

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
- Make the build not fail on MANIFEST check. If there are discrepancies,
  I'd rather have a mostly complete X package than a failure on some
  arches. The failure diff will still be spit out, allowing us to fix the
  problems.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-19 18:02:27 UTC (rev 379)
+++ trunk/debian/changelog	2005-07-19 23:02:48 UTC (rev 380)
@@ -8,6 +8,10 @@
      - Add missing docs to xserver-xorg.docs.mipsel
      - Incorporate patch from HEAD to include more radeon PCI ID's. Thanks
        Harald Welte. Closes: #318948
+     - Make the build not fail on MANIFEST check. If there are discrepancies,
+       I'd rather have a mostly complete X package than a failure on some
+       arches. The failure diff will still be spit out, allowing us to fix the
+       problems.
 
  -- David Nusinow <dnusinow@debian.org>  Mon, 18 Jul 2005 09:34:07 -0400
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-07-19 18:02:27 UTC (rev 379)
+++ trunk/debian/rules	2005-07-19 23:02:48 UTC (rev 380)
@@ -394,11 +394,9 @@
 	           echo 'MANIFEST.$(ARCH) file.' >&2; \
 	         else \
 	           echo 'MANIFEST check failed; please see debian/README' >&2; \
-	           exit 1; \
 	         fi; \
 	         ;; \
 	      *) echo "diff reported unexpected exit status $$DIFFSTATUS when performing MANIFEST check" >&2; \
-	         exit 1; \
 	         ;; \
 	    esac; \
 	  fi; \



Reply to: