[pkg-java] r14948 - in tags/easyconf: . 0.9.5-2/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Mon Sep 19 17:51:48 UTC 2011


Author: drazzib
Date: 2011-09-19 17:51:47 +0000 (Mon, 19 Sep 2011)
New Revision: 14948

Added:
   tags/easyconf/0.9.5-2/
   tags/easyconf/0.9.5-2/debian/changelog
   tags/easyconf/0.9.5-2/debian/control
   tags/easyconf/0.9.5-2/debian/copyright
Removed:
   tags/easyconf/0.9.5-2/debian/changelog
   tags/easyconf/0.9.5-2/debian/control
   tags/easyconf/0.9.5-2/debian/copyright
Log:
[svn-buildpackage] Tagging easyconf 0.9.5-2

Deleted: tags/easyconf/0.9.5-2/debian/changelog
===================================================================
--- trunk/easyconf/debian/changelog	2011-09-18 21:59:35 UTC (rev 14942)
+++ tags/easyconf/0.9.5-2/debian/changelog	2011-09-19 17:51:47 UTC (rev 14948)
@@ -1,5 +0,0 @@
-easyconf (0.9.5-1) unstable; urgency=low
-
-  * Initial release. (Closes: #571261)
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 01 Mar 2010 23:32:58 +0100

Copied: tags/easyconf/0.9.5-2/debian/changelog (from rev 14947, trunk/easyconf/debian/changelog)
===================================================================
--- tags/easyconf/0.9.5-2/debian/changelog	                        (rev 0)
+++ tags/easyconf/0.9.5-2/debian/changelog	2011-09-19 17:51:47 UTC (rev 14948)
@@ -0,0 +1,12 @@
+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 <drazzib at debian.org>  Mon, 19 Sep 2011 19:48:57 +0200
+
+easyconf (0.9.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #571261)
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Mon, 01 Mar 2010 23:32:58 +0100

Deleted: tags/easyconf/0.9.5-2/debian/control
===================================================================
--- trunk/easyconf/debian/control	2011-09-18 21:59:35 UTC (rev 14942)
+++ tags/easyconf/0.9.5-2/debian/control	2011-09-19 17:51:47 UTC (rev 14948)
@@ -1,53 +0,0 @@
-Source: easyconf
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant, maven-repo-helper,
- libcommons-collections3-java, libcommons-logging-java, libcommons-lang-java,
- libcommons-digester-java, libcommons-configuration-java, libcommons-beanutils-java,
- libstruts1.2-java, libservlet2.5-java, libxstream-java, junit, ant-optional
-Standards-Version: 3.8.4
-Homepage: http://easyconf.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/easyconf/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easyconf/
-
-Package: libeasyconf-java
-Architecture: all
-Depends: ${misc:Depends}, libcommons-collections3-java, libcommons-logging-java, libcommons-lang-java,
- libcommons-digester-java, libcommons-configuration-java, libcommons-beanutils-java
-Suggests: libstruts1.2-java, libservlet2.5-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-2/debian/control (from rev 14947, trunk/easyconf/debian/control)
===================================================================
--- tags/easyconf/0.9.5-2/debian/control	                        (rev 0)
+++ tags/easyconf/0.9.5-2/debian/control	2011-09-19 17:51:47 UTC (rev 14948)
@@ -0,0 +1,70 @@
+Source: easyconf
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
+Build-Depends: ant,
+               ant-optional,
+               cdbs,
+               debhelper (>= 7),
+               default-jdk,
+               junit,
+               libcommons-beanutils-java,
+               libcommons-collections3-java,
+               libcommons-configuration-java,
+               libcommons-digester-java,
+               libcommons-lang-java,
+               libcommons-logging-java,
+               libservlet2.5-java,
+               libstruts1.2-java,
+               libxstream-java,
+               maven-repo-helper
+Standards-Version: 3.9.2
+Homepage: http://easyconf.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/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: libservlet2.5-java, 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-2/debian/copyright
===================================================================
--- trunk/easyconf/debian/copyright	2011-09-18 21:59:35 UTC (rev 14942)
+++ tags/easyconf/0.9.5-2/debian/copyright	2011-09-19 17:51:47 UTC (rev 14948)
@@ -1,47 +0,0 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: EasyConf
-Maintainer: 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 <drazzib at debian.org>
-License: Apache-2.0 | 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-2/debian/copyright (from rev 14947, trunk/easyconf/debian/copyright)
===================================================================
--- tags/easyconf/0.9.5-2/debian/copyright	                        (rev 0)
+++ tags/easyconf/0.9.5-2/debian/copyright	2011-09-19 17:51:47 UTC (rev 14948)
@@ -0,0 +1,45 @@
+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 <drazzib at debian.org>
+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.




More information about the pkg-java-commits mailing list