debian/0000755000000000000000000000000011621565204007170 5ustar debian/docs0000644000000000000000000000001411621541657010044 0ustar README NEWS debian/copyright0000644000000000000000000000217411621541657011135 0ustar This package was debianized by Guillaume Mazoyer on Tue, 01 Aug 2011 22:19:08 +0200. It was downloaded from http://gnome-split.org/releases/ Upstream Author: Guillaume Mazoyer Copyright: Copyright (C) 2009-2011 Guillaume Mazoyer 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 . The Debian packaging is: Copyright (C) 2011 Guillaume Mazoyer and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000012111621541657010221 0ustar version=3 http://gnome-split.org/releases/gnome-split-([\d\.]+)\.tar\.bz2 debian debian/control0000644000000000000000000000166611621541657010612 0ustar Source: gnome-split Section: gnome Priority: optional Maintainer: Debian Java Maintainers Uploaders: Guillaume Mazoyer Build-Depends: debhelper (>= 7.0.50~), default-jdk, libdbus-java, libjava-gnome-java (>= 4.1.1) Standards-Version: 3.9.2 Homepage: http://gnome-split.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/gnome-split/ Package: gnome-split Architecture: all Depends: default-jre | java6-runtime, libdbus-java, libjava-gnome-java (>= 4.1.1), ${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). debian/changelog0000644000000000000000000000073511621541657011055 0ustar gnome-split (1.1-1) unstable; urgency=low * New upstream release. * Build against java-gnome 4.1.1. * debian/rules: Fix launcher script to use /usr/lib/jni. * debian/patches/02_makefile.patch: Fix makefile rule for mime type. -- Guillaume Mazoyer Sun, 07 Aug 2011 18:26:09 +0200 gnome-split (0.7-1) unstable; urgency=low * Initial release (Closes: #636253) -- Guillaume Mazoyer Mon, 01 Aug 2011 22:36:41 +0200 debian/gnome-split.manpages0000644000000000000000000000001611621541657013146 0ustar gnome-split.1 debian/rules0000755000000000000000000000020011621541657010246 0ustar #!/usr/bin/make -f override_dh_auto_configure: ./configure prefix=/usr libdir=/usr/lib/jni jardir=/usr/share/java %: dh $@ debian/compat0000644000000000000000000000000211621541657010374 0ustar 5 debian/patches/0000755000000000000000000000000011621541657010625 5ustar debian/patches/series0000644000000000000000000000005711621541657012044 0ustar 01_manifest_main_class.patch 02_makefile.patch debian/patches/01_manifest_main_class.patch0000644000000000000000000000214611621541657016150 0ustar ## 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 + debian/patches/02_makefile.patch0000644000000000000000000000111611621541657013723 0ustar ## Description: add some description ## Origin/Author: add some origin or author ## Bug: bug URL Index: gnome-split-1.1/Makefile =================================================================== --- gnome-split-1.1.orig/Makefile 2011-08-07 19:44:07.470699167 +0200 +++ gnome-split-1.1/Makefile 2011-08-07 19:44:05.906691418 +0200 @@ -97,6 +97,10 @@ @/bin/echo -e "MKDIR\t$@/" -mkdir -p $@ +$(DESTDIR)$(PREFIX)/share/mime/packages: + @/bin/echo -e "MKDIR\t$@/" + -mkdir -p $@ + $(DESTDIR)$(PREFIX)/bin/gnome-split: \ $(DESTDIR)$(PREFIX)/bin \ tmp/launcher/gnome-split-install debian/source/0000755000000000000000000000000011621541657010476 5ustar debian/source/format0000644000000000000000000000001411621541657011704 0ustar 3.0 (quilt)