This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository gnome-split.
commit cd2d4abf67bc3f947e8191bc8cab27e44efb6033 Author: Guillaume Mazoyer <[email protected]> Date: Tue Aug 2 19:38:24 2011 +0000 Add gnome-split project. --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 23 +++++++++++++++++++ debian/copyright | 34 +++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/gnome-split.manpages | 1 + debian/patches/01_manifest_main_class.patch | 25 +++++++++++++++++++++ debian/patches/02_manpage.patch | 29 ++++++++++++++++++++++++ debian/patches/series | 2 ++ debian/rules | 7 ++++++ debian/source/format | 1 + debian/watch | 2 ++ 12 files changed, 132 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..930080c --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +gnome-split (0.7-1) unstable; urgency=low + + * Initial release (Closes: #636253) + + -- Guillaume Mazoyer <[email protected]> Mon, 01 Aug 2011 22:36:41 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..53c135c --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: gnome-split +Section: gnome +Priority: optional +Maintainer: Guillaume Mazoyer <[email protected]> +Build-Depends: autotools-dev, + debhelper (>= 7), + default-jdk, + libdbus-java, + libjava-gnome-java (>= 4.0.15) +Standards-Version: 3.9.2 +Homepage: http://gnome-split.org/ + +Package: gnome-split +Architecture: all +Depends: default-jre | java6-runtime, + libdbus-java, + libjava-gnome-java (>= 4.0.15), + ${misc:Depends} +Description: GNOME Split - File splitter for GNOME desktop + Tool that allows you to split files and merge them back. It is written in Java + and uses a GTK+ user interface (thanks to the java-gnome project). The goal is + to offer a native implementation of similar projects which can handle multiple + file formats (e.g. Xtremsplit). diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5b428aa --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +This package was debianized by Guillaume Mazoyer <[email protected]> on +Tue, 01 Aug 2011 22:19:08 +0200. + +It was downloaded from http://gnome-split.org/releases/ + +Upstream Author(s): + + Guillaume Mazoyer <[email protected]> + +Copyright: + + Copyright (C) 2009-2011 Guillaume Mazoyer <[email protected]> + +License: + + GNOME Split 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 3 of the License, or + (at your option) any later version. + + GNOME Split 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 GNOME Split. If not, see <http://www.gnu.org/licenses/>. + +The Debian packaging is: + + Copyright (C) 2011 Guillaume Mazoyer <[email protected]> + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..9eafbe1 --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README +NEWS diff --git a/debian/gnome-split.manpages b/debian/gnome-split.manpages new file mode 100644 index 0000000..bd9fc95 --- /dev/null +++ b/debian/gnome-split.manpages @@ -0,0 +1 @@ +gnome-split.1 diff --git a/debian/patches/01_manifest_main_class.patch b/debian/patches/01_manifest_main_class.patch new file mode 100644 index 0000000..0e67d14 --- /dev/null +++ b/debian/patches/01_manifest_main_class.patch @@ -0,0 +1,25 @@ +## Description: add some description +## Origin/Author: add some origin or author +## Bug: bug URL +Index: gnome-split-0.7/Makefile +=================================================================== +--- gnome-split-0.7.orig/Makefile 2011-08-02 16:41:18.656274646 +0200 ++++ gnome-split-0.7/Makefile 2011-08-02 16:41:18.868275704 +0200 +@@ -111,7 +111,7 @@ + + tmp/gnome-split.jar: tmp/stamp/compile + @/bin/echo -e "$(JAR_CMD)\t$@" +- $(JAR) -cf tmp/gnome-split.jar -C tmp/classes . ++ $(JAR) cfm tmp/gnome-split.jar Manifest.txt -C tmp/classes . + + $(DESTDIR)$(PREFIX)/share/pixmaps: + @/bin/echo -e "MKDIR\t$@/" +Index: gnome-split-0.7/Manifest.txt +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ gnome-split-0.7/Manifest.txt 2011-08-02 16:41:29.140326634 +0200 +@@ -0,0 +1,4 @@ ++Manifest-Version: 1.0 ++Main-Class: org.gnome.split.GnomeSplit ++Class-Path: /usr/share/java/gtk.jar /usr/share/java/dbus.jar /usr/share/java/debug-disable.jar /usr/share/java/debug-enable.jar /usr/share/java/hexdump.jar /usr/share/java/unix.jar /usr/share/java/gnome-split.jar ++ diff --git a/debian/patches/02_manpage.patch b/debian/patches/02_manpage.patch new file mode 100644 index 0000000..292bb3c --- /dev/null +++ b/debian/patches/02_manpage.patch @@ -0,0 +1,29 @@ +## Description: add some description +## Origin/Author: add some origin or author +## Bug: bug URL +Index: gnome-split-0.7/gnome-split.1 +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ gnome-split-0.7/gnome-split.1 2011-08-02 21:26:29.233121415 +0200 +@@ -0,0 +1,21 @@ ++.TH man 1 "August 2011" "GNOME Split 0.7" "GNOME Split manpage" ++.SH NAME ++GNOME Split \- File splitter for GNOME desktop ++.SH SYNOPSIS ++gnome-split [OPTION] [FILE] ++.SH DESCRIPTION ++GNOME Split is a tool that allows you to split files and merge them back. It is ++written in Java and uses a GTK+ user interface (thanks to the java-gnome ++project). The goal is to offer a native implementation of similar projects which ++can handle multiple file formats (e.g. Xtremsplit). ++.SH OPTIONS ++.TP ++\fB\-s\fR, \fB\-\-split\fR ++display the split view ++.TP ++\fB\-m\fR, \fB\-\-merge\fR ++display the merge view ++.SH BUGS ++Oh right, just go check them https://bugs.launchpad.net/gnome-split ++.SH AUTHOR ++Written by Guillaume Mazoyer diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..cec8e15 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +01_manifest_main_class.patch +02_manpage.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0495a6e --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +JAVA_HOME = /usr/lib/jvm/default-java +DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/jni jardir=/usr/share/java + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9b26591 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://gnome-split.org/releases/gnome-split-([\d\.]+)\.tar\.bz2 debian -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gnome-split.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

