Author: varun Date: 2008-01-19 07:26:53 +0000 (Sat, 19 Jan 2008) New Revision: 5485
Added: trunk/squareness/ trunk/squareness/debian/ trunk/squareness/debian/changelog trunk/squareness/debian/compat trunk/squareness/debian/control trunk/squareness/debian/copyright trunk/squareness/debian/rules trunk/squareness/debian/watch Log: * move squareness to pkg-java svn Property changes on: trunk/squareness/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: trunk/squareness/debian/changelog =================================================================== --- trunk/squareness/debian/changelog (rev 0) +++ trunk/squareness/debian/changelog 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1,31 @@ +squareness (2.3.0-3) unstable; urgency=low + + * Move the package to pkg-java svn. + * Switch from kaffe to java-gcj-compat-dev. + * debian/control: + + Set Maintainer to Debian Java Maintainers and add myself to Uploaders + + Bump up Standards-Version to 3.7.3 + + Build-Depend on debhelper >= 6 + * debian/compat: Bump to 6 + * Clean up debian/rules + + -- Varun Hiremath <[EMAIL PROTECTED]> Sat, 19 Jan 2008 13:05:03 +0530 + +squareness (2.3.0-2) unstable; urgency=low + + * The package now conforms to Debian's policy for java. + + -- Torsten Werner <[EMAIL PROTECTED]> Sun, 8 Apr 2007 11:37:09 +0200 + +squareness (2.3.0-1) unstable; urgency=low + + [ Varun Hiremath ] + * Initial release (Closes: #415686) + * Fix the debian/copyright file. + + [ Torsten Werner ] + * Add Build-Depends: cdbs. + * Set Architecture: all. + * Add myself to Uploaders in debian/control. + + -- Varun Hiremath <[EMAIL PROTECTED]> Thu, 22 Mar 2007 08:01:39 +0530 Added: trunk/squareness/debian/compat =================================================================== --- trunk/squareness/debian/compat (rev 0) +++ trunk/squareness/debian/compat 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1 @@ +6 Added: trunk/squareness/debian/control =================================================================== --- trunk/squareness/debian/control (rev 0) +++ trunk/squareness/debian/control 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1,21 @@ +Source: squareness +Section: utils +Priority: optional +Maintainer: Debian Java maintainers <[EMAIL PROTECTED]> +Uploaders: Torsten Werner <[EMAIL PROTECTED]>, Varun Hiremath <[EMAIL PROTECTED]> +Build-Depends: cdbs, debhelper (>= 6) +Build-Depends-Indep: ant, java-gcj-compat-dev +Standards-Version: 3.7.3 +Homepage: http://squareness.beeger.net/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/squareness +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/squareness + +Package: squareness +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime +Suggests: java-virtual-machine +Description: suite of skins for different applications + Squareness is a suite of skins for different platforms and + applications (e.g. Windowblinds, Java Look And Feel, Mozilla Firefox) + with the intent to create a uniform look and feel for all those + plattforms and applications. Added: trunk/squareness/debian/copyright =================================================================== --- trunk/squareness/debian/copyright (rev 0) +++ trunk/squareness/debian/copyright 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1,56 @@ +This package was debianized by Varun Hiremath <[EMAIL PROTECTED]> on +Tue, 20 Mar 2007 21:32:40 +0530. + +It was downloaded from http://sourceforge.net/projects/squareness/ + +Upstream Author: Robert F. Beeger <[EMAIL PROTECTED]> + +Some parts of the code are contributed by: +Kirill Grouchnikov +Erik Vickroy +Frederic Lavigne +Pattrick Gotthardt +Marc De Scheemaecker + +Copyright: +(C) 2003-2006, Robert F. Beeger <[EMAIL PROTECTED]> +(C) 2005, Kirill Grouchnikov and Erik Vickroy +(C) 2000-2002 Marc De Scheemaecker + +License: + +Squareness is licensed under the BSD license. On Debian systems, the +complete text of the BSD license can be found here: +/usr/share/common-licenses/BSD + +---- +LafPlugin is licensed under the BSD license. On Debian systems, the +complete text of the BSD license can be found here: +/usr/share/common-licenses/BSD + +---- +NanoXML is distributed under the zlib/libpng license, which is OSS +(Open Source Software) compliant. + +Copyright (C) 2000-2002 Marc De Scheemaecker, All Rights Reserved. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the author be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; + you must not claim that you wrote the original software. + If you use this software in a product, an acknowledgment + in the product documentation would be appreciated but is not required. + 2. Altered source versions must be plainly marked as such, + and must not be misrepresented as being the original software. + 3. This notice may not be removed or altered from any + source distribution. + +---- +The Debian packaging is (C) 2007, Varun Hiremath <[EMAIL PROTECTED]> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. Added: trunk/squareness/debian/rules =================================================================== --- trunk/squareness/debian/rules (rev 0) +++ trunk/squareness/debian/rules 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1,14 @@ +#!/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/java-gcj +DEB_ANT_BUILD_TARGET := build + +install/squareness:: + install -m 644 -D squareness.jar $(DEB_DESTDIR)/usr/share/java/squareness-$(DEB_UPSTREAM_VERSION).jar + dh_link /usr/share/java/squareness-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/squareness.jar + +get-orig-source: + -uscan --upstream-version 0 --rename Property changes on: trunk/squareness/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/squareness/debian/watch =================================================================== --- trunk/squareness/debian/watch (rev 0) +++ trunk/squareness/debian/watch 2008-01-19 07:26:53 UTC (rev 5485) @@ -0,0 +1,2 @@ +version=3 +http://sf.net/squareness/ squareness_jlf_debian-(.*)\.tar\.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

