[pkg-java] r18842 - in tags/libgroboutils-java: . 5-3/debian 5-3/debian/patches

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 2 21:23:14 UTC 2015


Author: ebourg-guest
Date: 2015-09-02 21:23:14 +0000 (Wed, 02 Sep 2015)
New Revision: 18842

Added:
   tags/libgroboutils-java/5-3/
   tags/libgroboutils-java/5-3/debian/changelog
   tags/libgroboutils-java/5-3/debian/control
   tags/libgroboutils-java/5-3/debian/copyright
   tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff
Removed:
   tags/libgroboutils-java/5-3/debian/changelog
   tags/libgroboutils-java/5-3/debian/control
   tags/libgroboutils-java/5-3/debian/copyright
   tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff
Log:
[svn-buildpackage] Tagging libgroboutils-java 5-3

Deleted: tags/libgroboutils-java/5-3/debian/changelog
===================================================================
--- trunk/libgroboutils-java/debian/changelog	2015-09-02 08:26:15 UTC (rev 18829)
+++ tags/libgroboutils-java/5-3/debian/changelog	2015-09-02 21:23:14 UTC (rev 18842)
@@ -1,27 +0,0 @@
-libgroboutils-java (5-3) UNRELEASED; urgency=medium
-
-  * Team upload.
-  * Worked around a compiler crash caused by the use of 'enum' identifiers
-    (Closes: #738399)
-  * Fixed the compilation errors caused by EasyMock 3
-  * debian/control:
-    - Package adopted by the Java Team (Closes: #773816)
-    - Standards-Version updated to 3.9.6 (no changes)
-  * Switch to debhelper level 9
-
- -- Emmanuel Bourg <ebourg at apache.org>  Wed, 26 Feb 2014 17:29:31 +0100
-
-libgroboutils-java (5-2) unstable; urgency=low
-
-  * Bump Standards-Version to 3.9.2: no changes needed.
-  * Switch to 3.0 (quilt) source format.
-  * debian/patches/06_support_others_jdk.diff: Support for OpenJDK6
-    (Closes: #628301).
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 02 Jun 2011 00:26:25 +0200
-
-libgroboutils-java (5-1) unstable; urgency=low
-
-  * Initial release (Closes: #551812)
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 27 Oct 2009 00:21:17 +0100

Copied: tags/libgroboutils-java/5-3/debian/changelog (from rev 18833, trunk/libgroboutils-java/debian/changelog)
===================================================================
--- tags/libgroboutils-java/5-3/debian/changelog	                        (rev 0)
+++ tags/libgroboutils-java/5-3/debian/changelog	2015-09-02 21:23:14 UTC (rev 18842)
@@ -0,0 +1,29 @@
+libgroboutils-java (5-3) unstable; urgency=medium
+
+  * Team upload.
+  * Worked around a compiler crash caused by the use of 'enum' identifiers
+    (Closes: #738399)
+  * Fixed the compilation errors caused by EasyMock 3
+  * debian/control:
+    - Package adopted by the Java Team (Closes: #773816)
+    - Standards-Version updated to 3.9.6 (no changes)
+    - Use canonical URLs for the Vcs-* fields
+  * debian/copyright: Updated to the Copyright Format 1.0
+  * Switch to debhelper level 9
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 02 Sep 2015 11:10:19 +0200
+
+libgroboutils-java (5-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.9.2: no changes needed.
+  * Switch to 3.0 (quilt) source format.
+  * debian/patches/06_support_others_jdk.diff: Support for OpenJDK6
+    (Closes: #628301).
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 02 Jun 2011 00:26:25 +0200
+
+libgroboutils-java (5-1) unstable; urgency=low
+
+  * Initial release (Closes: #551812)
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Tue, 27 Oct 2009 00:21:17 +0100

Deleted: tags/libgroboutils-java/5-3/debian/control
===================================================================
--- trunk/libgroboutils-java/debian/control	2015-09-02 08:26:15 UTC (rev 18829)
+++ tags/libgroboutils-java/5-3/debian/control	2015-09-02 21:23:14 UTC (rev 18842)
@@ -1,26 +0,0 @@
-Source: libgroboutils-java
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, libgroboutils-java
-Build-Depends-Indep: ant-optional,
-                     junit,
-                     libbcel-java,
-                     libeasymock-java,
-                     liblog4j1.2-java
-Standards-Version: 3.9.6
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libgroboutils-java/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libgroboutils-java/
-Homepage: http://groboutils.sourceforge.net
-
-Package: libgroboutils-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: Java-based testing tools and JUnit extensions
- GroboUtils is a group of Java-based testing tools and JUnit extensions aimed at
- increasing quality awareness and ease of introduction of testing tools into the
- development cycle.
- .
- GroboUtils include, for example, multi-threaded tests, hierarchial unit tests,
- and a code coverage tool.

Copied: tags/libgroboutils-java/5-3/debian/control (from rev 18832, trunk/libgroboutils-java/debian/control)
===================================================================
--- tags/libgroboutils-java/5-3/debian/control	                        (rev 0)
+++ tags/libgroboutils-java/5-3/debian/control	2015-09-02 21:23:14 UTC (rev 18842)
@@ -0,0 +1,26 @@
+Source: libgroboutils-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, libgroboutils-java
+Build-Depends-Indep: ant-optional,
+                     junit,
+                     libbcel-java,
+                     libeasymock-java,
+                     liblog4j1.2-java
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgroboutils-java/
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgroboutils-java/
+Homepage: http://groboutils.sourceforge.net
+
+Package: libgroboutils-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: Java-based testing tools and JUnit extensions
+ GroboUtils is a group of Java-based testing tools and JUnit extensions aimed at
+ increasing quality awareness and ease of introduction of testing tools into the
+ development cycle.
+ .
+ GroboUtils include, for example, multi-threaded tests, hierarchial unit tests,
+ and a code coverage tool.

Deleted: tags/libgroboutils-java/5-3/debian/copyright
===================================================================
--- trunk/libgroboutils-java/debian/copyright	2015-09-02 08:26:15 UTC (rev 18829)
+++ tags/libgroboutils-java/5-3/debian/copyright	2015-09-02 21:23:14 UTC (rev 18842)
@@ -1,83 +0,0 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: GroboUtils
-Maintainer: Matt Albrech <groboclown at users.sourceforge.net>,
-  Keith Johnston <kjohnston at users.sourceforge.net>
-Source: http://groboutils.sourceforge.net/downloads.html
-
-Files: *
-Copyright: Copyright (C) 2002-2003 Matt Albrecht
-Licence: BSD
-   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.
-
-Files: codecoverage/sources/dev/net/sourceforge/groboutils/codecoverage/v2/ant/zip/*,
- codecoverage/sources/ut/org/apache/tools/ant/BuildFileTestA.java
-Copyright: Copyright 2001,2004 The Apache Software Foundation
-Licence: Apache-2.0
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
- 
-      http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
-
- On Debian systems the full text of the Apache License, Version 2.0
- License can be found in the `/usr/share/common-licenses/Apache-2.0'
- file.
-
-
-Files: codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IAnalysisModuleUTestI.java,
- codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLoggerUTestI.java,
- codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLogReaderUTestI.java,
- codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLoggerFactoryUTestI.java,
- codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLogRecordUTestI.java,
- codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IClassChannelLogReaderUTestI.java,
- util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeOutputStream.java,
- util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeInputStream.java
-Copyright: Copyright (C) 2002-2003 Matt Albrecht
-Licence: LGPL-2.1+
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Lesser General Public License
-   as published by the Free Software Foundation; either version 2
-   of the License, or (at your option) any later version.
-  
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU Lesser General Public License for more details.
-  
-   You should have received a copy of the GNU Lesser General Public License
-   along with this program; if not, write to the Free Software Foundation, Inc.
-   51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
- On Debian systems the full text of the GNU Library General
- License can be found in the `/usr/share/common-licenses/LGPL-2'
- file.
-
-Files: debian/*
-Copyright: 2009, Damien Raude-Morvan <drazzib at debian.org>
-License: BSD
-   Copying and distribution of this package, with or without
-   modification, are permitted in any medium without royalty
-   provided the copyright notice and this notice are
-   preserved.

Copied: tags/libgroboutils-java/5-3/debian/copyright (from rev 18831, trunk/libgroboutils-java/debian/copyright)
===================================================================
--- tags/libgroboutils-java/5-3/debian/copyright	                        (rev 0)
+++ tags/libgroboutils-java/5-3/debian/copyright	2015-09-02 21:23:14 UTC (rev 18842)
@@ -0,0 +1,71 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GroboUtils
+Upstream-Contact: Matt Albrech <groboclown at users.sourceforge.net>,
+                  Keith Johnston <kjohnston at users.sourceforge.net>
+Source: http://groboutils.sourceforge.net/downloads.html
+
+Files: *
+Copyright: Copyright (C) 2002-2003 Matt Albrecht
+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.
+
+Files: codecoverage/sources/dev/net/sourceforge/groboutils/codecoverage/v2/ant/zip/*
+       codecoverage/sources/ut/org/apache/tools/ant/BuildFileTestA.java
+Copyright: 2001-2004, The Apache Software Foundation
+License: Apache-2.0
+ On Debian systems the full text of the Apache License, Version 2.0
+ License can be found in the `/usr/share/common-licenses/Apache-2.0'
+ file.
+
+
+Files: codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IAnalysisModuleUTestI.java
+       codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLoggerUTestI.java
+       codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLogReaderUTestI.java
+       codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLoggerFactoryUTestI.java
+       codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IChannelLogRecordUTestI.java
+       codecoverage/sources/ut/net/sourceforge/groboutils/codecoverage/v2/IClassChannelLogReaderUTestI.java
+       util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeOutputStream.java
+       util-io/sources/dev/net/sourceforge/groboutils/util/io/v1/MimeInputStream.java
+Copyright: 2002-2003, Matt Albrecht
+License: LGPL-2.1+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems the full text of the GNU Library General
+ License can be found in the `/usr/share/common-licenses/LGPL-2'
+ file.
+
+Files: debian/*
+Copyright: 2009, Damien Raude-Morvan <drazzib at debian.org>
+License: BSD-like
+ Copying and distribution of this package, with or without
+ modification, are permitted in any medium without royalty
+ provided the copyright notice and this notice are
+ preserved.

Deleted: tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff
===================================================================
--- trunk/libgroboutils-java/debian/patches/07_fix_javac_crash.diff	2015-09-02 08:26:15 UTC (rev 18829)
+++ tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff	2015-09-02 21:23:14 UTC (rev 18842)
@@ -1,34 +0,0 @@
-Description: Work around a compiler crash caused by the use of 'enum' identifiers
-Author: Emmanuel Bourg <ebourg at apache.org>
-Forwarded: no
-Bug-Debian: https://bugs.debian.org/738399
---- a/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/iftc/InterfaceTestSuite.java
-+++ b/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/iftc/InterfaceTestSuite.java
-@@ -198,10 +198,10 @@
-                 }
-                 else
-                 {
--                    Enumeration enum = t.classes.elements();
--                    while (enum.hasMoreElements())
-+                    Enumeration e = t.classes.elements();
-+                    while (e.hasMoreElements())
-                     {
--                        addTestSuite( (Class)enum.nextElement() );
-+                        addTestSuite( (Class)e.nextElement() );
-                     }
-                 }
-             }
-@@ -293,10 +293,10 @@
-         
-         ITestCreator tc = createTestCreator( this.creators );
-         TestClassCreator tcc = new TestClassCreator( tc );
--        for (Enumeration enum = this.classes.elements();
--            enum.hasMoreElements();)
-+        for (Enumeration e = this.classes.elements();
-+            e.hasMoreElements();)
-         {
--            Class c = (Class)enum.nextElement();
-+            Class c = (Class)e.nextElement();
-             loadTestSuite( c, tcc );
-         }
-         

Copied: tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff (from rev 18830, trunk/libgroboutils-java/debian/patches/07_fix_javac_crash.diff)
===================================================================
--- tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff	                        (rev 0)
+++ tags/libgroboutils-java/5-3/debian/patches/07_fix_javac_crash.diff	2015-09-02 21:23:14 UTC (rev 18842)
@@ -0,0 +1,98 @@
+Description: Work around a compiler crash caused by the use of 'enum' identifiers
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/738399
+--- a/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/iftc/InterfaceTestSuite.java
++++ b/testing-junit/sources/dev/net/sourceforge/groboutils/junit/v1/iftc/InterfaceTestSuite.java
+@@ -198,10 +198,10 @@
+                 }
+                 else
+                 {
+-                    Enumeration enum = t.classes.elements();
+-                    while (enum.hasMoreElements())
++                    Enumeration e = t.classes.elements();
++                    while (e.hasMoreElements())
+                     {
+-                        addTestSuite( (Class)enum.nextElement() );
++                        addTestSuite( (Class)e.nextElement() );
+                     }
+                 }
+             }
+@@ -293,10 +293,10 @@
+         
+         ITestCreator tc = createTestCreator( this.creators );
+         TestClassCreator tcc = new TestClassCreator( tc );
+-        for (Enumeration enum = this.classes.elements();
+-            enum.hasMoreElements();)
++        for (Enumeration e = this.classes.elements();
++            e.hasMoreElements();)
+         {
+-            Class c = (Class)enum.nextElement();
++            Class c = (Class)e.nextElement();
+             loadTestSuite( c, tcc );
+         }
+         
+--- a/testing-autodoc/sources/dev/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListener.java
++++ b/testing-autodoc/sources/dev/net/sourceforge/groboutils/autodoc/v1/junit/AutoDocJUnitListener.java
+@@ -131,9 +131,9 @@
+      */
+     public void addError(Test test, Throwable t)
+     {
+-        for (Enumeration enum = getListeners(); enum.hasMoreElements();)
++        for (Enumeration e = getListeners(); e.hasMoreElements();)
+         {
+-            TestListener tl = (TestListener)enum.nextElement();
++            TestListener tl = (TestListener)e.nextElement();
+             tl.addError( test, t );
+         }
+     }
+@@ -143,9 +143,9 @@
+      */
+     public void addFailure(Test test, AssertionFailedError t)
+     {
+-        for (Enumeration enum = getListeners(); enum.hasMoreElements();)
++        for (Enumeration e = getListeners(); e.hasMoreElements();)
+         {
+-            TestListener tl = (TestListener)enum.nextElement();
++            TestListener tl = (TestListener)e.nextElement();
+             tl.addFailure( test, t );
+         }
+     }
+@@ -156,9 +156,9 @@
+      */
+     public void endTest(Test test)
+     {
+-        for (Enumeration enum = getListeners(); enum.hasMoreElements();)
++        for (Enumeration e = getListeners(); e.hasMoreElements();)
+         {
+-            TestListener tl = (TestListener)enum.nextElement();
++            TestListener tl = (TestListener)e.nextElement();
+             tl.endTest( test );
+         }
+     }
+@@ -169,9 +169,9 @@
+      */
+     public void startTest(Test test)
+     {
+-        for (Enumeration enum = getListeners(); enum.hasMoreElements();)
++        for (Enumeration e = getListeners(); e.hasMoreElements();)
+         {
+-            TestListener tl = (TestListener)enum.nextElement();
++            TestListener tl = (TestListener)e.nextElement();
+             tl.startTest( test );
+         }
+     }
+@@ -218,10 +218,10 @@
+     protected static TestListenerFactory[] getFactories()
+     {
+         Vector v = new Vector();
+-        Enumeration enum = getFactoryStore().getSingletons();
+-        while (enum.hasMoreElements())
++        Enumeration e = getFactoryStore().getSingletons();
++        while (e.hasMoreElements())
+         {
+-            v.addElement( enum.nextElement() );
++            v.addElement( e.nextElement() );
+         }
+         
+         TestListenerFactory[] tlf = new TestListenerFactory[ v.size() ];




More information about the pkg-java-commits mailing list