[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[developers-reference] 03/05: dpkg-buildpackage now uses fakeroot automatically. Closes: #750988



This is an automated email from the git hooks/post-receive script.

lucas pushed a commit to branch master
in repository developers-reference.

commit 2c6496eca7625b640dfd5f5e3cb5aba1b83d0655
Author: Lucas Nussbaum <lucas@debian.org>
Date:   Sat Aug 23 18:50:42 2014 -0700

    dpkg-buildpackage now uses fakeroot automatically. Closes: #750988
---
 debian/changelog | 1 +
 tools.dbk        | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c7cea0..790a47f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ developers-reference (3.4.14) UNRELEASED; urgency=medium
   [ Lucas Nussbaum ]
   * Drop section on goodies, point to wiki instead.
     Closes: #751489, #586186
+  * dpkg-buildpackage now uses fakeroot automatically. Closes: #750988
 
  -- Paul Wise <pabs@debian.org>  Wed, 20 Aug 2014 18:43:04 -0700
 
diff --git a/tools.dbk b/tools.dbk
index 7eeb567..6f51ed4 100644
--- a/tools.dbk
+++ b/tools.dbk
@@ -70,8 +70,8 @@ but that may change in the future.
 <systemitem role="package">fakeroot</systemitem> simulates root privileges.
 This enables you to build packages without being root (packages usually want to
 install files with root ownership).  If you have <systemitem
-role="package">fakeroot</systemitem> installed, you can build packages as a
-regular user: <literal>dpkg-buildpackage -rfakeroot</literal>.
+role="package">fakeroot</systemitem> installed,
+<command>dpkg-buildpackage</command> will use it automatically.
 </para>
 </section>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/developers-reference.git


Reply to: