[devscripts] 02/02: debclean: adapt manpage to reflect reality
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Dec 1 12:52:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository devscripts.
commit b21c026f5bb49c9e104a272f11ad57bc3e39c178
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Dec 1 10:34:02 2016 -0200
debclean: adapt manpage to reflect reality
---
debian/changelog | 2 ++
scripts/debclean.1 | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 23327d4..0d29049 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ devscripts (2.16.11) UNRELEASED; urgency=medium
* debclean:
+ do not descend on subdirectories if current directory is already a
Debian source package.
+ + fix manpage to mention what exactly is executed on each directory (i.e.
+ debclean calls `debuild -- clean`, no `debian/rules clean`)
-- James McCoy <jamessan at debian.org> Wed, 30 Nov 2016 00:05:18 -0500
diff --git a/scripts/debclean.1 b/scripts/debclean.1
index c3e3e09..68fc913 100644
--- a/scripts/debclean.1
+++ b/scripts/debclean.1
@@ -6,7 +6,7 @@ debclean \- clean up a sourcecode tree
.SH DESCRIPTION
\fBdebclean\fR walks through the directory tree starting at the
directory tree in which it was invoked, and executes
-.I debian/rules clean
+.I debuild -- clean
for each Debian source directory encountered. These directories are
recognised by containing a debian/changelog file for a package whose
name matches that of the directory. Name matching is described below.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git
More information about the devscripts-devel
mailing list