[Pkg-haskell-commits] darcs: helium: Add build-indep and build-arch targets to debian/rules.

Colin Watson cjwatson at debian.org
Tue May 28 23:32:50 UTC 2013


Tue May 28 23:32:44 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Add build-indep and build-arch targets to debian/rules.
  Ignore-this: f7a754eb325b245ef061610bc53b8ce4

    M ./changelog +1
    M ./rules -2 +5

Tue May 28 23:32:44 UTC 2013  Colin Watson <cjwatson at debian.org>
  * Add build-indep and build-arch targets to debian/rules.
  Ignore-this: f7a754eb325b245ef061610bc53b8ce4
diff -rN -u old-helium//changelog new-helium//changelog
--- old-helium//changelog	2013-05-28 23:32:50.486551819 +0000
+++ new-helium//changelog	2013-05-28 23:32:50.490570123 +0000
@@ -5,6 +5,7 @@
   * Merge from Ubuntu (Michael Bienia):
     - debian/patches/20_fix-as-needed-linking: Fix linking with --as-needed.
   * Update watch file.
+  * Add build-indep and build-arch targets to debian/rules.
 
  -- Colin Watson <cjwatson at debian.org>  Wed, 29 May 2013 00:12:26 +0100
 
diff -rN -u old-helium//rules new-helium//rules
--- old-helium//rules	2013-05-28 23:32:50.470280215 +0000
+++ new-helium//rules	2013-05-28 23:32:50.506545516 +0000
@@ -43,7 +43,9 @@
 	touch configure-stamp
 
 
-build: build-stamp
+build: build-arch
+build-indep:
+build-arch: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 	$(MAKE_ENVVARS) $(MAKE) -C lvm/src/runtime depend
@@ -102,4 +104,5 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build-indep build-arch build clean
+.PHONY: binary-indep binary-arch binary install configure





More information about the Pkg-haskell-commits mailing list