Author: drazzib Date: 2011-02-13 18:47:48 +0000 (Sun, 13 Feb 2011) New Revision: 13310
Added: tags/spring-build/2.7.0-1/ tags/spring-build/2.7.0-1/debian/changelog tags/spring-build/2.7.0-1/debian/copyright tags/spring-build/2.7.0-1/debian/rules Removed: tags/spring-build/2.7.0-1/debian/changelog tags/spring-build/2.7.0-1/debian/copyright tags/spring-build/2.7.0-1/debian/rules Log: [svn-buildpackage] Tagging spring-build 2.7.0-1 Deleted: tags/spring-build/2.7.0-1/debian/changelog =================================================================== --- trunk/spring-build/debian/changelog 2011-02-13 15:11:30 UTC (rev 13305) +++ tags/spring-build/2.7.0-1/debian/changelog 2011-02-13 18:47:48 UTC (rev 13310) @@ -1,12 +0,0 @@ -spring-build (2.5.2~git3be7d52-2) UNRELEASED; urgency=low - - * d/copyright: Fix copyright assignment to SpringSource. - Thanks to Torsten Werner. - - -- Damien Raude-Morvan <[email protected]> Sun, 31 Oct 2010 12:10:09 +0100 - -spring-build (2.5.2~git3be7d52-1) experimental; urgency=low - - * Initial release. (Closes: #586523) - - -- Damien Raude-Morvan <[email protected]> Tue, 24 Aug 2010 22:10:27 +0200 Copied: tags/spring-build/2.7.0-1/debian/changelog (from rev 13307, trunk/spring-build/debian/changelog) =================================================================== --- tags/spring-build/2.7.0-1/debian/changelog (rev 0) +++ tags/spring-build/2.7.0-1/debian/changelog 2011-02-13 18:47:48 UTC (rev 13310) @@ -0,0 +1,19 @@ +spring-build (2.7.0-1) unstable; urgency=low + + [ Miguel Landaeta ] + * New upstream release. + * Remove dangling symlink in clean target. + + [ Damien Raude-Morvan ] + * d/copyright: Fix copyright assignment to SpringSource. + Thanks to Torsten Werner. + * d/copyright: Update to latest DEP-5 format. + * Upload to unstable. + + -- Damien Raude-Morvan <[email protected]> Sun, 13 Feb 2011 19:35:21 +0100 + +spring-build (2.5.2~git3be7d52-1) experimental; urgency=low + + * Initial release. (Closes: #586523) + + -- Damien Raude-Morvan <[email protected]> Tue, 24 Aug 2010 22:10:27 +0200 Deleted: tags/spring-build/2.7.0-1/debian/copyright =================================================================== --- trunk/spring-build/debian/copyright 2011-02-13 15:11:30 UTC (rev 13305) +++ tags/spring-build/2.7.0-1/debian/copyright 2011-02-13 18:47:48 UTC (rev 13310) @@ -1,34 +0,0 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: Spring Build -Maintainer: SpringSource -Source: git://git.springsource.org/spring-build/spring-build.git - git://git.springsource.org/spring-build/misc-ant.git - git://git.springsource.org/spring-build/aws-ant.git - git://git.springsource.org/spring-build/aws-ivy.git - git://git.springsource.org/spring-build/osgi-ant.git - - -Files: * -Copyright: 2008-2010, SpringSource -License: Apache-2.0 - -Files: debian/* -Copyright: 2010, Damien Raude-Morvan <[email protected]> -License: Apache-2.0 - - -License: Apache-2.0 - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - On Debian systems the full text of the Apache License can be found - in the `/usr/share/common-licenses/Apache-2.0' file. Copied: tags/spring-build/2.7.0-1/debian/copyright (from rev 13307, trunk/spring-build/debian/copyright) =================================================================== --- tags/spring-build/2.7.0-1/debian/copyright (rev 0) +++ tags/spring-build/2.7.0-1/debian/copyright 2011-02-13 18:47:48 UTC (rev 13310) @@ -0,0 +1,35 @@ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: Spring Build +Upstream-Contact: SpringSource +Source: git://git.springsource.org/spring-build/spring-build.git + git://git.springsource.org/spring-build/misc-ant.git + git://git.springsource.org/spring-build/aws-ant.git + git://git.springsource.org/spring-build/aws-ivy.git + git://git.springsource.org/spring-build/osgi-ant.git + +Files: * +Copyright: 2008-2010, SpringSource +License: Apache-2.0 + + +Files: debian/* +Copyright: 2010, Damien Raude-Morvan <[email protected]> +License: Apache-2.0 + + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems the full text of the Apache License can be found + in the `/usr/share/common-licenses/Apache-2.0' file. + Deleted: tags/spring-build/2.7.0-1/debian/rules =================================================================== --- trunk/spring-build/debian/rules 2011-02-13 15:11:30 UTC (rev 13305) +++ tags/spring-build/2.7.0-1/debian/rules 2011-02-13 18:47:48 UTC (rev 13310) @@ -1,37 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := ivy commons-net commons-httpclient jets3t org.eclipse.osgi -DEB_ANT_BUILDFILE := debian/build.xml - -MODULES = ant aws.ant aws.ivy osgi -PRJ_ROOT = org.springframework.build -ARTIFACT_ROOT = target/artifacts/org.springframework.build - -pre-build:: - -ln -s project-build spring-build - -for MYMOD in $(MODULES); do \ - (cd org.springframework.build.$$MYMOD; ln -s ../project-build spring-build); \ - done - -binary-post-install/libspring-build-java:: - for MYMOD in $(MODULES); do \ - POM=`echo debian/poms/$$MYMOD.xml`; \ - JAR=`echo $(PRJ_ROOT).$$MYMOD/$(ARTIFACT_ROOT).$$MYMOD.jar`; \ - mh_installpom -plibspring-build-java $$POM ; \ - mh_installjar -plibspring-build-java -l $$POM $$JAR ; \ - done - -clean:: - -for MYMOD in $(MODULES); do \ - rm org.springframework.build.$$MYMOD/spring-build; \ - done - -rm spring-build - mh_clean - -get-orig-source: - sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) - Copied: tags/spring-build/2.7.0-1/debian/rules (from rev 13307, trunk/spring-build/debian/rules) =================================================================== --- tags/spring-build/2.7.0-1/debian/rules (rev 0) +++ tags/spring-build/2.7.0-1/debian/rules 2011-02-13 18:47:48 UTC (rev 13310) @@ -0,0 +1,38 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/ant.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := ivy commons-net commons-httpclient jets3t org.eclipse.osgi +DEB_ANT_BUILDFILE := debian/build.xml + +MODULES = ant aws.ant aws.ivy osgi +PRJ_ROOT = org.springframework.build +ARTIFACT_ROOT = target/artifacts/org.springframework.build + +pre-build:: + -ln -s project-build spring-build + -for MYMOD in $(MODULES); do \ + (cd org.springframework.build.$$MYMOD; ln -s ../project-build spring-build); \ + done + +binary-post-install/libspring-build-java:: + for MYMOD in $(MODULES); do \ + POM=`echo debian/poms/$$MYMOD.xml`; \ + JAR=`echo $(PRJ_ROOT).$$MYMOD/$(ARTIFACT_ROOT).$$MYMOD.jar`; \ + mh_installpom -plibspring-build-java $$POM ; \ + mh_installjar -plibspring-build-java -l $$POM $$JAR ; \ + done + +clean:: + -for MYMOD in $(MODULES); do \ + rm org.springframework.build.$$MYMOD/spring-build; \ + done + -rm spring-build + mh_clean + -unlink project-build/project-build + +get-orig-source: + sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

