[Pkg-cli-apps-commits] r4890 - in /packages/muine/trunk/debian: changelog rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Thu Apr 30 21:16:29 UTC 2009


Author: laney-guest
Date: Thu Apr 30 21:16:29 2009
New Revision: 4890

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4890
Log:
Override dh_auto_test to do nothing as these cause the build to fail.

Modified:
    packages/muine/trunk/debian/changelog
    packages/muine/trunk/debian/rules

Modified: packages/muine/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/muine/trunk/debian/changelog?rev=4890&op=diff
==============================================================================
--- packages/muine/trunk/debian/changelog (original)
+++ packages/muine/trunk/debian/changelog Thu Apr 30 21:16:29 2009
@@ -15,8 +15,9 @@
     Artist" buttons work properly (Closes: #524181, LP: #366620).
   * debian/patches/metadata-crash.diff: Add. Backport patch from upstream
     BTS/ubuntu to workaround crash when track metadata is edited externally.
-
- -- Iain Lane <laney at ubuntu.com>  Thu, 30 Apr 2009 20:54:02 +0100
+  * Override dh_auto_test to do nothing as these cause the build to fail.
+
+ -- Iain Lane <laney at ubuntu.com>  Thu, 30 Apr 2009 22:15:17 +0100
 
 muine (0.8.10-3) unstable; urgency=low
 

Modified: packages/muine/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/muine/trunk/debian/rules?rev=4890&op=diff
==============================================================================
--- packages/muine/trunk/debian/rules (original)
+++ packages/muine/trunk/debian/rules Thu Apr 30 21:16:29 2009
@@ -14,6 +14,9 @@
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
+# buggy make test
+override_dh_auto_test:
+
 override_dh_auto_configure:
 	dh_auto_configure -- MCS=/usr/bin/csc --enable-gstreamer=0.10
 
@@ -28,8 +31,8 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-        dh build
-        touch $@
+	dh build
+	touch $@
 
 clean: unpatch
 




More information about the Pkg-cli-apps-commits mailing list