[pkg-java] r19283 - in tags/mockobjects: . 0.09-6/debian

Markus Koschany apo at moszumanska.debian.org
Wed Oct 18 13:46:35 UTC 2017


Author: apo
Date: 2017-10-18 13:46:35 +0000 (Wed, 18 Oct 2017)
New Revision: 19283

Added:
   tags/mockobjects/0.09-6/
   tags/mockobjects/0.09-6/debian/ant.properties
   tags/mockobjects/0.09-6/debian/changelog
   tags/mockobjects/0.09-6/debian/compat
   tags/mockobjects/0.09-6/debian/control
   tags/mockobjects/0.09-6/debian/copyright
   tags/mockobjects/0.09-6/debian/libmockobjects-java.jlibs
   tags/mockobjects/0.09-6/debian/rules
Removed:
   tags/mockobjects/0.09-6/debian/ant.properties
   tags/mockobjects/0.09-6/debian/changelog
   tags/mockobjects/0.09-6/debian/compat
   tags/mockobjects/0.09-6/debian/control
   tags/mockobjects/0.09-6/debian/copyright
   tags/mockobjects/0.09-6/debian/rules
Log:
[svn-buildpackage] Tagging mockobjects 0.09-6

Deleted: tags/mockobjects/0.09-6/debian/ant.properties
===================================================================
--- trunk/mockobjects/debian/ant.properties	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/ant.properties	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1,2 +0,0 @@
-ant.build.javac.target=1.4
-ant.build.javac.source=1.4

Copied: tags/mockobjects/0.09-6/debian/ant.properties (from rev 19282, trunk/mockobjects/debian/ant.properties)
===================================================================
--- tags/mockobjects/0.09-6/debian/ant.properties	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/ant.properties	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1,2 @@
+ant.build.javac.target=1.8
+ant.build.javac.source=1.8

