[libvirt] [perl PATCH v2 3/3] prepare-release: Drop references to Debian packages

Andrea Bolognani abologna at redhat.com
Fri May 4 12:20:26 UTC 2018


The Debian packaging was never included in the git repository
to begin with.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 prepare-release.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/prepare-release.sh b/prepare-release.sh
index 22f9155..9de67fe 100755
--- a/prepare-release.sh
+++ b/prepare-release.sh
@@ -56,11 +56,3 @@ if [ -f /usr/bin/rpmbuild ]; then
   EXTRA_RELEASE=".$USER$NOW"
   rpmbuild --nodeps -ta --define "extra_release $EXTRA_RELEASE" --clean $NAME-*.tar.gz
 fi
-
-# Skip debian pkg for now
-exit 0
-
-if [ -f /usr/bin/fakeroot ]; then
-  fakeroot debian/rules clean
-  fakeroot debian/rules DESTDIR=$HOME/packages/debian binary
-fi
-- 
2.17.0




More information about the libvir-list mailing list