[pkg-java] r4890 - in trunk: . mockobjects mockobjects/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Wed Nov 28 21:21:21 UTC 2007
Author: twerner
Date: 2007-11-28 21:21:21 +0000 (Wed, 28 Nov 2007)
New Revision: 4890
Added:
trunk/mockobjects/
trunk/mockobjects/debian/
trunk/mockobjects/debian/changelog
trunk/mockobjects/debian/compat
trunk/mockobjects/debian/control
trunk/mockobjects/debian/copyright
trunk/mockobjects/debian/dirs
trunk/mockobjects/debian/libmockobjects-java-doc.dirs
trunk/mockobjects/debian/libmockobjects-java.dirs
trunk/mockobjects/debian/libmockobjects-java.docs
trunk/mockobjects/debian/libmockobjects-java.links
trunk/mockobjects/debian/mockobjects.doc-base.EX
trunk/mockobjects/debian/rules
Log:
import mockobjects
Added: trunk/mockobjects/debian/changelog
===================================================================
--- trunk/mockobjects/debian/changelog (rev 0)
+++ trunk/mockobjects/debian/changelog 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,16 @@
+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
+
Added: trunk/mockobjects/debian/compat
===================================================================
--- trunk/mockobjects/debian/compat (rev 0)
+++ trunk/mockobjects/debian/compat 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1 @@
+4
Added: trunk/mockobjects/debian/control
===================================================================
--- trunk/mockobjects/debian/control (rev 0)
+++ trunk/mockobjects/debian/control 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,47 @@
+Source: mockobjects
+Section: contrib/devel
+Priority: optional
+Maintainer: Marcus Crafter <crafterm at debian.org>
+Build-Depends: debhelper (>= 4.0.0), ant
+Build-Depends-Indep: ant-optional, j2sdk1.4 | j2sdk1.3 | java2-compiler, junit
+Standards-Version: 3.6.1.1
+
+Package: libmockobjects-java
+Section: contrib/devel
+Priority: optional
+Architecture: all
+Depends: ${misc:Depends}, java2-runtime | java1-runtime
+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: contrib/devel
+Priority: optional
+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.
+ .
+ This package includes the mock objects javadocs.
Added: trunk/mockobjects/debian/copyright
===================================================================
--- trunk/mockobjects/debian/copyright (rev 0)
+++ trunk/mockobjects/debian/copyright 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,62 @@
+This package was debianized by Marcus Crafter <crafterm at debian.org> on
+Tue, 7 Sep 2004 12:43:20 +0200.
+
+It was downloaded from http://sourceforge.net/cvs/?group_id=18189
+
+Upstream Authors: Mock objects developers <http://sourceforge.net/mailarchive/forum.php?forum_id=971>
+
+Copyright:
+
+/* ====================================================================
+ * 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/>.
+ */
Added: trunk/mockobjects/debian/dirs
===================================================================
--- trunk/mockobjects/debian/dirs (rev 0)
+++ trunk/mockobjects/debian/dirs 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin
Added: trunk/mockobjects/debian/libmockobjects-java-doc.dirs
===================================================================
--- trunk/mockobjects/debian/libmockobjects-java-doc.dirs (rev 0)
+++ trunk/mockobjects/debian/libmockobjects-java-doc.dirs 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1 @@
+usr/share/doc/libmockobjects-java-doc
Added: trunk/mockobjects/debian/libmockobjects-java.dirs
===================================================================
--- trunk/mockobjects/debian/libmockobjects-java.dirs (rev 0)
+++ trunk/mockobjects/debian/libmockobjects-java.dirs 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1 @@
+usr/share/java/
Added: trunk/mockobjects/debian/libmockobjects-java.docs
===================================================================
--- trunk/mockobjects/debian/libmockobjects-java.docs (rev 0)
+++ trunk/mockobjects/debian/libmockobjects-java.docs 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1 @@
+doc/README
Added: trunk/mockobjects/debian/libmockobjects-java.links
===================================================================
--- trunk/mockobjects/debian/libmockobjects-java.links (rev 0)
+++ trunk/mockobjects/debian/libmockobjects-java.links 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,3 @@
+/usr/share/java/mockobjects-alt-jdk1.4-0.09.jar /usr/share/java/mockobjects-alt-jdk1.4.jar
+/usr/share/java/mockobjects-core-0.09.jar /usr/share/java/mockobjects-core.jar
+/usr/share/java/mockobjects-jdk1.4-0.09.jar /usr/share/java/mockobjects-jdk1.4.jar
Added: trunk/mockobjects/debian/mockobjects.doc-base.EX
===================================================================
--- trunk/mockobjects/debian/mockobjects.doc-base.EX (rev 0)
+++ trunk/mockobjects/debian/mockobjects.doc-base.EX 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,22 @@
+Document: mockobjects
+Title: Debian mockobjects Manual
+Author: <insert document author here>
+Abstract: This manual describes what mockobjects is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/mockobjects/mockobjects.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/mockobjects/mockobjects.ps.gz
+
+Format: text
+Files: /usr/share/doc/mockobjects/mockobjects.text.gz
+
+Format: HTML
+Index: /usr/share/doc/mockobjects/html/index.html
+Files: /usr/share/doc/mockobjects/html/*.html
+
+
Added: trunk/mockobjects/debian/rules
===================================================================
--- trunk/mockobjects/debian/rules (rev 0)
+++ trunk/mockobjects/debian/rules 2007-11-28 21:21:21 UTC (rev 4890)
@@ -0,0 +1,93 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ #$(MAKE)
+ #/usr/bin/docbook-to-man debian/mockobjects.sgml > mockobjects.1
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ #-$(MAKE) clean
+ -ant clean
+ rm -rf dist
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/mockobjects.
+ #$(MAKE) install DESTDIR=$(CURDIR)/debian/mockobjects
+ CLASSPATH=/usr/share/java/junit.jar ant dist
+
+ install -m 644 out/mockobjects-alt-jdk1.4-0.09.jar $(CURDIR)/debian/libmockobjects-java/usr/share/java
+ install -m 644 out/mockobjects-core-0.09.jar $(CURDIR)/debian/libmockobjects-java/usr/share/java
+ install -m 644 out/mockobjects-jdk1.4-0.09.jar $(CURDIR)/debian/libmockobjects-java/usr/share/java
+
+ mv out/doc/javadoc $(CURDIR)/debian/libmockobjects-java-doc/usr/share/doc/libmockobjects-java-doc
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+# dh_makeshlibs
+ dh_installdeb
+# dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: trunk/mockobjects/debian/rules
___________________________________________________________________
Name: svn:executable
+
More information about the pkg-java-commits
mailing list