[med-svn] r1366 - trunk/packages/primer3/trunk/debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Wed Feb 13 00:48:30 UTC 2008
Author: charles-guest
Date: 2008-02-13 00:48:29 +0000 (Wed, 13 Feb 2008)
New Revision: 1366
Modified:
trunk/packages/primer3/trunk/debian/changelog
trunk/packages/primer3/trunk/debian/rules
Log:
Finished the conversion to CDBS and disabled tests on mips, mipsel and hppa because their buildds do not keep up.
Modified: trunk/packages/primer3/trunk/debian/changelog
===================================================================
--- trunk/packages/primer3/trunk/debian/changelog 2008-02-12 18:11:17 UTC (rev 1365)
+++ trunk/packages/primer3/trunk/debian/changelog 2008-02-13 00:48:29 UTC (rev 1366)
@@ -4,6 +4,9 @@
* Moved the Homepage: field out from the package's description.
* debian/control: updated Steffen's email address.
* debian/*.1.xml: corrected the headers of the sources of manpages.
+ * debian/rules:
+ - Converted to CDBS.
+ - Disabled tests on arm, m68k, s390, mips, mipsel and hppa.
[ David Paleino ]
* debian/ntdpal.1, debian/primer3_core.1 and debian/oligotm.1
@@ -11,9 +14,6 @@
* debian/control:
- B-D updated
- added myself to Uploaders
- * debian/rules:
- - manpages statically built
- - minor changes
* Updated to Standards-Version 3.7.3 (no changes needed)
-- David Paleino <d.paleino at gmail.com> Wed, 06 Feb 2008 13:11:56 +0100
Modified: trunk/packages/primer3/trunk/debian/rules
===================================================================
--- trunk/packages/primer3/trunk/debian/rules 2008-02-12 18:11:17 UTC (rev 1365)
+++ trunk/packages/primer3/trunk/debian/rules 2008-02-13 00:48:29 UTC (rev 1366)
@@ -1,22 +1,19 @@
#!/usr/bin/make -f
DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
-SKIP_TEST_CPUS := arm m68k s390 powerpc
+SKIP_TEST_CPUS := arm m68k s390 mips mipsel hppa
-debian/stamp-makefile-check::
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
ifeq (,$(filter $(DEB_HOST_ARCH_CPU),$(SKIP_TEST_CPUS)))
- @echo "Fast-cpu arch detected, performing checks."
+DEB_MAKE_CHECK_TARGET = -C test test
else
- @echo "Slow-cpu arch detected, skipping checks.t"
- DEB_BUILD_OPTIONS += nocheck
+DEB_MAKE_CHECK_TARGET =
endif
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
DEB_MAKE_CLEAN_TARGET = -C src clean
DEB_MAKE_BUILD_TARGET = -C src all
-DEB_MAKE_CHECK_TARGET = -C test test
clean::
$(MAKE) -C test clean
More information about the debian-med-commit
mailing list