[pkg-java] r5221 - in trunk/libhiglayout-java: . debian debian/patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sat Dec 29 15:05:35 UTC 2007


Author: fourmond
Date: 2007-12-29 15:05:35 +0000 (Sat, 29 Dec 2007)
New Revision: 5221

Added:
   trunk/libhiglayout-java/debian/
   trunk/libhiglayout-java/debian/changelog
   trunk/libhiglayout-java/debian/compat
   trunk/libhiglayout-java/debian/control
   trunk/libhiglayout-java/debian/copyright
   trunk/libhiglayout-java/debian/dirs
   trunk/libhiglayout-java/debian/docs
   trunk/libhiglayout-java/debian/examples
   trunk/libhiglayout-java/debian/install
   trunk/libhiglayout-java/debian/links
   trunk/libhiglayout-java/debian/patches/
   trunk/libhiglayout-java/debian/patches/00list
   trunk/libhiglayout-java/debian/patches/10-makefile.dpatch
   trunk/libhiglayout-java/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libhiglayout-java/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: trunk/libhiglayout-java/debian/changelog
===================================================================
--- trunk/libhiglayout-java/debian/changelog	                        (rev 0)
+++ trunk/libhiglayout-java/debian/changelog	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,13 @@
+libhiglayout-java (1.0-2) unstable; urgency=low
+
+  * Fix dependencies so build-depends only relies on packages 
+    in main (Closes: #452821)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Mon, 26 Nov 2007 20:27:15 +0100
+
+libhiglayout-java (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #444595)
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 30 Sep 2007 11:26:54 +0200
+

Added: trunk/libhiglayout-java/debian/compat
===================================================================
--- trunk/libhiglayout-java/debian/compat	                        (rev 0)
+++ trunk/libhiglayout-java/debian/compat	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1 @@
+5

Added: trunk/libhiglayout-java/debian/control
===================================================================
--- trunk/libhiglayout-java/debian/control	                        (rev 0)
+++ trunk/libhiglayout-java/debian/control	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,19 @@
+Source: libhiglayout-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Vincent Fourmond <fourmond at debian.org>
+Build-Depends-Indep:  fastjar, free-java-sdk
+Build-Depends: cdbs, debhelper (>= 5), dpatch
+Standards-Version: 3.7.2
+
+Package: libhiglayout-java
+Architecture: all
+Depends: icedtea-java7-jre | sun-java6-jre | sun-java5-jre
+Suggests: java-virtual-machine
+Description: An easy-to-use layout manager for Java
+ higlayout is a layout manager for Java. It provides a nice basis to
+ create dialog boxes and the like. It manages neatly preferred size and
+ window resizing. 
+ .
+ You probably won't be very intersted in this package unless you want
+ to develop freecol

Added: trunk/libhiglayout-java/debian/copyright
===================================================================
--- trunk/libhiglayout-java/debian/copyright	                        (rev 0)
+++ trunk/libhiglayout-java/debian/copyright	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,34 @@
+This package was debianized by Vincent Fourmond <fourmond at debian.org> on
+Sat, 29 Sep 2007 22:35:54 +0200.
+
+It was downloaded from http://www.autel.cz/dmi/tutorial.html
+
+Upstream Author: 
+
+    Daniel Michalik <dmi at autel.cz>
+
+Copyright: 
+
+    Copyright (C) 1999-2002 Daniel Michalik <dmi at autel.cz>
+
+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.1 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, Vincent Fourmond <fourmond at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libhiglayout-java/debian/dirs
===================================================================
--- trunk/libhiglayout-java/debian/dirs	                        (rev 0)
+++ trunk/libhiglayout-java/debian/dirs	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/libhiglayout-java/debian/docs
===================================================================
--- trunk/libhiglayout-java/debian/docs	                        (rev 0)
+++ trunk/libhiglayout-java/debian/docs	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,2 @@
+readme.txt
+tutorial

Added: trunk/libhiglayout-java/debian/examples
===================================================================
--- trunk/libhiglayout-java/debian/examples	                        (rev 0)
+++ trunk/libhiglayout-java/debian/examples	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1 @@
+examples/*
\ No newline at end of file

Added: trunk/libhiglayout-java/debian/install
===================================================================
--- trunk/libhiglayout-java/debian/install	                        (rev 0)
+++ trunk/libhiglayout-java/debian/install	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1 @@
+usr/share/java
\ No newline at end of file

Added: trunk/libhiglayout-java/debian/links
===================================================================
--- trunk/libhiglayout-java/debian/links	                        (rev 0)
+++ trunk/libhiglayout-java/debian/links	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1 @@
+usr/share/java/higlayout-1.0.jar usr/share/java/higlayout.jar
\ No newline at end of file

Added: trunk/libhiglayout-java/debian/patches/00list
===================================================================
--- trunk/libhiglayout-java/debian/patches/00list	                        (rev 0)
+++ trunk/libhiglayout-java/debian/patches/00list	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1 @@
+10-makefile
\ No newline at end of file

Added: trunk/libhiglayout-java/debian/patches/10-makefile.dpatch
===================================================================
--- trunk/libhiglayout-java/debian/patches/10-makefile.dpatch	                        (rev 0)
+++ trunk/libhiglayout-java/debian/patches/10-makefile.dpatch	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,28 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10-makefile.dpatch by  <fourmond at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: A simple makefile, as it turns out to be simpler than
+## DP: tweaking debian/rules
+
+ at DPATCH@
+diff -urNad libhiglayout-java-1.0~/Makefile libhiglayout-java-1.0/Makefile
+--- libhiglayout-java-1.0~/Makefile	1970-01-01 01:00:00.000000000 +0100
++++ libhiglayout-java-1.0/Makefile	2007-09-30 11:29:17.000000000 +0200
+@@ -0,0 +1,16 @@
++# The debian-made Makefile for the build process
++build: build-stamp
++
++clean:
++	-rm -Rf jar build-stamp
++
++build-stamp:
++	-mkdir jar
++	javac -d jar ./src/cz/autel/dmi/*.java
++	cd jar; jar cMf higlayout-1.0.jar cz
++	touch $@
++
++install: 
++	install -d $(DESTDIR)/usr/share/java
++	install -m 644 -t $(DESTDIR)/usr/share/java jar/higlayout-1.0.jar 
++


Property changes on: trunk/libhiglayout-java/debian/patches/10-makefile.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/libhiglayout-java/debian/rules
===================================================================
--- trunk/libhiglayout-java/debian/rules	                        (rev 0)
+++ trunk/libhiglayout-java/debian/rules	2007-12-29 15:05:35 UTC (rev 5221)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_TARBALL=
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/
+DEB_DH_INSTALL_SOURCEDIR = debian/tmp


Property changes on: trunk/libhiglayout-java/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-java-commits mailing list