[libnet-dbus-perl] 258/335: Fix making of manifest file

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit a3364cd18d869a29fb4918c5c77c3d49a378f060
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Feb 6 19:55:07 2008 -0500

    Fix making of manifest file
---
 autobuild.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/autobuild.sh b/autobuild.sh
index da324f9..066a282 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -12,12 +12,9 @@ rm -rf MANIFEST blib pm_to_blib
 
 perl Makefile.PL  PREFIX=$AUTOBUILD_INSTALL_ROOT
 
-rm -f MANIFEST
-make manifest
-echo $NAME.spec >> MANIFEST
-
 # Build the RPM.
 make
+make manifest
 
 if [ -z "$USE_COVER" ]; then
   perl -MDevel::Cover -e '' 1>/dev/null 2>&1 && USE_COVER=1 || USE_COVER=0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list