Deleted: tags/mockobjects/0.09-6/debian/changelog
===================================================================
--- trunk/mockobjects/debian/changelog	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/changelog	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1,66 +0,0 @@
-mockobjects (0.09-5) unstable; urgency=low
-
-  * Team upload.
-  * Use compat level 9 and require debhelper >= 9.
-  * Run wrap-and-sort -sa.
-  * Update Standards-Version to 3.9.5, no changes.
-  * Use canonical VCS-URI.
-  * Update debian/copyright to copyright format 1.0
-  * libmockobjects-java: Remove dependency on
-    default-jre-headless | java2-runtime-headless. This is no longer required
-    by the Java policy.
-  * Register documentation with doc-base.
-  * Add DEP-3 header to AssertMo.diff.
-  * Use a slightly different short description for libmockobjects-java-doc.
-
- -- Markus Koschany <apo at gambaru.de>  Wed, 06 Nov 2013 21:08:27 +0100
-
-mockobjects (0.09-4) unstable; urgency=low
-
-  [ Thierry Carrez ]
-  * debian/control, debian/rules: Build-depend on default-jdk
-  * debian/control: Set libmockobjects-java runtime dependency on
-    "default-jre-headless | java2-runtime-headless"
-  * Added debian/ant.properties to build java2-compatible code
-
-  [ Torsten Werner ]
-  * Switch to source format 3.0.
-  * Remove ssh from protocol part of Vcs-Svn header.
-  * Update Standards-Version: 3.8.4.
-  * Change Section: java.
-
- -- Torsten Werner <twerner at debian.org>  Sat, 08 May 2010 11:42:30 +0200
-
-mockobjects (0.09-3) unstable; urgency=low
-
-  * Add patches/AssertMo.diff to fix FTBFS (Closes: #458696)
-  * Add myself to Uploaders
-  * Bump up Standards-Version to 3.7.3
-
- -- Varun Hiremath <varun at debian.org>  Sun, 13 Jan 2008 00:24:42 +0530
-
-mockobjects (0.09-2) unstable; urgency=low
-
-  * Take over the package. (Closes: #270531, #453021)
-  * Switch to java-gcj-compat-dev and move package to main.
-  * Clean up whole build process and build mockobjects-core only.
-  * Add Homepage and Vcs headers to debian/control.
-
- -- Torsten Werner <twerner at debian.org>  Thu, 13 Dec 2007 22:20:03 +0100
-
-mockobjects (0.09-1.1) unstable; urgency=high
-
-  * Non-maintainer upload.
-  * Add missing build dependency on ant-optional (Closes: #391190).
-  * Move debhelper and ant to build-depends, since these are used on clean.
-  * Fix spelling of ${misc:Depends} variable.
-
- -- Thijs Kinkhorst <thijs at debian.org>  Thu, 12 Oct 2006 14:57:33 +0200
-
-mockobjects (0.09-1) unstable; urgency=low
-
-  * Initial Release.
-    (closes: #270531)
-
- -- Marcus Crafter <crafterm at debian.org>  Tue,  7 Sep 2004 12:43:20 +0200
-

Copied: tags/mockobjects/0.09-6/debian/changelog (from rev 19282, trunk/mockobjects/debian/changelog)
===================================================================
--- tags/mockobjects/0.09-6/debian/changelog	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/changelog	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1,78 @@
+mockobjects (0.09-6) unstable; urgency=medium
+
+  * Team upload.
+  * Switch to compat level 10.
+  * Declare compliance with Debian Policy 4.1.1.
+  * Update copyright years, use https for Format field.
+  * Migrate from CDBS to DH sequencer. Use javahelper.
+  * Build for Java 8.
+  * Use https for Vcs-Browser.
+
+ -- Markus Koschany <apo at debian.org>  Wed, 18 Oct 2017 15:30:23 +0200
+
+mockobjects (0.09-5) unstable; urgency=low
+
+  * Team upload.
+  * Use compat level 9 and require debhelper >= 9.
+  * Run wrap-and-sort -sa.
+  * Update Standards-Version to 3.9.5, no changes.
+  * Use canonical VCS-URI.
+  * Update debian/copyright to copyright format 1.0
+  * libmockobjects-java: Remove dependency on
+    default-jre-headless | java2-runtime-headless. This is no longer required
+    by the Java policy.
+  * Register documentation with doc-base.
+  * Add DEP-3 header to AssertMo.diff.
+  * Use a slightly different short description for libmockobjects-java-doc.
+
+ -- Markus Koschany <apo at gambaru.de>  Wed, 06 Nov 2013 21:08:27 +0100
+
+mockobjects (0.09-4) unstable; urgency=low
+
+  [ Thierry Carrez ]
+  * debian/control, debian/rules: Build-depend on default-jdk
+  * debian/control: Set libmockobjects-java runtime dependency on
+    "default-jre-headless | java2-runtime-headless"
+  * Added debian/ant.properties to build java2-compatible code
+
+  [ Torsten Werner ]
+  * Switch to source format 3.0.
+  * Remove ssh from protocol part of Vcs-Svn header.
+  * Update Standards-Version: 3.8.4.
+  * Change Section: java.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 08 May 2010 11:42:30 +0200
+
+mockobjects (0.09-3) unstable; urgency=low
+
+  * Add patches/AssertMo.diff to fix FTBFS (Closes: #458696)
+  * Add myself to Uploaders
+  * Bump up Standards-Version to 3.7.3
+
+ -- Varun Hiremath <varun at debian.org>  Sun, 13 Jan 2008 00:24:42 +0530
+
+mockobjects (0.09-2) unstable; urgency=low
+
+  * Take over the package. (Closes: #270531, #453021)
+  * Switch to java-gcj-compat-dev and move package to main.
+  * Clean up whole build process and build mockobjects-core only.
+  * Add Homepage and Vcs headers to debian/control.
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 13 Dec 2007 22:20:03 +0100
+
+mockobjects (0.09-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add missing build dependency on ant-optional (Closes: #391190).
+  * Move debhelper and ant to build-depends, since these are used on clean.
+  * Fix spelling of ${misc:Depends} variable.
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Thu, 12 Oct 2006 14:57:33 +0200
+
+mockobjects (0.09-1) unstable; urgency=low
+
+  * Initial Release.
+    (closes: #270531)
+
+ -- Marcus Crafter <crafterm at debian.org>  Tue,  7 Sep 2004 12:43:20 +0200
+

Deleted: tags/mockobjects/0.09-6/debian/compat
===================================================================
--- trunk/mockobjects/debian/compat	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/compat	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1 +0,0 @@
-9

Copied: tags/mockobjects/0.09-6/debian/compat (from rev 19282, trunk/mockobjects/debian/compat)
===================================================================
--- tags/mockobjects/0.09-6/debian/compat	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/compat	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1 @@
+10

Deleted: tags/mockobjects/0.09-6/debian/control
===================================================================
--- trunk/mockobjects/debian/control	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/control	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1,57 +0,0 @@
-Source: mockobjects
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Torsten Werner <twerner at debian.org>,
- Varun Hiremath <varun at debian.org>
-Build-Depends:
- cdbs,
- debhelper (>= 9)
-Build-Depends-Indep:
- ant,
- default-jdk,
- junit
-Standards-Version: 3.9.5
-Homepage: http://www.mockobjects.com
-Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/mockobjects
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/mockobjects/
-
-Package: libmockobjects-java
-Architecture: all
-Depends:
- ${misc:Depends}
-Description: Framework for developing and using mock objects
- Mock Objects is a test-first driven framework for building
- generic software and/or unit testing frameworks. It supports:
-  * A methodology for developing and using mock objects.
-  * A core mock object framework. This is a library of code that
-  supports the implementation of mock objects, based around a
-  set of expectation classes for values and collections. There are
-  also various other classes to make mock objects easier to write
-  or to use.
-  * A default set of mock implementations for the standard Java
-  platform APIs. We have made a start on packages such as servlets, sql,
-  and io.
-
-Package: libmockobjects-java-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends}
-Suggests:
- libmockobjects-java
-Description: Framework for developing and using mock objects -- documentation
- Mock Objects is a test-first driven framework for building
- generic software and/or unit testing frameworks. It supports:
-  * A methodology for developing and using mock objects.
-  * A core mock object framework. This is a library of code that
-  supports the implementation of mock objects, based around a
-  set of expectation classes for values and collections. There are
-  also various other classes to make mock objects easier to write
-  or to use.
-  * A default set of mock implementations for the standard Java
-  platform APIs. We have made a start on packages such as servlets, sql,
-  and io.
- .
- This package includes the mock objects javadocs.

Copied: tags/mockobjects/0.09-6/debian/control (from rev 19282, trunk/mockobjects/debian/control)
===================================================================
--- tags/mockobjects/0.09-6/debian/control	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/control	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1,56 @@
+Source: mockobjects
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Torsten Werner <twerner at debian.org>,
+ Varun Hiremath <varun at debian.org>
+Build-Depends:
+ ant,
+ debhelper (>= 10),
+ default-jdk,
+ javahelper,
+ junit
+Standards-Version: 4.1.1
+Homepage: http://www.mockobjects.com
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/mockobjects
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/mockobjects/
+
+Package: libmockobjects-java
+Architecture: all
+Depends:
+ ${misc:Depends}
+Description: Framework for developing and using mock objects
+ Mock Objects is a test-first driven framework for building
+ generic software and/or unit testing frameworks. It supports:
+  * A methodology for developing and using mock objects.
+  * A core mock object framework. This is a library of code that
+  supports the implementation of mock objects, based around a
+  set of expectation classes for values and collections. There are
+  also various other classes to make mock objects easier to write
+  or to use.
+  * A default set of mock implementations for the standard Java
+  platform APIs. We have made a start on packages such as servlets, sql,
+  and io.
+
+Package: libmockobjects-java-doc
+Section: doc
+Architecture: all
+Depends:
+ ${misc:Depends}
+Suggests:
+ libmockobjects-java
+Description: Framework for developing and using mock objects -- documentation
+ Mock Objects is a test-first driven framework for building
+ generic software and/or unit testing frameworks. It supports:
+  * A methodology for developing and using mock objects.
+  * A core mock object framework. This is a library of code that
+  supports the implementation of mock objects, based around a
+  set of expectation classes for values and collections. There are
+  also various other classes to make mock objects easier to write
+  or to use.
+  * A default set of mock implementations for the standard Java
+  platform APIs. We have made a start on packages such as servlets, sql,
+  and io.
+ .
+ This package includes the mock objects javadocs.

Deleted: tags/mockobjects/0.09-6/debian/copyright
===================================================================
--- trunk/mockobjects/debian/copyright	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/copyright	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1,73 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Mockobjects
-Source: http://sourceforge.net/cvs/?group_id=18189
-
-Files: *
-Copyright: 2000-2003, The Mockobjects developers
-License: Apache-1.1
-Comment:
- See also https://sourceforge.net/mailarchive/forum.php?forum_id=971 for a list
- of contributors for Mockobjects.
-
-Files: debian/*
-Copyright: 2004,       Marcus Crafter <crafterm at debian.org>
-           2006,       Thijs Kinkhorst <thijs at debian.org>
-           2007, 2010, Torsten Werner <twerner at debian.org>
-           2008,       Varun Hiremath <varun at debian.org>
-           2013,       Markus Koschany <apo at gambaru.de>
-License: Apache-1.1
-
-License: Apache-1.1
- /* ====================================================================
- * The Apache Software License, Version 1.1
- *
- * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
- * reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- *
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in
- *    the documentation and/or other materials provided with the
- *    distribution.
- *
- * 3. The end-user documentation included with the redistribution,
- *    if any, must include the following acknowledgment:
- *       "This product includes software developed by the
- *        Apache Software Foundation (http://www.apache.org/)."
- *    Alternately, this acknowledgment may appear in the software itself,
- *    if and wherever such third-party acknowledgments normally appear.
- *
- * 4. The name "MockObjects" must not be
- *    used to endorse or promote products derived from this software
- *    without prior written permission. For written permission, please
- *    contact apache at apache.org.
- *
- * 5. Products derived from this software may not be called
- *    "MockObjects", nor may "MockObjects" appear in their name,
- *    without prior written permission of the Apache Software Foundation.
- *
- * THIS SOFTWARE IS PROVIDED AS IS'' AND ANY EXPRESSED OR IMPLIED
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- * SUCH DAMAGE.
- * ====================================================================
- *
- * This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Software Foundation.  For more
- * information on the Apache Software Foundation, please see
- * <http://www.apache.org/>.
- */

Copied: tags/mockobjects/0.09-6/debian/copyright (from rev 19282, trunk/mockobjects/debian/copyright)
===================================================================
--- tags/mockobjects/0.09-6/debian/copyright	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/copyright	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1,73 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Mockobjects
+Source: http://sourceforge.net/cvs/?group_id=18189
+
+Files: *
+Copyright: 2000-2003, The Mockobjects developers
+License: Apache-1.1
+Comment:
+ See also https://sourceforge.net/mailarchive/forum.php?forum_id=971 for a list
+ of contributors for Mockobjects.
+
+Files: debian/*
+Copyright: 2004,       Marcus Crafter <crafterm at debian.org>
+           2006,       Thijs Kinkhorst <thijs at debian.org>
+           2007, 2010, Torsten Werner <twerner at debian.org>
+           2008,       Varun Hiremath <varun at debian.org>
+           2013, 2017  Markus Koschany <apo at debian.org>
+License: Apache-1.1
+
+License: Apache-1.1
+ /* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2001-2004 The Apache Software Foundation.  All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The name "MockObjects" must not be
+ *    used to endorse or promote products derived from this software
+ *    without prior written permission. For written permission, please
+ *    contact apache at apache.org.
+ *
+ * 5. Products derived from this software may not be called
+ *    "MockObjects", nor may "MockObjects" appear in their name,
+ *    without prior written permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */

Copied: tags/mockobjects/0.09-6/debian/libmockobjects-java.jlibs (from rev 19282, trunk/mockobjects/debian/libmockobjects-java.jlibs)
===================================================================
--- tags/mockobjects/0.09-6/debian/libmockobjects-java.jlibs	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/libmockobjects-java.jlibs	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1 @@
+out/mockobjects-core-*.jar

Deleted: tags/mockobjects/0.09-6/debian/rules
===================================================================
--- trunk/mockobjects/debian/rules	2017-10-13 21:48:19 UTC (rev 19281)
+++ tags/mockobjects/0.09-6/debian/rules	2017-10-18 13:46:35 UTC (rev 19283)
@@ -1,15 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET := jar-core javadoc
-DEB_JARS             := junit
-
-install/libmockobjects-java::
-	install -m644 -D out/mockobjects-core-*.jar debian/libmockobjects-java/usr/share/java/mockobjects-core-$(DEB_UPSTREAM_VERSION).jar
-	dh_link -p libmockobjects-java /usr/share/java/mockobjects-core-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/mockobjects-core.jar
-
-get-orig-source:
-	-uscan --upstream-version 0 --rename

Copied: tags/mockobjects/0.09-6/debian/rules (from rev 19282, trunk/mockobjects/debian/rules)
===================================================================
--- tags/mockobjects/0.09-6/debian/rules	                        (rev 0)
+++ tags/mockobjects/0.09-6/debian/rules	2017-10-18 13:46:35 UTC (rev 19283)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME=/usr/lib/jvm/default-java
+export CLASSPATH=/usr/share/java/junit.jar
+
+%:
+	dh $@ --with javahelper
+
+override_dh_auto_build:
+	dh_auto_build -- jar-core javadoc
+
+get-orig-source:
+	-uscan --download-current-version --force-download --rename




More information about the pkg-java-commits mailing list