X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=config%2Fdeb.am;h=78b01f0a2423c7505c112aa247d6d2eb7a558b83;hb=refs%2Fheads%2Frertzinger%2Ffeature-zpool-get--p;hp=078dd0c7aa089d0ce63b214fa3b5df535f9bfaa5;hpb=f3757573a677e8662e268f0bb8e5ffe750013088;p=zfs.git diff --git a/config/deb.am b/config/deb.am index 078dd0c..78b01f0 100644 --- a/config/deb.am +++ b/config/deb.am @@ -20,7 +20,7 @@ if CONFIG_KERNEL version=${VERSION}-${RELEASE}; \ arch=`$(RPM) -qp $${name}-kmod-$${version}.src.rpm --qf %{arch} | tail -1`; \ pkg1=kmod-$${name}*$${version}.$${arch}.rpm; \ - fakeroot $(ALIEN) --scripts --to-deb $$pkg1; \ + fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1; \ $(RM) $$pkg1 endif @@ -33,7 +33,7 @@ if CONFIG_USER pkg2=$${name}-devel-$${version}.$${arch}.rpm; \ pkg3=$${name}-test-$${version}.$${arch}.rpm; \ pkg4=$${name}-dracut-$${version}.$${arch}.rpm; \ - fakeroot $(ALIEN) --scripts --to-deb $$pkg1 $$pkg2 $$pkg3 $$pkg4; \ + fakeroot $(ALIEN) --bump=0 --scripts --to-deb $$pkg1 $$pkg2 $$pkg3 $$pkg4; \ $(RM) $$pkg1 $$pkg2 $$pkg3 $$pkg4 endif