Package: git-buildpackage
Version: 0.3.4
Severity: minor
Hi,
mkdir vala && cd vala && git init
git-import-orig -u 0.1.2 --upstream-branch=upstream-unstable --no-merge
--verbose ~/tarballs/gnome/vala/0.1/vala-0.1.2.tar.gz
Upstream version is 0.1.2
tar ['', '-C', '../tmpEgjNbi', '--gzip', '-xf',
'/home/lool/tarballs/gnome/vala/0.1/vala-0.1.2.tar.gz'] []
Unpacked /home/lool/tarballs/gnome/vala/0.1/vala-0.1.2.tar.gz to '../tmpEgjNbi'
Initial import of '/home/lool/tarballs/gnome/vala/0.1/vala-0.1.2.tar.gz'...
git-add [] ['.']
git-commit ['-a'] ['-m', 'Imported upstream version 0.1.2']
Created initial commit 929aae6: Imported upstream version 0.1.2
687 files changed, 196948 insertions(+), 0 deletions(-)
create mode 100644 AUTHORS
create mode 100644 COPYING
...
create mode 100755 ylwrap
git-tag [] ['-u', '2B0920C0', '-m', 'Upstream version 0.1.2', '0.1.2']
You need a passphrase to unlock the secret key for
user: "Loïc Minier (lool) <[EMAIL PROTECTED]>"
1024-bit DSA key, ID 2B0920C0, created 2003-02-03
rm ['-rf', '../tmpEgjNbi'] []
Succesfully merged version 0.1.2 of
/home/lool/tarballs/gnome/vala/0.1/vala-0.1.2.tar.gz into .
git branch
* master
=> I wish the branch would be upstream-unstable, not master, as per my
--upstream-branch flag (I have the same config in ~/.gpb.conf)
Thanks,
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-buildpackage depends on:
ii devscripts 2.10.8 Scripts to make the life of a Debi
ii git-core 1:1.5.3.1-1 fast, scalable, distributed revisi
ii python 2.4.4-6 An interactive high-level object-o
ii python-support 0.6.4 automated rebuilding support for p
git-buildpackage recommends no packages.
-- no debconf information
--
Loïc Minier