[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.0.84-4-1-g680ff0b

Guido Günther agx at sigxcpu.org
Wed Mar 10 15:02:58 UTC 2010


The following commit has been merged in the master branch:
commit 680ff0b0e8c9133ef987e68392bd3990715f6891
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Mar 10 09:29:15 2010 +0100

    Fix broken "ifeq" in debian/rules
    
    Thanks: Daniel Svensson

diff --git a/debian/rules b/debian/rules
index 74f5fe1..9fa13e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,11 @@ ifeq (Debian,$(DEB_VENDOR))
   MIRROR=http://ftp.debian.org/debian
   REPO=sid
 else
-ifeq(Ubuntu,$(DEB_VENDOR)
+ifeq (Ubuntu,$(DEB_VENDOR))
    MIRROR=http://gb.archive.ubuntu.com/ubuntu/
    REPO=karmic
 endif
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list