[Debichem-commits] r1382 - in /unstable/gelemental/debian: changelog rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sun May 25 23:03:38 UTC 2008


Author: dleidert-guest
Date: Sun May 25 23:03:37 2008
New Revision: 1382

URL: http://svn.debian.org/wsvn/debichem/?sc=1&rev=1382
Log:
* debian/rules (.PHONY): configure is not a PHONY target.

Modified:
    unstable/gelemental/debian/changelog
    unstable/gelemental/debian/rules

Modified: unstable/gelemental/debian/changelog
URL: http://svn.debian.org/wsvn/debichem/unstable/gelemental/debian/changelog?rev=1382&op=diff
==============================================================================
--- unstable/gelemental/debian/changelog (original)
+++ unstable/gelemental/debian/changelog Sun May 25 23:03:37 2008
@@ -3,8 +3,9 @@
   * debian/control (Build-Depends): Added dpatch.
   * debian/rules: Added dpatch related stuff.
     (binary-arch): Call dh_install for all packages.
+    (.PHONY): configure is not a PHONY target.
   * debian/patches/ftbfs_missing_limits.dpatch: Added.
-    - libelemental/value.hh: Include <limits> to fix FTBFS.
+    - libelemental/value.hh: Include <limits> to fix FTBFS (closes: #482924).
   * debian/patches/00list: Added.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Mon, 19 May 2008 04:41:58 +0200

Modified: unstable/gelemental/debian/rules
URL: http://svn.debian.org/wsvn/debichem/unstable/gelemental/debian/rules?rev=1382&op=diff
==============================================================================
--- unstable/gelemental/debian/rules (original)
+++ unstable/gelemental/debian/rules Sun May 25 23:03:37 2008
@@ -85,4 +85,4 @@
 get-orig-source:
 	uscan --force-download --repack
 
-.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source




More information about the Debichem-commits mailing list