Package: gitpkg
Version: 0.11
Severity: normal

Running a simple "gitpkg treeish" from the repo for a native package
fails when running

  ( [ -r "$HOOK_FILE" ] && . "$HOOK_FILE" )

when no hook file exists.  The workaround would be to change it to

  ( [ ! -r "$HOOK_FILE" ] || . $HOOK_FILE" )

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gitpkg depends on:
ii  dpkg-dev                     1.15.4      Debian package development tools
ii  git-core                     1:1.6.4.3-1 fast, scalable, distributed revisi

gitpkg recommends no packages.

Versions of packages gitpkg suggests:
ii  devscripts                    2.10.55    scripts to make the life of a Debi

-- no debconf information



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to