I am trying to get the source code of gnome-calculator
.
$ apt-get source gnome-calculator
Reading package lists... Done
Building dependency tree
Reading state information... Done
NOTICE: 'gnome-calculator' packaging is maintained in the 'Svn' version control system at:
svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-calculator
Need to get 1,065 kB of source archives.
Get:1 http://mirrors.ustc.edu.cn/ubuntu/ raring/main gnome-calculator 1:3.8.1-0ubuntu1 (dsc) [2,547 B]
Get:2 http://mirrors.ustc.edu.cn/ubuntu/ raring/main gnome-calculator 1:3.8.1-0ubuntu1 (tar) [1,053 kB]
Get:3 http://mirrors.ustc.edu.cn/ubuntu/ raring/main gnome-calculator 1:3.8.1-0ubuntu1 (diff) [9,177 B]
Fetched 1,065 kB in 2min 0s (8,813 B/s)
gpgv: Signature made Mon 15 Apr 2013 08:58:14 AM CST using RSA key ID EBFE6C7D
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./gnome-calculator_3.8.1-0ubuntu1.dsc
dpkg-source: info: extracting gnome-calculator in gnome-calculator-3.8.1
dpkg-source: info: unpacking gnome-calculator_3.8.1.orig.tar.xz
dpkg-source: info: unpacking gnome-calculator_3.8.1-0ubuntu1.debian.tar.gz
$ ls -lh
total 1.1M
drwxr-xr-x 8 unimous root 4.0K Dec 21 14:44 gnome-calculator-3.8.1
-rw-r--r-- 1 unimous root 9.0K Apr 15 2013 gnome-calculator_3.8.1-0ubuntu1.debian.tar.gz
-rw-r--r-- 1 unimous root 2.5K Apr 15 2013 gnome-calculator_3.8.1-0ubuntu1.dsc
-rw-r--r-- 1 unimous root 1.1M Apr 15 2013 gnome-calculator_3.8.1.orig.tar.xz
I have several questions:
- What's the
dsc
file? - Why does the error "gpgv: Can't check signature: public key not found" happen and how can I resolve it?
- Why are two tar files retrieved, and why is the "orig" one much larger?