[Pkg-bazaar-commits] r57 ./bzr/unstable: * debian/rules:

James Westby jw+debian at jameswestby.net
Mon Dec 3 18:04:18 UTC 2007


------------------------------------------------------------
revno: 57
committer: James Westby <jw+debian at jameswestby.net>
branch nick: unstable
timestamp: Mon 2007-12-03 18:04:18 +0000
message:
  * debian/rules:
    + use '$(MAKE)' instead of 'make' to at least allow a parallel build.
modified:
  changelog
  rules
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2007-12-03 16:39:58 +0000
+++ b/changelog	2007-12-03 18:04:18 +0000
@@ -1,5 +1,6 @@
 bzr (1.0~rc1-3) UNRELEASED; urgency=low
 
+  [ Adeodato Sim? ]
   * debian/control:
     + revamp the description.
     + add bzrtools to Recommends.
@@ -9,7 +10,11 @@
     + demote python-pycurl to Suggests, mention in the description
       what's useful for.
 
- -- Adeodato Sim? <dato at net.com.org.es>  Sat, 01 Dec 2007 13:14:07 +0100
+  [ James Westby ]
+  * debian/rules:
+    + use '$(MAKE)' instead of 'make' to at least allow a parallel build.
+
+ -- James Westby <jw+debian at jameswestby.net>  Mon, 03 Dec 2007 18:01:47 +0000
 
 bzr (1.0~rc1-2) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2007-12-01 10:55:19 +0000
+++ b/rules	2007-12-03 18:04:18 +0000
@@ -22,7 +22,7 @@
 build/bzr:: debian/stamp-doc
 
 debian/stamp-doc:
-	make docs
+	$(MAKE) docs
 	touch $@
 
 install/bzr::



More information about the Pkg-bazaar-commits mailing list