r13454 - packages/trunk/raincat/debian
Vincent Legout
vlegout at alioth.debian.org
Mon Apr 2 17:42:32 UTC 2012
Author: vlegout
Date: 2012-04-02 17:42:31 +0000 (Mon, 02 Apr 2012)
New Revision: 13454
Modified:
packages/trunk/raincat/debian/changelog
packages/trunk/raincat/debian/rules
Log:
debian/rules: Add build-arch and build-indep targets
Modified: packages/trunk/raincat/debian/changelog
===================================================================
--- packages/trunk/raincat/debian/changelog 2012-04-01 23:16:52 UTC (rev 13453)
+++ packages/trunk/raincat/debian/changelog 2012-04-02 17:42:31 UTC (rev 13454)
@@ -4,10 +4,11 @@
* Add debian/patches/fix_haskell_modules.patch (Closes: #665069)
* Fix Vcs-Browser field
* Update raincat-data small and long descriptions. Thus raincat and
- raincat-data do not have the same descriptions.
+ raincat-data do not have the same description.
* debian/copyright: Updated to use Copyright Format 1.0
+ * debian/rules: Add build-arch and build-indep targets
- -- Vincent Legout <vlegout at debian.org> Sun, 01 Apr 2012 10:10:51 +0200
+ -- Vincent Legout <vlegout at debian.org> Mon, 02 Apr 2012 19:32:39 +0200
raincat (1.1-2) unstable; urgency=low
Modified: packages/trunk/raincat/debian/rules
===================================================================
--- packages/trunk/raincat/debian/rules 2012-04-01 23:16:52 UTC (rev 13453)
+++ packages/trunk/raincat/debian/rules 2012-04-02 17:42:31 UTC (rev 13454)
@@ -10,7 +10,9 @@
cd debian; for f in *.sng; do sng "$$f"; done
touch $@
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp: config
dh_testdir
cd src && ghc -O --make Main.hs
More information about the Pkg-games-commits
mailing list