bug-hurd
[Top][All Lists]
Advanced

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

fakeroot


From: Alfred M. Szmidt
Subject: fakeroot
Date: Sat, 05 Feb 2005 17:26:13 +0100

I have no idea what people are smoking, I just tried
`dpkg-buildpackage -rfakeroot -uc -us' for the hello package and it
all worked dandy.  Log attached.

So unless someone comes up with a specific test case where fakeroot
doesn't work (having to run a command that does all kinds of weird
stuff does not a test make!), I think we can consider that fakeroot
works.  Could someone close #11509 on Savannah?

===File ~/typescript========================================
debian:~/t/hello-2.1.1# dpkg-buildpackage -rfakeroot -us -uc
dpkg-buildpackage: source package is hello
dpkg-buildpackage: source version is 2.1.1-4
dpkg-buildpackage: source maintainer is Santiago Vila <sanvila@debian.org>
dpkg-buildpackage: host architecture is hurd-i386
 fakeroot debian/rules clean
test -f src/hello.c -a -f debian/rules
rm -f build
/usr/bin/make -i distclean
make[1]: Entering directory `/root/t/hello-2.1.1'
Making distclean in tests
make[2]: Entering directory `/root/t/hello-2.1.1/tests'
rm -f Makefile  stamp-h stamp-h[0-9]*
make[2]: Leaving directory `/root/t/hello-2.1.1/tests'
Making distclean in m4
make[2]: Entering directory `/root/t/hello-2.1.1/m4'
rm -f Makefile  stamp-h stamp-h[0-9]*
make[2]: Leaving directory `/root/t/hello-2.1.1/m4'
Making distclean in man
make[2]: Entering directory `/root/t/hello-2.1.1/man'
rm -f Makefile  stamp-h stamp-h[0-9]*
make[2]: Leaving directory `/root/t/hello-2.1.1/man'
Making distclean in src
make[2]: Entering directory `/root/t/hello-2.1.1/src'
test -z "hello" || rm -f hello
rm -f *.o core *.core
rm -f *.tab.c
rm -rf .deps ./.deps
rm -f Makefile  stamp-h stamp-h[0-9]*
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
make[2]: Leaving directory `/root/t/hello-2.1.1/src'
Making distclean in po
make[2]: Entering directory `/root/t/hello-2.1.1/po'
rm -f *.insert-header
rm -f remove-potcdate.sed
rm -f core core.* hello.po hello.1po hello.2po *.new.po
rm -fr *.o
rm -f Makefile Makefile.in POTFILES *.mo
make[2]: Leaving directory `/root/t/hello-2.1.1/po'
Making distclean in intl
make[2]: Entering directory `/root/t/hello-2.1.1/intl'
rm -f *.a *.la *.o *.lo core core.*
rm -f libintl.h charset.alias ref-add.sed ref-del.sed
rm -f -r .libs _libs
rm -f Makefile ID TAGS
if test "hello" = gettext; then \
  rm -f ChangeLog.inst VERSION; \
else \
  : ; \
fi
make[2]: Leaving directory `/root/t/hello-2.1.1/intl'
Making distclean in doc
make[2]: Entering directory `/root/t/hello-2.1.1/doc'
rm -f hello.aux hello.cp hello.cps hello.dvi hello.fn hello.ky hello.log \
  hello.pg hello.ps hello.toc hello.tp hello.vr
rm -f vti.tmp
rm -f Makefile  stamp-h stamp-h[0-9]*
make[2]: Leaving directory `/root/t/hello-2.1.1/doc'
Making distclean in contrib
make[2]: Entering directory `/root/t/hello-2.1.1/contrib'
rm -f Makefile  stamp-h stamp-h[0-9]*
make[2]: Leaving directory `/root/t/hello-2.1.1/contrib'
Making distclean in .
make[2]: Entering directory `/root/t/hello-2.1.1'
rm -f Makefile intl/Makefile stamp-h stamp-h[0-9]*
rm -f config.h
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
make[2]: Leaving directory `/root/t/hello-2.1.1'
rm -f config.status config.cache config.log
make[1]: Leaving directory `/root/t/hello-2.1.1'
rm -rf *~ debian/tmp debian/*~ debian/files* debian/substvars
 dpkg-source -b hello-2.1.1
dpkg-source: building hello using existing hello_2.1.1.orig.tar.gz
^Ap   dpkg-source: building hello in hello_2.1.1-4.diff.gz
dpkg-source: building hello in hello_2.1.1-4.dsc
 debian/rules build
test -f src/hello.c -a -f debian/rules
./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for struct stat.st_blksize... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-unknown-gnu0.3
checking host system type... i686-unknown-gnu0.3
checking for ranlib... ranlib
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for perl... perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating intl/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing default commands
/usr/bin/make CC="gcc" CFLAGS="-g -Wall -O2"
make[1]: Entering directory `/root/t/hello-2.1.1'
/usr/bin/make  all-recursive
make[2]: Entering directory `/root/t/hello-2.1.1'
Making all in contrib
make[3]: Entering directory `/root/t/hello-2.1.1/contrib'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/contrib'
Making all in doc
make[3]: Entering directory `/root/t/hello-2.1.1/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/doc'
Making all in intl
make[3]: Entering directory `/root/t/hello-2.1.1/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/intl'
Making all in po
make[3]: Entering directory `/root/t/hello-2.1.1/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/po'
Making all in src
make[3]: Entering directory `/root/t/hello-2.1.1/src'
source='hello.c' object='hello.o' libtool=no \
depfile='.deps/hello.Po' tmpdepfile='.deps/hello.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. 
-I../intl -I../intl    -g -Wall -O2 -c `test -f 'hello.c' || echo './'`hello.c
source='version.c' object='version.o' libtool=no \
depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. 
-I../intl -I../intl    -g -Wall -O2 -c `test -f 'version.c' || echo 
'./'`version.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. 
-I../intl -I../intl    -g -Wall -O2 -c `test -f 'getopt.c' || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. 
-I../intl -I../intl    -g -Wall -O2 -c `test -f 'getopt1.c' || echo 
'./'`getopt1.c
gcc  -g -Wall -O2   -o hello  hello.o version.o getopt.o getopt1.o  
make[3]: Leaving directory `/root/t/hello-2.1.1/src'
Making all in man
make[3]: Entering directory `/root/t/hello-2.1.1/man'
perl help2man --name="Friendly Greeting Program" ../src/hello >hello.1
make[3]: Leaving directory `/root/t/hello-2.1.1/man'
Making all in m4
make[3]: Entering directory `/root/t/hello-2.1.1/m4'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/m4'
Making all in tests
make[3]: Entering directory `/root/t/hello-2.1.1/tests'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/t/hello-2.1.1/tests'
make[3]: Entering directory `/root/t/hello-2.1.1'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1'
make[2]: Leaving directory `/root/t/hello-2.1.1'
make[1]: Leaving directory `/root/t/hello-2.1.1'
touch build
 fakeroot debian/rules binary
test -f src/hello.c -a -f debian/rules
test $(id -u) = 0
test -f src/hello.c -a -f debian/rules
test -f src/hello.c -a -f debian/rules
rm -rf debian/tmp
install -d debian/tmp/DEBIAN debian/tmp/usr/share/doc/hello
install -m 755 debian/postinst debian/prerm debian/tmp/DEBIAN
/usr/bin/make INSTALL_PROGRAM="install -s" \
        prefix=$(pwd)/debian/tmp/usr install
make[1]: Entering directory `/root/t/hello-2.1.1'
Making install in contrib
make[2]: Entering directory `/root/t/hello-2.1.1/contrib'
make[3]: Entering directory `/root/t/hello-2.1.1/contrib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1/contrib'
make[2]: Leaving directory `/root/t/hello-2.1.1/contrib'
Making install in doc
make[2]: Entering directory `/root/t/hello-2.1.1/doc'
make[3]: Entering directory `/root/t/hello-2.1.1/doc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /root/t/hello-2.1.1/debian/tmp/usr/info
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/info
 /usr/bin/install -c -m 644 ./hello.info 
/root/t/hello-2.1.1/debian/tmp/usr/info/hello.info
make[3]: Leaving directory `/root/t/hello-2.1.1/doc'
make[2]: Leaving directory `/root/t/hello-2.1.1/doc'
Making install in intl
make[2]: Entering directory `/root/t/hello-2.1.1/intl'
if test "hello" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
".././mkinstalldirs" ;; esac` /root/t/hello-2.1.1/debian/tmp/usr/lib 
/root/t/hello-2.1.1/debian/tmp/usr/include; \
  /usr/bin/install -c -m 644 libintl.h 
/root/t/hello-2.1.1/debian/tmp/usr/include/libintl.h; \
  @LIBTOOL@ --mode=install \
    /usr/bin/install -c -m 644 libintl.a 
/root/t/hello-2.1.1/debian/tmp/usr/lib/libintl.a; \
else \
  : ; \
fi
if test 'no' = yes; then \
  test yes != no || /bin/sh `case "./mkinstalldirs" in /*) echo 
"./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` 
/root/t/hello-2.1.1/debian/tmp/usr/lib; \
  temp=/root/t/hello-2.1.1/debian/tmp/usr/lib/t-charset.alias; \
  dest=/root/t/hello-2.1.1/debian/tmp/usr/lib/charset.alias; \
  if test -f /root/t/hello-2.1.1/debian/tmp/usr/lib/charset.alias; then \
    orig=/root/t/hello-2.1.1/debian/tmp/usr/lib/charset.alias; \
    sed -f ref-add.sed $orig > $temp; \
    /usr/bin/install -c -m 644 $temp $dest; \
    rm -f $temp; \
  else \
    if test yes = no; then \
      orig=charset.alias; \
      sed -f ref-add.sed $orig > $temp; \
      /usr/bin/install -c -m 644 $temp $dest; \
      rm -f $temp; \
    fi; \
  fi; \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
".././mkinstalldirs" ;; esac` /root/t/hello-2.1.1/debian/tmp/usr/share/locale; \
  test -f /root/t/hello-2.1.1/debian/tmp/usr/share/locale/locale.alias \
    && orig=/root/t/hello-2.1.1/debian/tmp/usr/share/locale/locale.alias \
    || orig=./locale.alias; \
  temp=/root/t/hello-2.1.1/debian/tmp/usr/share/locale/t-locale.alias; \
  dest=/root/t/hello-2.1.1/debian/tmp/usr/share/locale/locale.alias; \
  sed -f ref-add.sed $orig > $temp; \
  /usr/bin/install -c -m 644 $temp $dest; \
  rm -f $temp; \
else \
  : ; \
fi
if test "hello" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
".././mkinstalldirs" ;; esac` 
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl; \
  /usr/bin/install -c -m 644 VERSION 
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/VERSION; \
  /usr/bin/install -c -m 644 ChangeLog.inst 
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/ChangeLog; \
  dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset 
locale.alias ref-add.sin ref-del.sin gmo.h gettextP.h hash-string.h 
plural-exp.h eval-plural.h os2compat.h libgnuintl.h loadinfo.h bindtextdom.c 
dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c 
textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c 
ngettext.c plural.y plural-exp.c localcharset.c localename.c osdep.c 
os2compat.c intl-compat.c"; \
  for file in $dists; do \
    /usr/bin/install -c -m 644 ./$file \
                    
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/$file; \
  done; \
  chmod a+x 
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/config.charset; \
  dists="plural.c"; \
  for file in $dists; do \
    if test -f $file; then dir=.; else dir=.; fi; \
    /usr/bin/install -c -m 644 $dir/$file \
                    
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/$file; \
  done; \
  dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 
gettext.h libgettext.h plural-eval.c"; \
  for file in $dists; do \
    rm -f /root/t/hello-2.1.1/debian/tmp/usr/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory `/root/t/hello-2.1.1/intl'
Making install in po
make[2]: Entering directory `/root/t/hello-2.1.1/po'
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
".././mkinstalldirs" ;; esac` /root/t/hello-2.1.1/debian/tmp/usr/share
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/ca/LC_MESSAGES
installing ca.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/ca/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/da/LC_MESSAGES
installing da.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/da/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/de/LC_MESSAGES
installing de.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/de/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES
installing de_DE.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/de_DE/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/el/LC_MESSAGES
installing el.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/el/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/eo/LC_MESSAGES
installing eo.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/eo/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/es/LC_MESSAGES
installing es.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/es/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/et/LC_MESSAGES
installing et.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/et/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/fi/LC_MESSAGES
installing fi.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/fi/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/fr/LC_MESSAGES
installing fr.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/fr/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/gl/LC_MESSAGES
installing gl.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/gl/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/he/LC_MESSAGES
installing he.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/he/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/hr/LC_MESSAGES
installing hr.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/hr/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/hu/LC_MESSAGES
installing hu.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/hu/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/id/LC_MESSAGES
installing id.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/id/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/it/LC_MESSAGES
installing it.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/it/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/ja/LC_MESSAGES
installing ja.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/ja/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/ko/LC_MESSAGES
installing ko.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/ko/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/lv/LC_MESSAGES
installing lv.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/lv/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/nb/LC_MESSAGES
installing nb.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/nb/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/nl/LC_MESSAGES
installing nl.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/nl/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/nn/LC_MESSAGES
installing nn.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/nn/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/pl/LC_MESSAGES
installing pl.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/pl/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/pt/LC_MESSAGES
installing pt.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/pt/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES
installing pt_BR.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/pt_BR/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/ru/LC_MESSAGES
installing ru.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/ru/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/sk/LC_MESSAGES
installing sk.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/sk/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/sl/LC_MESSAGES
installing sl.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/sl/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/sv/LC_MESSAGES
installing sv.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/sv/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/tr/LC_MESSAGES
installing tr.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/tr/LC_MESSAGES/hello.mo
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/share/locale/uk/LC_MESSAGES
installing uk.gmo as 
/root/t/hello-2.1.1/debian/tmp/usr/share/locale/uk/LC_MESSAGES/hello.mo
if test "hello" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo 
".././mkinstalldirs" ;; esac` 
/root/t/hello-2.1.1/debian/tmp/usr/share/gettext/po; \
  for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed 
en@quot.header en@boldquot.header insert-header.sin Rules-quot  ; do \
    /usr/bin/install -c -m 644 ./$file \
                    /root/t/hello-2.1.1/debian/tmp/usr/share/gettext/po/$file; \
  done; \
else \
  : ; \
fi
make[2]: Leaving directory `/root/t/hello-2.1.1/po'
Making install in src
make[2]: Entering directory `/root/t/hello-2.1.1/src'
make[3]: Entering directory `/root/t/hello-2.1.1/src'
/bin/sh ../mkinstalldirs /root/t/hello-2.1.1/debian/tmp/usr/bin
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/bin
  install -s hello /root/t/hello-2.1.1/debian/tmp/usr/bin/hello
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1/src'
make[2]: Leaving directory `/root/t/hello-2.1.1/src'
Making install in man
make[2]: Entering directory `/root/t/hello-2.1.1/man'
make[3]: Entering directory `/root/t/hello-2.1.1/man'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /root/t/hello-2.1.1/debian/tmp/usr/man/man1
mkdir -p -- /root/t/hello-2.1.1/debian/tmp/usr/man/man1
 /usr/bin/install -c -m 644 ./hello.1 
/root/t/hello-2.1.1/debian/tmp/usr/man/man1/hello.1
make[3]: Leaving directory `/root/t/hello-2.1.1/man'
make[2]: Leaving directory `/root/t/hello-2.1.1/man'
Making install in m4
make[2]: Entering directory `/root/t/hello-2.1.1/m4'
make[3]: Entering directory `/root/t/hello-2.1.1/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1/m4'
make[2]: Leaving directory `/root/t/hello-2.1.1/m4'
Making install in tests
make[2]: Entering directory `/root/t/hello-2.1.1/tests'
make[3]: Entering directory `/root/t/hello-2.1.1/tests'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1/tests'
make[2]: Leaving directory `/root/t/hello-2.1.1/tests'
make[2]: Entering directory `/root/t/hello-2.1.1'
make[3]: Entering directory `/root/t/hello-2.1.1'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/t/hello-2.1.1'
make[2]: Leaving directory `/root/t/hello-2.1.1'
make[1]: Leaving directory `/root/t/hello-2.1.1'
cd debian/tmp && mv usr/info usr/man usr/share
cp -a NEWS debian/copyright debian/tmp/usr/share/doc/hello
cp -a debian/changelog debian/tmp/usr/share/doc/hello/changelog.Debian
cp -a ChangeLog debian/tmp/usr/share/doc/hello/changelog
cd debian/tmp/usr/share/doc/hello && gzip -9 changelog changelog.Debian
gzip -r9 debian/tmp/usr/share/man
gzip -9 debian/tmp/usr/share/info/*
dpkg-shlibdeps debian/tmp/usr/bin/hello
dpkg-gencontrol -isp
chown -R root:root debian/tmp
chmod -R u+w,go=rX debian/tmp
dpkg --build debian/tmp ..
dpkg-deb: building package `hello' in `../hello_2.1.1-4_hurd-i386.deb'.
 dpkg-genchanges
dpkg-genchanges: not including original source code in upload
dpkg-buildpackage: binary and diff upload (original source NOT included)
debian:~/t/hello-2.1.1# 
============================================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]