[easyconf] 06/28: * d/control: Bump Standards-Version to 3.9.2: no changes needed. * d/copyright: Fix DEP-5 format.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Mar 18 22:54:24 GMT 2018


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

ebourg-guest pushed a commit to branch master
in repository easyconf.

commit 202d14ae5d6a05dedf10410c63538a2c0c6fa1cf
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Mon Sep 19 17:51:00 2011 +0000

    * d/control: Bump Standards-Version to 3.9.2: no changes needed.
    * d/copyright: Fix DEP-5 format.
---
 debian/changelog |  7 +++++++
 debian/control   | 33 +++++++++++++++++++++++++--------
 debian/copyright | 16 +++++++---------
 3 files changed, 39 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8413509..a34f559 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+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)
diff --git a/debian/control b/debian/control
index e9904db..3c490f5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,20 +3,37 @@ 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
+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: ${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
+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.
diff --git a/debian/copyright b/debian/copyright
index f5567e3..d89466c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: EasyConf
-Maintainer: http://easyconf.sourceforge.net/
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: EasyConf
+Upstream-Contact: http://easyconf.sourceforge.net/
 Source: http://sourceforge.net/projects/easyconf/files/
 
 
@@ -14,13 +14,12 @@ 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. 
+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 or MIT
 
 License: Apache-2.0
   On Debian GNU/Linux system you can find the complete text of the
@@ -33,10 +32,10 @@ License: MIT
  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
@@ -44,4 +43,3 @@ License: MIT
  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.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/easyconf.git



More information about the pkg-java-commits mailing list