Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9E23C860 for ; Tue, 26 Jun 2012 06:41:03 +0000 (UTC) Received: (qmail 28415 invoked by uid 500); 26 Jun 2012 06:41:03 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 28133 invoked by uid 500); 26 Jun 2012 06:41:02 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 28103 invoked by uid 99); 26 Jun 2012 06:41:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 06:41:00 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [109.72.87.137] (HELO smtp01.mail.pcextreme.nl) (109.72.87.137) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 06:40:53 +0000 Received: from [IPv6:2a00:f10:113:1:25f3:400a:d05b:64f3] (unknown [IPv6:2a00:f10:113:1:25f3:400a:d05b:64f3]) by smtp01.mail.pcextreme.nl (Postfix) with ESMTPSA id DC427761E1; Tue, 26 Jun 2012 08:40:31 +0200 (CEST) Message-ID: <4FE9595E.3020108@widodh.nl> Date: Tue, 26 Jun 2012 08:40:30 +0200 From: Wido den Hollander User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: cloudstack-dev@incubator.apache.org CC: Tomoe Sugihara Subject: Re: building debian packages from master branch References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/26/2012 03:11 AM, Tomoe Sugihara wrote: > Hi, > > I just tried to build debian packages from master branch of ASF repo, but > it was failing because of > obsolete files under "debian" directory. > > I was able to build with the patch below. Could someone review this and > hopefully apply it to the master? Yes, these facts have been known for a long time now. Under Debian the sccs-info file doesn't seem to be generated and the cloud-daemonize tool was also migrated out. Could you sign off the patch and re-submit it with "git send-email" ? This way your name stays preserved when I apply the patch :) Thanks! Wido > > Cheers, > Tomoe > > ------------------ > diff --git a/debian/cloud-deps.install b/debian/cloud-deps.install > index 9381a48..f0f7235 100644 > --- a/debian/cloud-deps.install > +++ b/debian/cloud-deps.install > @@ -17,7 +17,7 @@ > /usr/share/java/cloud-jstl-1.2.jar > /usr/share/java/cloud-axis.jar > /usr/share/java/cloud-commons-discovery.jar > -/usr/share/java/cloud-wsdl4j.jar > +/usr/share/java/cloud-wsdl4j-1.6.2.jar > /usr/share/java/cloud-bcprov-jdk16-1.45.jar > /usr/share/java/cloud-jsch-0.1.42.jar > /usr/share/java/cloud-iControl.jar > diff --git a/debian/cloud-utils.install b/debian/cloud-utils.install > index b552626..5f1ea2f 100644 > --- a/debian/cloud-utils.install > +++ b/debian/cloud-utils.install > @@ -1,6 +1,5 @@ > /usr/share/java/cloud-utils.jar > /usr/share/java/cloud-api.jar > -/usr/share/doc/cloud/sccs-info > /usr/share/doc/cloud/version-info > /usr/share/doc/cloud/configure-info > /usr/bin/cloud-sccs > diff --git a/debian/control b/debian/control > index 517366d..0a9df5a 100644 > --- a/debian/control > +++ b/debian/control > @@ -73,16 +73,6 @@ Description: CloudStack agent scripts > will participate in your cloud -- this is a requirement for the CloudStack > agent. > > -Package: cloud-daemonize > -Provides: vmops-daemonize > -Conflicts: vmops-daemonize > -Replaces: vmops-daemonize > -Architecture: any > -Description: CloudStack daemonization utility > - This package contains a program that daemonizes the specified > - process. The CloudStack Cloud Stack uses this to start the agent > - as a service. > - > Package: cloud-core > Provides: vmops-core > Conflicts: vmops-core > @@ -93,17 +83,6 @@ Description: CloudStack core library > The CloudStack core libraries provide a set of Java classes used > in the CloudStack Cloud Stack. > > -Package: cloud-test > -Provides: vmops-test > -Conflicts: vmops-test > -Replaces: vmops-test > -Architecture: any > -Depends: openjdk-6-jre, wget, cloud-utils (= ${source:Version}), > cloud-deps (= ${source:Version}) > -Description: CloudStack test suite > - The CloudStack test package contains a suite of automated tests > - that the very much appreciated QA team at CloudStack constantly > - uses to help increase the quality of the Cloud Stack. > - > Package: cloud-client > Provides: vmops-client > Conflicts: vmops-client >