r62456 - in /trunk/libcoro-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 10 14:54:06 UTC 2010


Author: gregoa
Date: Fri Sep 10 14:53:29 2010
New Revision: 62456

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62456
Log:
debian/rules: remove architecture-specific backend selection; potentially
buggy and not the cause of the problems; thanks to Niko Tyni for the
hints! (Cf. #578458)

Modified:
    trunk/libcoro-perl/debian/changelog
    trunk/libcoro-perl/debian/rules

Modified: trunk/libcoro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/changelog?rev=62456&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Fri Sep 10 14:53:29 2010
@@ -1,3 +1,11 @@
+libcoro-perl (5.230-4) UNRELEASED; urgency=low
+
+  * debian/rules: remove architecture-specific backend selection; potentially
+    buggy and not the cause of the problems; thanks to Niko Tyni for the
+    hints! (Cf. #578458)
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 10 Sep 2010 16:51:06 +0200
+
 libcoro-perl (5.230-3) unstable; urgency=low
 
   * Remove override for tests.

Modified: trunk/libcoro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/rules?rev=62456&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/rules (original)
+++ trunk/libcoro-perl/debian/rules Fri Sep 10 14:53:29 2010
@@ -1,11 +1,4 @@
 #!/usr/bin/make -f
-
-PTHREAD_ARCHS = "alpha hppa kfreebsd-amd64 kfreebsd-i386 mips mipsel sparc"
-HOST_ARCH     = $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
-ifneq (,$(findstring $(HOST_ARCH),$(PTHREAD_ARCHS)))
-	export CORO_INTERFACE=p
-endif
 
 %:
 	dh $@




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