[SCM] UNNAMED PROJECT branch, master, updated. c2f285fa1bb869b1c8b33de8fac8c98188cf78be
Emmanuel Bourg
ebourg at apache.org
Fri Apr 5 12:54:16 UTC 2013
The following commit has been merged in the master branch:
commit c2f285fa1bb869b1c8b33de8fac8c98188cf78be
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 5 14:54:03 2013 +0200
New upstream release (1.1)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 8c5cb96..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,4 +0,0 @@
-This package uses silt to manage all modifications to the upstream
-source. For more information please see:
-
-http://git.debian.org/?p=users/pcc-guest/silt.git
diff --git a/debian/changelog b/debian/changelog
index 40c86d9..5fbb940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+commons-exec (1.1-1) experimental; urgency=low
+
+ * Team upload.
+ * New Upstream release
+ * Bumped Standards-Version to 3.9.4
+ * Converted source to 3.0 (quilt).
+ * Removed the deprecated DMUA flag
+ * Removed the dependency on the JRE
+ * Removed the unused dependency ${shlibs:Depends} from the binary package
+ * debian/copyright: converted to DEP5 format, updated the contributors
+ * debian/rules: the clean target now properly removes the debian/.mh directory
+
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 05 Apr 2013 10:32:09 +0200
+
commons-exec (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #568953)
diff --git a/debian/control b/debian/control
index c4ebe07..f4ec23a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,18 @@ Source: commons-exec
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Collingbourne <peter at pcc.me.uk>, Ramakrishnan Muthukrishnan <rkrishnan at debian.org>
-Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk, maven-repo-helper
-Standards-Version: 3.8.4
-DM-Upload-Allowed: yes
+Uploaders: Peter Collingbourne <peter at pcc.me.uk>, Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk, maven-repo-helper, quilt
+Standards-Version: 3.9.4
Vcs-Browser: http://git.debian.org/?p=pkg-java/commons-exec.git
Vcs-Git: git://git.debian.org/git/pkg-java/commons-exec.git
Homepage: http://commons.apache.org/exec/
Package: libcommons-exec-java
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre-headless |
- java2-runtime-headless
-Suggests: java-virtual-machine
-Description: a library to reliably execute external processes from within the JVM
+Depends: ${misc:Depends}
+Description: Java library to reliably execute external processes from within the JVM
Executing external processes from Java is a well-known problem
area. It is inherently platform dependent and requires the developer
to know and test for platform specific behaviors, for example
diff --git a/debian/copyright b/debian/copyright
index 69006e1..0fd5852 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,27 +1,33 @@
-This package was debianized by Peter Collingbourne <peter at pcc.me.uk>
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Apache Commons Exec
+Upstream-Contact: Apache Commons Developers <dev at commons.apache.org>
+Source: http://commons.apache.org/exec/
-It was downloaded from http://commons.apache.org/exec/
+Files: *
+Copyright: 2005-2010, The Apache Software Foundation.
+License: Apache-2.0
+Comment:
+ Upstream authors: Siegfried Goeschl <sgoeschl at apache.org>,
+ Sebastian Bazley <sebb at apache.org>,
+ Brett Leslie Porter <brett at apache.org>,
+ Niall Kegan Pemberton <niallp at apache.org>,
+ Henri Yandell <bayard at apache.org>,
+ Niklas Gustavsson <ngn at apache.org>,
+ Dennis Lundberg <dennisl at apache.org>,
+ Trygve Laugstol <trygvis at apache.org>,
+ Rahul Akolkar <rahul at apache.org>,
+ Joerg Schaible <joehni at apache.org>,
+ Henri Biestro <henrib at apache.org>,
+ Benjamin Bentmann,
+ Marco Ferrante,
+ Jerome Lacoste,
+ Milos Kleint,
+ Pablo Hoertner
-Upstream Authors: Siegfried Goeschl <sgoeschl at apache.org>
- Sebastian Bazley <sebb at apache.org>
- Brett Leslie Porter <brett at apache.org>
- Niall Kegan Pemberton <niallp at apache.org>
- Henri Yandell <bayard at apache.org>
- Niklas Gustavsson <ngn at apache.org>
- Dennis Lundberg <dennisl at apache.org>
- Trygve Laugstol <trygvis at apache.org>
- Rahul Akolkar <rahul at apache.org>
- Joerg Schaible <joehni at apache.org>
- Henri Biestro <henrib at apache.org>
+Files: debian/*
+License: Apache-2.0
+Copyright: 2010, Peter Collingbourne <peter at pcc.me.uk>
-Copyright 2005-2009 The Apache Software Foundation
-
-License: Apache 2.0
-
-On Debian systems the full text of the Apache License can be found
-in `/usr/share/common-licenses/Apache-2.0'.
-
-The Debian packaging is
-Copyright (C) 2010, Peter Collingbourne <peter at pcc.me.uk>
-and is licensed under the terms of the Apache-2.0 license, see
-`/usr/share/common-licenses/Apache-2.0'.
+License: Apache-2.0
+ On Debian systems, the full text of the Apache License can be found
+ in the file `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/patches/01-disable-junit.patch b/debian/patches/01-disable-junit.patch
deleted file mode 160000
index 9f6f193..0000000
--- a/debian/patches/01-disable-junit.patch
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 9f6f1937533940678b22c02e50c392ea87fc6b11
diff --git a/debian/rules b/debian/rules
index ae84c87..32bd618 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
JAVA_HOME := /usr/lib/jvm/default-java
PACKAGE := commons-exec
@@ -11,5 +10,8 @@ install/lib$(PACKAGE)-java::
mh_installpoms -plib$(PACKAGE)-java
mh_installjar -plib$(PACKAGE)-java -l pom.xml target/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
+clean::
+ mh_clean
+
get-orig-source:
uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
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)
diff --git a/patch-base b/patch-base
deleted file mode 160000
index 2abef72..0000000
--- a/patch-base
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 2abef7262e18c6716b2b627110d0616af3c8893c
--
UNNAMED PROJECT
More information about the pkg-java-commits
mailing list