[pkg-java] r15990 - in trunk: . libjbib2-java libjbib2-java/debian libjbib2-java/debian/patches libjbib2-java/debian/source
Steffen Möller
moeller at alioth.debian.org
Tue Apr 24 20:18:01 UTC 2012
Author: moeller
Date: 2012-04-24 20:18:01 +0000 (Tue, 24 Apr 2012)
New Revision: 15990
Added:
trunk/libjbib2-java/
trunk/libjbib2-java/debian/
trunk/libjbib2-java/debian/README.Debian
trunk/libjbib2-java/debian/README.source
trunk/libjbib2-java/debian/changelog
trunk/libjbib2-java/debian/compat
trunk/libjbib2-java/debian/control
trunk/libjbib2-java/debian/copyright
trunk/libjbib2-java/debian/docs
trunk/libjbib2-java/debian/examples
trunk/libjbib2-java/debian/patches/
trunk/libjbib2-java/debian/patches/Makefile.patch
trunk/libjbib2-java/debian/patches/series
trunk/libjbib2-java/debian/rules
trunk/libjbib2-java/debian/source/
trunk/libjbib2-java/debian/source/format
trunk/libjbib2-java/debian/watch
Log:
Introducing lintian-clean packaging of jbzip2.
Property changes on: trunk/libjbib2-java/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libjbib2-java/debian/README.Debian
===================================================================
--- trunk/libjbib2-java/debian/README.Debian (rev 0)
+++ trunk/libjbib2-java/debian/README.Debian 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,8 @@
+libjbzip2-java for Debian
+-------------------------
+
+This package is community maintained by pkg-java. It is provided as
+a build dependency. Anybody with a particular interest in jbzip2 is
+cordially invited to adopt the package.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 24 Apr 2012 21:08:28 +0200
Added: trunk/libjbib2-java/debian/README.source
===================================================================
--- trunk/libjbib2-java/debian/README.source (rev 0)
+++ trunk/libjbib2-java/debian/README.source 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,9 @@
+libjbzip2-java for Debian
+-------------------------
+
+Source code was retrieved from
+http://jbzip2.googlecode.com/svn/tags/release-0.9.1/, .svn directories
+removed.
+
+
+
Added: trunk/libjbib2-java/debian/changelog
===================================================================
--- trunk/libjbib2-java/debian/changelog (rev 0)
+++ trunk/libjbib2-java/debian/changelog 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,5 @@
+libjbzip2-java (0.9.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #670314).
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 24 Apr 2012 21:08:28 +0200
Added: trunk/libjbib2-java/debian/compat
===================================================================
--- trunk/libjbib2-java/debian/compat (rev 0)
+++ trunk/libjbib2-java/debian/compat 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1 @@
+8
Added: trunk/libjbib2-java/debian/control
===================================================================
--- trunk/libjbib2-java/debian/control (rev 0)
+++ trunk/libjbib2-java/debian/control 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,19 @@
+Source: libjbzip2-java
+Section: java
+Priority: extra
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
+Build-Depends: debhelper (>= 8.0.0), default-jdk
+Standards-Version: 3.9.3
+Homepage: http://jbzip2.googlecode.com
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjbib2-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjbib2-java
+
+Package: libjbzip2-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: bzip2 compression/decompression library
+ jbzip2 is a Java bzip2 compression/decompression library. It can be used
+ as a replacement for the Apache CBZip2InputStream / CBZip2OutputStream
+ classes. It is expected comparably fast as a compressor but 5% to 10%
+ faster as a decompressor.
Added: trunk/libjbib2-java/debian/copyright
===================================================================
--- trunk/libjbib2-java/debian/copyright (rev 0)
+++ trunk/libjbib2-java/debian/copyright 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,44 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: libjbzip2-java
+Source: http://code.google.com/p/jbzip2/source/checkout
+
+Files: *
+Copyright: 2010 Matthew J. Francis <mjay.francis at gmail.com>
+ and Contributors of the jbzip2 Project
+License:
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2012 Steffen Moeller <moeller at debian.org>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Added: trunk/libjbib2-java/debian/docs
===================================================================
Added: trunk/libjbib2-java/debian/examples
===================================================================
--- trunk/libjbib2-java/debian/examples (rev 0)
+++ trunk/libjbib2-java/debian/examples 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1 @@
+src/demo
Added: trunk/libjbib2-java/debian/patches/Makefile.patch
===================================================================
--- trunk/libjbib2-java/debian/patches/Makefile.patch (rev 0)
+++ trunk/libjbib2-java/debian/patches/Makefile.patch 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,25 @@
+Index: libjbzip2-java-0.9.1/Makefile
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ libjbzip2-java-0.9.1/Makefile 2012-04-24 21:33:33.537806918 +0200
+@@ -0,0 +1,20 @@
++
++SOURCES=$(shell find org -name "*.java")
++CLASSFILES=$(SOURCES:.java=.class)
++
++
++all: src/jbzip2.jar
++
++
++src/jbzip2.jar: $(SOURCES)
++ cd src && javac `find org -name "*.java"`
++ cd src && jar cf jbzip2.jar `find org -name "*.class"`
++
++DESTDIR=
++PREFIX=/usr
++
++install: all
++ mkdir -p $(DESTDIR)$(PREFIX)/share/java
++ cp src/jbzip2.jar $(DESTDIR)$(PREFIX)/share/java
++
++.PHONY: all install
Added: trunk/libjbib2-java/debian/patches/series
===================================================================
--- trunk/libjbib2-java/debian/patches/series (rev 0)
+++ trunk/libjbib2-java/debian/patches/series 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1 @@
+Makefile.patch
Added: trunk/libjbib2-java/debian/rules
===================================================================
--- trunk/libjbib2-java/debian/rules (rev 0)
+++ trunk/libjbib2-java/debian/rules 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+get-orig-source:
+ svn co http://jbzip2.googlecode.com/svn/tags/release-0.9.1/ libbzip2-java-0.9.1
+ find libbzip2-java-0.9.1 -name .svn | xargs -r rm -r
+ GZIP=-9n tar czvf libbzip2-java_0.9.1 libbzip2-java-0.9.1
Property changes on: trunk/libjbib2-java/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libjbib2-java/debian/source/format
===================================================================
--- trunk/libjbib2-java/debian/source/format (rev 0)
+++ trunk/libjbib2-java/debian/source/format 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/libjbib2-java/debian/watch
===================================================================
--- trunk/libjbib2-java/debian/watch (rev 0)
+++ trunk/libjbib2-java/debian/watch 2012-04-24 20:18:01 UTC (rev 15990)
@@ -0,0 +1,3 @@
+version=3
+# some good soul please correct the watch file for me
+http://jbzip2.googlecode.com/svn/tags/release-([0-9.]+)
More information about the pkg-java-commits
mailing list