<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    To learn how to package I have followed the instructions on <a
      class="moz-txt-link-freetext"
href="http://developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/">http://developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/</a>,
    replacing Dungeon with ubuntumanualnl. I have a question on step 7:
    Archive the source package.<br>
    In my terminal I did this:<br>
    ~/ubuntumanualnl$ tar Cxf ubuntumanualnl-12.04ubuntu1-debsrc.tar.gz
    *.dsc *.changes *.tar.gz<br>
    Terminal output:<br>
    tar: This doesn't look like a tar archive<br>
    tar: Skip everything until next header<br>
    tar: ubuntumanualnl_12.04ubuntu1_source.changes: Does not exist in
    archive<br>
    tar: ubuntumanualnl_12.04ubuntu1.tar.gz: Does not exist in archive<br>
    tar: Stopped because of earlier errors<br>
    <br>
    My question is:<br>
    Could it be that something went wrong in the previous step:<br>
    <b>debuild -b</b> >
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    Here is some terminal output:<br>
    dpkg-deb: building package `ubuntumanualnl' in
    `../ubuntumanualnl_12.04ubuntu1_amd64.deb<br>
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 4.0.2.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
                A:link { so-language: zxx }
        -->
        </style>or<br>
    <meta http-equiv="CONTENT-TYPE" content="text/html;
      charset=ISO-8859-1">
    cd ubuntumanualnl /ubuntumanualnl-12.04ubuntu1> run <b>debuild
      -S</b> (Successfully signed dsc and changes files)<br>
    The *.dsc, *.tar.gz, *.changes are present in the directory
    ubuntumanualnl<br>
    <title></title>
    <meta name="GENERATOR" content="LibreOffice 4.0.2.2 (Linux)">
    <style type="text/css">
        <!--
                @page { margin: 2cm }
                P { margin-bottom: 0.21cm }
                A:link { so-language: zxx }
        -->
        </style><br>
    Hannie<br>
    P.s. it is not cxf, but Cxf here: <em>dungeon/</em> directory as
    the Debian source <tt>tar cxf dungeon-1980.0-debsrc.tar.gz *.dsc
      *.changes *.tar.gz</tt><br>
    There also is a spelling error in "Ubuntu Packaging Guide, Release
    0.3.2 bzr367 quantal1 (I downloaded ubuntu-packaging-guide.pdf),
    where dh-make should be dh_make (twice).<br>
    <br>
    <br>
  </body>
</html>