Author: ebourg-guest Date: 2014-09-08 07:21:54 +0000 (Mon, 08 Sep 2014) New Revision: 18369
Added: tags/easyconf/0.9.5-4/ tags/easyconf/0.9.5-4/debian/changelog tags/easyconf/0.9.5-4/debian/control tags/easyconf/0.9.5-4/debian/copyright tags/easyconf/0.9.5-4/debian/rules Removed: tags/easyconf/0.9.5-4/debian/changelog tags/easyconf/0.9.5-4/debian/control tags/easyconf/0.9.5-4/debian/copyright tags/easyconf/0.9.5-4/debian/rules Log: [svn-buildpackage] Tagging easyconf 0.9.5-4 Deleted: tags/easyconf/0.9.5-4/debian/changelog =================================================================== --- trunk/easyconf/debian/changelog 2014-09-08 06:46:37 UTC (rev 18364) +++ tags/easyconf/0.9.5-4/debian/changelog 2014-09-08 07:21:54 UTC (rev 18369) @@ -1,37 +0,0 @@ -easyconf (0.9.5-4) UNRELEASED; urgency=medium - - * Team upload. - * debian/control: - - Depend on libservlet3.1-java instead of libservlet2.5-java - - Standards-Version updated to 3.9.5 (no changes) - * Fixed the watch file - * Switch to debhelper level 9 - - -- Emmanuel Bourg <[email protected]> Mon, 08 Sep 2014 08:39:02 +0200 - -easyconf (0.9.5-3) unstable; urgency=low - - [ Miguel Landaeta ] - * Team upload. - * Fix Vcs-Svn URL. - - [ James Page ] - * Fix FTBFS with OpenJDK7 (LP: #888933) (Closes: #651407): - - d/ant.properties: Specify source/target as 1.5 for javac and - javadoc ant tasks to ensure backwards compatibility and work - around Java 7 encoding errors. - - -- Miguel Landaeta <[email protected]> Tue, 13 Dec 2011 20:14:27 -0430 - -easyconf (0.9.5-2) unstable; urgency=low - - * d/control: Bump Standards-Version to 3.9.2: no changes needed. - * d/copyright: Fix DEP-5 format. - - -- Damien Raude-Morvan <[email protected]> Mon, 19 Sep 2011 19:48:57 +0200 - -easyconf (0.9.5-1) unstable; urgency=low - - * Initial release. (Closes: #571261) - - -- Damien Raude-Morvan <[email protected]> Mon, 01 Mar 2010 23:32:58 +0100 Copied: tags/easyconf/0.9.5-4/debian/changelog (from rev 18368, trunk/easyconf/debian/changelog) =================================================================== --- tags/easyconf/0.9.5-4/debian/changelog (rev 0) +++ tags/easyconf/0.9.5-4/debian/changelog 2014-09-08 07:21:54 UTC (rev 18369) @@ -0,0 +1,40 @@ +easyconf (0.9.5-4) unstable; urgency=medium + + * Team upload. + * debian/control: + - Depend on libservlet3.1-java instead of libservlet2.5-java + - Use canonical URLs for the Vcs-* fields + - Standards-Version updated to 3.9.5 (no changes) + * debian/rules: Improved the clean target + * Fixed the watch file + * Switch to debhelper level 9 + * debian/copyright: Updated the Format URI + + -- Emmanuel Bourg <[email protected]> Mon, 08 Sep 2014 08:59:15 +0200 + +easyconf (0.9.5-3) unstable; urgency=low + + [ Miguel Landaeta ] + * Team upload. + * Fix Vcs-Svn URL. + + [ James Page ] + * Fix FTBFS with OpenJDK7 (LP: #888933) (Closes: #651407): + - d/ant.properties: Specify source/target as 1.5 for javac and + javadoc ant tasks to ensure backwards compatibility and work + around Java 7 encoding errors. + + -- Miguel Landaeta <[email protected]> Tue, 13 Dec 2011 20:14:27 -0430 + +easyconf (0.9.5-2) unstable; urgency=low + + * d/control: Bump Standards-Version to 3.9.2: no changes needed. + * d/copyright: Fix DEP-5 format. + + -- Damien Raude-Morvan <[email protected]> Mon, 19 Sep 2011 19:48:57 +0200 + +easyconf (0.9.5-1) unstable; urgency=low + + * Initial release. (Closes: #571261) + + -- Damien Raude-Morvan <[email protected]> Mon, 01 Mar 2010 23:32:58 +0100 Deleted: tags/easyconf/0.9.5-4/debian/control =================================================================== --- trunk/easyconf/debian/control 2014-09-08 06:46:37 UTC (rev 18364) +++ tags/easyconf/0.9.5-4/debian/control 2014-09-08 07:21:54 UTC (rev 18369) @@ -1,70 +0,0 @@ -Source: easyconf -Section: java -Priority: optional -Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: ant, - ant-optional, - cdbs, - debhelper (>= 9), - default-jdk, - junit, - libcommons-beanutils-java, - libcommons-collections3-java, - libcommons-configuration-java, - libcommons-digester-java, - libcommons-lang-java, - libcommons-logging-java, - libservlet3.1-java, - libstruts1.2-java, - libxstream-java, - maven-repo-helper -Standards-Version: 3.9.5 -Homepage: http://easyconf.sourceforge.net/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easyconf/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easyconf/ - -Package: libeasyconf-java -Architecture: all -Depends: libcommons-beanutils-java, - libcommons-collections3-java, - libcommons-configuration-java, - libcommons-digester-java, - libcommons-lang-java, - libcommons-logging-java, - ${misc:Depends} -Suggests: libstruts1.2-java, libxstream-java -Description: library to access configuration of software components - EasyConf is a library to access configuration of software components - and applications. - . - EasyConf main features: - * XML files, typed property files (including lists, numbers, classes, etc), - or a combination of both - * multiple environments (development, integration, preproduction, production) - * aggregate several components: for example for portlets and portals - * support for ASP applications: each company/organization serviced may have - its own configuration - * provides access to the configuration using JMX - . - This package contains EasyConf java library (JAR). - -Package: libeasyconf-java-doc -Architecture: all -Section: doc -Depends: ${misc:Depends} -Suggests: libeasyconf-java -Description: library to access configuration of software components - Javadoc - EasyConf is a library to access configuration of software components - and applications. - . - EasyConf main features: - * XML files, typed property files (including lists, numbers, classes, etc), - or a combination of both - * multiple environments (development, integration, preproduction, production) - * aggregate several components: for example for portlets and portals - * support for ASP applications: each company/organization serviced may have - its own configuration - * provides access to the configuration using JMX - . - This package contains EasyConf API Javadoc documentation. Copied: tags/easyconf/0.9.5-4/debian/control (from rev 18365, trunk/easyconf/debian/control) =================================================================== --- tags/easyconf/0.9.5-4/debian/control (rev 0) +++ tags/easyconf/0.9.5-4/debian/control 2014-09-08 07:21:54 UTC (rev 18369) @@ -0,0 +1,70 @@ +Source: easyconf +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Damien Raude-Morvan <[email protected]> +Build-Depends: ant, + ant-optional, + cdbs, + debhelper (>= 9), + default-jdk, + junit, + libcommons-beanutils-java, + libcommons-collections3-java, + libcommons-configuration-java, + libcommons-digester-java, + libcommons-lang-java, + libcommons-logging-java, + libservlet3.1-java, + libstruts1.2-java, + libxstream-java, + maven-repo-helper +Standards-Version: 3.9.5 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/easyconf/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/easyconf/ +Homepage: http://easyconf.sourceforge.net + +Package: libeasyconf-java +Architecture: all +Depends: libcommons-beanutils-java, + libcommons-collections3-java, + libcommons-configuration-java, + libcommons-digester-java, + libcommons-lang-java, + libcommons-logging-java, + ${misc:Depends} +Suggests: libstruts1.2-java, libxstream-java +Description: library to access configuration of software components + EasyConf is a library to access configuration of software components + and applications. + . + EasyConf main features: + * XML files, typed property files (including lists, numbers, classes, etc), + or a combination of both + * multiple environments (development, integration, preproduction, production) + * aggregate several components: for example for portlets and portals + * support for ASP applications: each company/organization serviced may have + its own configuration + * provides access to the configuration using JMX + . + This package contains EasyConf java library (JAR). + +Package: libeasyconf-java-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Suggests: libeasyconf-java +Description: library to access configuration of software components - Javadoc + EasyConf is a library to access configuration of software components + and applications. + . + EasyConf main features: + * XML files, typed property files (including lists, numbers, classes, etc), + or a combination of both + * multiple environments (development, integration, preproduction, production) + * aggregate several components: for example for portlets and portals + * support for ASP applications: each company/organization serviced may have + its own configuration + * provides access to the configuration using JMX + . + This package contains EasyConf API Javadoc documentation. Deleted: tags/easyconf/0.9.5-4/debian/copyright =================================================================== --- trunk/easyconf/debian/copyright 2014-09-08 06:46:37 UTC (rev 18364) +++ tags/easyconf/0.9.5-4/debian/copyright 2014-09-08 07:21:54 UTC (rev 18369) @@ -1,45 +0,0 @@ -Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: EasyConf -Upstream-Contact: http://easyconf.sourceforge.net/ -Source: http://sourceforge.net/projects/easyconf/files/ - - -Files: * -Copyright: 2004-2005 Germinus XXI -Copyright: 2004-2005 Germinus XXI, Liferay LLC -License: Apache-2.0 - -Files: src/test/digester-rules.dtd -Copyright: 2005 Apache Software Foundation -License: Apache-2.0 - -Files: src/java/com/germinus/easyconf/servlet/RefreshConfigurationServlet.java -Copyright: Copyright (c) 2000-2004 Liferay, LLC. -License: MIT - -Files: debian/* -Copyright: 2010, Damien Raude-Morvan <[email protected]> -License: Apache-2.0 or MIT - -License: Apache-2.0 - On Debian GNU/Linux system you can find the complete text of the - Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. Copied: tags/easyconf/0.9.5-4/debian/copyright (from rev 18366, trunk/easyconf/debian/copyright) =================================================================== --- tags/easyconf/0.9.5-4/debian/copyright (rev 0) +++ tags/easyconf/0.9.5-4/debian/copyright 2014-09-08 07:21:54 UTC (rev 18369) @@ -0,0 +1,45 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: EasyConf +Upstream-Contact: http://easyconf.sourceforge.net/ +Source: http://sourceforge.net/projects/easyconf/files/ + + +Files: * +Copyright: 2004-2005, Germinus XXI + 2004-2005, Germinus XXI, Liferay LLC +License: Apache-2.0 + +Files: src/test/digester-rules.dtd +Copyright: 2005, Apache Software Foundation +License: Apache-2.0 + +Files: src/java/com/germinus/easyconf/servlet/RefreshConfigurationServlet.java +Copyright: Copyright (c) 2000-2004 Liferay, LLC. +License: MIT + +Files: debian/* +Copyright: 2010, Damien Raude-Morvan <[email protected]> +License: Apache-2.0 or MIT + +License: Apache-2.0 + On Debian systems you can find the complete text of the + Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. Deleted: tags/easyconf/0.9.5-4/debian/rules =================================================================== --- trunk/easyconf/debian/rules 2014-09-08 06:46:37 UTC (rev 18364) +++ tags/easyconf/0.9.5-4/debian/rules 2014-09-08 07:21:54 UTC (rev 18369) @@ -1,31 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/ant.mk - -POM_VERSION := 0.9.5 -MAVEN_REPO := http://repository.sonatype.org/service/local/repositories/central/content - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := commons-collections3 commons-logging commons-lang commons-digester commons-configuration commons-beanutils \ - struts-1.2 servlet-api-3.1 jsp-api-2.3 xstream junit ant-junit -DEB_ANT_BUILD_TARGET := jar javadoc -DEB_ANT_CHECK_TARGET := internal-test - -makebuilddir:: - -mkdir -p src/conf - -clean:: - -rm -rf src/conf - -rm debian/tmp - -binary-post-install/libeasyconf-java:: - mh_installpoms -plibeasyconf-java - mh_installjar -plibeasyconf-java -l debian/pom.xml target/easyconf-$(DEB_UPSTREAM_VERSION).jar - -get-orig-source:: - uscan --force-download --rename - -get-orig-pom: - wget -O debian/pom.xml $(MAVEN_REPO)/easyconf/easyconf/$(POM_VERSION)/easyconf-$(POM_VERSION).pom - perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml Copied: tags/easyconf/0.9.5-4/debian/rules (from rev 18367, trunk/easyconf/debian/rules) =================================================================== --- tags/easyconf/0.9.5-4/debian/rules (rev 0) +++ tags/easyconf/0.9.5-4/debian/rules 2014-09-08 07:21:54 UTC (rev 18369) @@ -0,0 +1,32 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +POM_VERSION := 0.9.5 +MAVEN_REPO := http://repository.sonatype.org/service/local/repositories/central/content + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_JARS := commons-collections3 commons-logging commons-lang commons-digester commons-configuration commons-beanutils \ + struts-1.2 servlet-api-3.1 jsp-api-2.3 xstream junit ant-junit +DEB_ANT_BUILD_TARGET := jar javadoc +DEB_ANT_CHECK_TARGET := internal-test + +makebuilddir:: + -mkdir -p src/conf + +clean:: + -rm -rf src/conf + -rm debian/tmp + mh_clean + +binary-post-install/libeasyconf-java:: + mh_installpoms -plibeasyconf-java + mh_installjar -plibeasyconf-java -l debian/pom.xml target/easyconf-$(DEB_UPSTREAM_VERSION).jar + +get-orig-source:: + uscan --force-download --rename + +get-orig-pom: + wget -O debian/pom.xml $(MAVEN_REPO)/easyconf/easyconf/$(POM_VERSION)/easyconf-$(POM_VERSION).pom + perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

