Explorar o código

dpkg-name(1): Change example to use dpkg-deb --build instead of dpkg --build

Guillem Jover %!s(int64=14) %!d(string=hai) anos
pai
achega
b2cdea1f2c
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      man/dpkg-name.1

+ 3 - 3
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