diff options
author | Guillem Jover <guillem@debian.org> | 2012-04-15 06:26:34 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2012-04-15 10:02:47 +0200 |
commit | b2cdea1f2c9abd3123067c04b0d04dd90b45c5f2 (patch) | |
tree | 744b61bf2e5578e74fcb4285985b561a8811e7ca | |
parent | 3d5278b47bc6aa9b1f665faab0328a39b03b18c4 (diff) | |
download | dpkg-b2cdea1f2c9abd3123067c04b0d04dd90b45c5f2.tar.gz |
dpkg-name(1): Change example to use dpkg-deb --build instead of dpkg --build
-rw-r--r-- | man/dpkg-name.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/dpkg-name.1 b/man/dpkg-name.1 index e8d6bbba8..04786bdb5 100644 --- a/man/dpkg-name.1 +++ b/man/dpkg-name.1 @@ -1,7 +1,7 @@ .\" dpkg manual page - dpkg-name(1) .\" .\" Copyright © 1995-1996 Erick Branderhorst -.\" Copyright © 2007-2011 Guillem Jover <guillem@debian.org> +.\" Copyright © 2007-2012 Guillem Jover <guillem@debian.org> .\" .\" This is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ .\" You should have received a copy of the GNU General Public License .\" along with this program. If not, see <http://www.gnu.org/licenses/>. . -.TH dpkg\-name 1 "2011-08-14" "Debian Project" "dpkg utilities" +.TH dpkg\-name 1 "2012-04-15" "Debian Project" "dpkg utilities" .SH NAME dpkg\-name \- rename Debian packages to full package names . @@ -93,7 +93,7 @@ Your archive will be messed up completely because a lot of packages don't come with section information. .B Don't do this. .TP -.B dpkg \-\-build debian\-tmp && dpkg\-name \-o \-s .. debian\-tmp.deb +.B dpkg\-deb \-\-build debian\-tmp && dpkg\-name \-o \-s .. debian\-tmp.deb This can be used when building new packages. . .SH BUGS |