Codebase list libmicroba-java / d74a9fd
Load libmicroba-java-0.4.2 into debian/libmicroba-java/trunk. gregor herrmann 17 years ago
9 changed file(s) with 152 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libmicroba-java (0.4.2-1) unstable; urgency=low
1
2 * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
3
4 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 29 Sep 2006 17:43:44 +0200
5
0 Source: libmicroba-java
1 Section: libs
2 Priority: optional
3 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
4 Uploaders: tony mancill <tmancill@debian.org>
5 Build-Depends: debhelper (>= 5)
6 Build-Depends-Indep: ant, unzip, java-gcj-compat-dev
7 Standards-Version: 3.7.2
8
9 Package: libmicroba-java
10 Architecture: all
11 Depends: java-gcj-compat | java1-runtime | java2-runtime
12 Description: set of JFC (Swing) components
13 Microba is a set of finely crafted & feature rich JFC (Swing) components.
14 Keywords: jfc, swing, java, date picker, datepicker, date-picker, calendar,
15 gradient editor, marker, slider, palette editor
16 .
17 Homepage: http://microba.sourceforge.net/
0 This package was debianized by gregor herrmann <gregor+debian@comodo.priv.at> on
1 Fri, 29 Sep 2006 17:43:44 +0200.
2
3 It was downloaded from <fill in http/ftp site>
4
5 Upstream Author: <put author(s) name and email here>
6
7 Copyright: <put the year(s) of the copyright, and the names of the
8 copyright holder(s) here>
9
10 License:
11 Redistribution and use in source and binary forms, with or without
12 modification, are permitted under the terms of the BSD License.
13
14 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
15 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
18 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 SUCH DAMAGE.
25
26 On Debian systems, the complete text of the BSD License can be
27 found in `/usr/share/common-licenses/BSD'.
28
29
30 The Debian packaging is (C) 2006, gregor herrmann <gregor+debian@comodo.priv.at> and
31 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
32
33
34 # Please also look if there are files or directories which have a
35 # different copyright/license attached and list them here.
36
0 usr/share/java
0 redist/microba-0.4.2-bin.jar usr/share/java
0 usr/share/java/microba-0.4.2-bin.jar usr/share/java/microba.jar
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 configure: configure-stamp
12
13 configure-stamp:
14 dh_testdir
15 unzip $(CURDIR)/microba-0.4.2-src.zip
16 mkdir src
17 mv change.log.txt com license.txt readme.txt src/
18 touch configure-stamp
19
20
21 build: build-stamp
22
23 build-stamp: configure-stamp
24 dh_testdir
25 # Add here commands to compile the package.
26 ant bin_release
27 touch $@
28
29 clean:
30 dh_testdir
31 dh_testroot
32 rm -f build-stamp configure-stamp
33 # Add here commands to clean up after the build process.
34 rm -rf src redist build.xml
35
36 dh_clean
37
38 install: build
39 dh_testdir
40 dh_testroot
41 dh_clean -k
42 dh_installdirs
43 # Add here commands to install the package into debian/libmicroba-java.
44
45
46 # Build architecture-independent files here.
47 binary-indep: build install
48 dh_testdir
49 dh_testroot
50 dh_installchangelogs
51 dh_installdocs
52 # dh_installexamples
53 dh_install
54 # dh_installmenu
55 # dh_installdebconf
56 # dh_installlogrotate
57 # dh_installemacsen
58 # dh_installpam
59 # dh_installmime
60 # dh_python
61 # dh_installinit
62 # dh_installcron
63 # dh_installinfo
64 # dh_installman
65 dh_link
66 dh_strip
67 dh_compress
68 dh_fixperms
69 # dh_perl
70 # dh_makeshlibs
71 dh_installdeb
72 dh_shlibdeps
73 dh_gencontrol
74 dh_md5sums
75 dh_builddeb
76
77
78 # Build architecture-dependent files here.
79 binary-arch: build install
80 binary: binary-indep binary-arch
81 .PHONY: build clean binary-indep binary-arch binary install configure
0 # Compulsory line, this is a version 3 file
1 version=3
2
3 http://sf.net/microba/microba-(.*)-full\.zip
4