[pkg-java] r4422 - in trunk: . tinylaf tinylaf/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Mon Oct 15 17:26:13 UTC 2007
Author: varun-guest
Date: 2007-10-15 17:26:13 +0000 (Mon, 15 Oct 2007)
New Revision: 4422
Added:
trunk/tinylaf/
trunk/tinylaf/debian/
trunk/tinylaf/debian/README.Debian-source
trunk/tinylaf/debian/changelog
trunk/tinylaf/debian/compat
trunk/tinylaf/debian/control
trunk/tinylaf/debian/copyright
trunk/tinylaf/debian/docs
trunk/tinylaf/debian/orig-tar.sh
trunk/tinylaf/debian/rules
trunk/tinylaf/debian/watch
Log:
* Move tinylaf to pkg-java svn.
Property changes on: trunk/tinylaf/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/tinylaf/debian/README.Debian-source
===================================================================
--- trunk/tinylaf/debian/README.Debian-source (rev 0)
+++ trunk/tinylaf/debian/README.Debian-source 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,13 @@
+tinylaf
+=======
+
+The upstream supplied source package contains binary jar files and
+pre-compiled classes. Currently no clean source distribution
+exists. Therefore, the upstream sources were modified to comply with
+the Debian Free Software Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the
+debian/orig-tar.sh file.
+
+-- Varun Hiremath <varunhiremath at gmail.com> Mon, 27 Aug 2007 19:02:53 +0530
Added: trunk/tinylaf/debian/changelog
===================================================================
--- trunk/tinylaf/debian/changelog (rev 0)
+++ trunk/tinylaf/debian/changelog 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,25 @@
+tinylaf (1.3.8-2) unstable; urgency=low
+
+ * Move the package to pkg-java svn.
+ * debian/control:
+ + Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+ + Add Vcs-{Svn,Browser} headers.
+ + Set Priority to optional from extra
+ * Add debian/README.Debian-source file.
+ * Remove debian/install and install jar from debian/rules and create
+ symbolic link.
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Tue, 28 Aug 2007 01:06:39 +0530
+
+tinylaf (1.3.8-1) unstable; urgency=low
+
+ * New upstream release
+ * Fix the debian/copyright file
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Mon, 02 Jul 2007 15:11:04 +0530
+
+tinylaf (1.3.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #422336)
+
+ -- Varun Hiremath <varunhiremath at gmail.com> Fri, 4 May 2007 23:39:02 +0530
Added: trunk/tinylaf/debian/compat
===================================================================
--- trunk/tinylaf/debian/compat (rev 0)
+++ trunk/tinylaf/debian/compat 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1 @@
+5
Added: trunk/tinylaf/debian/control
===================================================================
--- trunk/tinylaf/debian/control (rev 0)
+++ trunk/tinylaf/debian/control 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,20 @@
+Source: tinylaf
+Section: contrib/utils
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), quilt
+Build-Depends-Indep: ant, sun-java5-jdk
+Standards-Version: 3.7.2
+Homepage: http://www.muntjak.de/hans/java/tinylaf/index.html
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tinylaf
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/tinylaf
+
+Package: tinylaf
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: pluggable Look and Feel for Java
+ TinyLaF is a (mostly painted) pluggable Look and Feel for
+ Java. TinyLaF can look like Windows 98 or like Windows XP. With the
+ assistance of the control panel, the user can define the component's
+ colors and behaviour.
Added: trunk/tinylaf/debian/copyright
===================================================================
--- trunk/tinylaf/debian/copyright (rev 0)
+++ trunk/tinylaf/debian/copyright 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,39 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Fri, 4 May 2007 23:39:02 +0530.
+
+It was downloaded from http://www.muntjak.de/hans/java/tinylaf/index.html
+
+Upstream Author: Hans Bickel
+
+Copyright:
+(C) 2003-2007 Hans Bickel
+(C) 2002 Sun Microsystems, Inc. All rights reserved.
+
+Copyright (XP Look and Feel):
+(C) 2002 Stefan Krause, Taufik Romdhane and Contributors.
+
+Copyright (Metouia Look And Feel):
+(C) 2002 Taoufik Romdhane and Contributors.
+
+
+License:
+
+ This package 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 package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2007, Varun Hiremath <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/tinylaf/debian/docs
===================================================================
--- trunk/tinylaf/debian/docs (rev 0)
+++ trunk/tinylaf/debian/docs 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1 @@
+readme.html
Added: trunk/tinylaf/debian/orig-tar.sh
===================================================================
--- trunk/tinylaf/debian/orig-tar.sh (rev 0)
+++ trunk/tinylaf/debian/orig-tar.sh 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=../tinylaf_$2.orig.tar.gz
+DIR=tinylaf-*/
+
+# clean up the upstream tarball
+unzip $3
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+rm -rf $3 $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
+
+exit 0
Property changes on: trunk/tinylaf/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/tinylaf/debian/rules
===================================================================
--- trunk/tinylaf/debian/rules (rev 0)
+++ trunk/tinylaf/debian/rules 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/java-1.5.0-sun
+DEB_ANT_BUILD_TARGET := dist
+
+clean::
+ $(RM) tinylaf.jar
+
+install/tinylaf::
+ install -m 644 -D tinylaf.jar $(DEB_DESTDIR)/usr/share/java/tinylaf-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/tinylaf-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/tinylaf.jar
+
+get-orig-source:
+ -uscan --upstream-version 0
Property changes on: trunk/tinylaf/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/tinylaf/debian/watch
===================================================================
--- trunk/tinylaf/debian/watch (rev 0)
+++ trunk/tinylaf/debian/watch 2007-10-15 17:26:13 UTC (rev 4422)
@@ -0,0 +1,4 @@
+version=3
+opts=uversionmangle=s/\_/\./g \
+http://www.muntjak.de/hans/java/tinylaf/ tinylaf-(.*)_src.zip \
+debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list