r15039 - packages/trunk/pegsolitaire/debian
Vincent Cheng
vcheng at moszumanska.debian.org
Sat Apr 19 00:23:01 UTC 2014
Author: vcheng
Date: 2014-04-19 00:23:01 +0000 (Sat, 19 Apr 2014)
New Revision: 15039
Modified:
packages/trunk/pegsolitaire/debian/changelog
packages/trunk/pegsolitaire/debian/rules
Log:
Replace DEB_BUILD_OPTIONS=nocheck with empty override_dh_auto_test target
Modified: packages/trunk/pegsolitaire/debian/changelog
===================================================================
--- packages/trunk/pegsolitaire/debian/changelog 2014-04-18 23:55:02 UTC (rev 15038)
+++ packages/trunk/pegsolitaire/debian/changelog 2014-04-19 00:23:01 UTC (rev 15039)
@@ -14,7 +14,6 @@
* Update watch file. The original homepage for downloading Peg Solitaire
is no longer available.
* Install man page with pegsolitaire.manpages file.
- * Export DEB_BUILD_OPTIONS=nocheck. Disable tests since they are incomplete.
* Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid useless
dependencies.
* Fix lintian warning "synopsis starts with article".
@@ -34,6 +33,9 @@
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org.
+ [ Vincent Cheng ]
+ * Use empty override_dh_auto_test target in d/rules to skip incomplete tests.
+
-- Markus Koschany <apo at gambaru.de> Fri, 18 Apr 2014 22:34:51 +0200
pegsolitaire (0.0.4-1) unstable; urgency=low
Modified: packages/trunk/pegsolitaire/debian/rules
===================================================================
--- packages/trunk/pegsolitaire/debian/rules 2014-04-18 23:55:02 UTC (rev 15038)
+++ packages/trunk/pegsolitaire/debian/rules 2014-04-19 00:23:01 UTC (rev 15039)
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
-export DEB_BUILD_OPTIONS=nocheck
+
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
@@ -13,6 +13,8 @@
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
+override_dh_auto_test:
+
override_dh_install:
dh_install
# Remove unwanted files.
More information about the Pkg-games-commits
mailing list