Package: git-dpm Version: 0.1.2-1 Severity: normal As athe first part of my learning practice, I am following "Create a new project" in file:///usr/share/doc/git-dpm/examples.html using hello_2.5.orig.tar.gz.
$ tar xvf hello_2.5.orig.tar.gz ... $ cd hello-2.5 $ git init $ git add . $ git commit -m "import tar.gz" $ git checkout -b upstream Switched to a new branch 'upstream' $ pristine-tar commit ../hello_2.5.orig.tar.gz upstream pristine-tar: committed hello_2.5.orig.tar.gz.delta to branch pristine-tar $ git-dpm init ../hello_2.5.orig.tar.gz Switched to branch 'master' fatal: pathspec 'debian/patches/home/osamu/src/xxx/hello-2.5/debian/patches' did not match any files $ ls -l debian/patches/ total 4 -rw-r--r-- 1 osamu osamu 45 Jul 14 22:37 series $ cat debian/patches/series /home/osamu/src/xxx/hello-2.5/debian/patches $ pwd /home/osamu/src/xxx/hello-2.5 I am stack here for this example. I think this is quite funny bug which you may have answer for me. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

