[squareness] 01/12: * move squareness to pkg-java svn
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 7 11:06:53 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository squareness.
commit 44fcfffd259fdf83d34ec2f1b2be4e92774183a9
Author: Varun Hiremath <varun at debian.org>
Date: Sat Jan 19 07:26:53 2008 +0000
* move squareness to pkg-java svn
---
debian/changelog | 31 +++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 21 +++++++++++++++++++++
debian/copyright | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 14 ++++++++++++++
debian/watch | 2 ++
6 files changed, 125 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9cab143
--- /dev/null
+++ b/debian/changelog
@@ -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 <varun at debian.org> 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 <twerner at debian.org> 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 <varunhiremath at gmail.com> Thu, 22 Mar 2007 08:01:39 +0530
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+6
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e1f6957
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: squareness
+Section: utils
+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 (>= 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7cbe32d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,56 @@
+This package was debianized by Varun Hiremath <varunhiremath at gmail.com> on
+Tue, 20 Mar 2007 21:32:40 +0530.
+
+It was downloaded from http://sourceforge.net/projects/squareness/
+
+Upstream Author: Robert F. Beeger <robert at beeger.net>
+
+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 <robert at beeger.net>
+(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 <varunhiremath at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..37d0ebf
--- /dev/null
+++ b/debian/rules
@@ -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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2874c22
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/squareness/ squareness_jlf_debian-(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/squareness.git
More information about the pkg-java-commits
mailing list