[libjcommon-java] 15/31: * New upstream release (Closes: #575016) * Add missing Depends: ${misc:Depends}. * Bump up debhelper version to 5. * Update Standards-Version: 3.8.4 (no changes). * Change Section: java. * Do various cleanups. * Changes source format to 3.0.

Markus Koschany apo at moszumanska.debian.org
Sat Oct 15 17:04:10 UTC 2016


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

apo pushed a commit to branch master
in repository libjcommon-java.

commit fb97b7f9e14b9cf81c4e9f21f82dd865d426961d
Author: Torsten Werner <twerner at debian.org>
Date:   Mon Mar 22 21:03:59 2010 +0000

    * New upstream release (Closes: #575016)
    * Add missing Depends: ${misc:Depends}.
    * Bump up debhelper version to 5.
    * Update Standards-Version: 3.8.4 (no changes).
    * Change Section: java.
    * Do various cleanups.
    * Changes source format to 3.0.
---
 debian/changelog     |  8 +++++++-
 debian/compat        |  2 +-
 debian/control       | 10 +++++-----
 debian/copyright     |  2 +-
 debian/dirs          |  1 -
 debian/rules         |  5 ++---
 debian/source/format |  1 +
 7 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9826327..fd08190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,14 @@ libjcommon-java (1.0.16-1) unstable; urgency=low
   * (Build-)depend on default-jre/-jdk.
 
   [ Torsten Werner ]
-  * Now upstream release (Closes: #575016)
+  * New upstream release (Closes: #575016)
   * Add d/orig-tar.sh to clean up orig tarball after download.
+  * Add missing Depends: ${misc:Depends}.
+  * Bump up debhelper version to 5.
+  * Update Standards-Version: 3.8.4 (no changes).
+  * Change Section: java.
+  * Do various cleanups.
+  * Changes source format to 3.0.
 
  -- Torsten Werner <twerner at debian.org>  Mon, 22 Mar 2010 21:45:58 +0100
 
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 7433347..e7f67d1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,15 @@
 Source: libjcommon-java
-Section: libs
+Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Christian Bayle <bayle at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 4.2.30), cdbs
+Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: default-jdk, ant, libservlet2.4-java, junit
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 
 Package: libjcommon-java
-Section: libs
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime
+Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
 Suggests: java-virtual-machine, libjcommon-java-doc
 Description: General Purpose library for Java
  JCommon is a free general purpose Java class library that is used in
@@ -27,6 +26,7 @@ Description: General Purpose library for Java
 Package: libjcommon-java-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libjcommon-java
 Description: General Purpose library for Java - documentation
  JCommon is a free general purpose Java class library that is used in
diff --git a/debian/copyright b/debian/copyright
index 0a1121b..2260e31 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,7 +14,7 @@ Tamemasa, Mark Watson and Hari.
 
 Copyright:
 
-    (C)opyright, 2000-2005, by Object Refinery Limited and Contributors.
+    (C) 2000-2005, by Object Refinery Limited and Contributors.
 
     This package is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 13c9f03..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/java
diff --git a/debian/rules b/debian/rules
index 5111068..d6ec8ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,9 +26,8 @@ clean::
 	rm -f lib/junit.jar lib/jcommon-$(API_VERSION)-junit.jar
 
 install/lib$(LIBRARY_PACKAGE)-java:: 
-	install -m 644 $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
+	install -m 644 -D $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-$(API_VERSION).jar
 	ln -s $(LIBRARY_PACKAGE)-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE).jar
-
-	install -m 644 $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
+	install -m 644 -D $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar
 	ln -s $(LIBRARY_PACKAGE)-xml-$(API_VERSION).jar debian/lib$(LIBRARY_PACKAGE)-java/usr/share/java/$(LIBRARY_PACKAGE)-xml.jar
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the pkg-java-commits mailing list