Code

rules: Split build target into build-{arch,indep} as recommended by policy.
authorSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 17:00:09 +0000 (19:00 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 17 May 2012 17:00:09 +0000 (19:00 +0200)
debian/changelog
debian/rules

index 71b267667ec9f37fac12283944519887c7f6ad5e..915ff0e7ed5b20ab9e5db29ad8ae79db8a8d06b4 100644 (file)
@@ -9,6 +9,7 @@ tig (1.0-1) UNRELEASED; urgency=low
   * debian/rules:
     - Don't remove 'test-graph'; it is no longer installed by 'make install'.
     - Don't try to install TODO; it no longer exists.
+    - Split build target into build-{arch,indep} as recommended by policy.
 
  -- Sebastian Harl <tokkee@debian.org>  Thu, 17 May 2012 18:15:46 +0200
 
index 4128ddd1d6475f77d902105f0b8e3259f057cc24..63f259916940bf0497dadbac7e793adfc0bcb760 100755 (executable)
@@ -25,7 +25,10 @@ config.status: configure
                --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \
                CFLAGS="$(CFLAGS)"
 
-build: build-stamp
+build: build-arch build-indep
+
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp: config.status
        dh_testdir