[pkg-java] r18171 - in trunk/gnome-split/debian: . patches
Guillaume Mazoyer
gmazoyer-guest at moszumanska.debian.org
Fri May 23 18:42:56 UTC 2014
Author: gmazoyer-guest
Date: 2014-05-23 18:42:56 +0000 (Fri, 23 May 2014)
New Revision: 18171
Removed:
trunk/gnome-split/debian/patches/02_makefile.patch
Modified:
trunk/gnome-split/debian/changelog
trunk/gnome-split/debian/control
trunk/gnome-split/debian/copyright
trunk/gnome-split/debian/patches/01_manifest_main_class.patch
trunk/gnome-split/debian/patches/series
Log:
gnome-split: new upstream release to build against java-gnome 4.1.3.
Modified: trunk/gnome-split/debian/changelog
===================================================================
--- trunk/gnome-split/debian/changelog 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/changelog 2014-05-23 18:42:56 UTC (rev 18171)
@@ -1,3 +1,14 @@
+gnome-split (1.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Build against java-gnome 4.1.3.
+ * debian/control:
+ - Remove libdbus-java dependency.
+ - Update Standards-Version to 3.9.5.
+ * debian/patches/02_makefile.patch: remove useless patch (fixed upstream).
+
+ -- Guillaume Mazoyer <respawneral at gmail.com> Fri, 23 May 2014 19:26:38 +0200
+
gnome-split (1.1-1) unstable; urgency=low
* New upstream release.
Modified: trunk/gnome-split/debian/control
===================================================================
--- trunk/gnome-split/debian/control 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/control 2014-05-23 18:42:56 UTC (rev 18171)
@@ -5,17 +5,15 @@
Uploaders: Guillaume Mazoyer <respawneral at gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
default-jdk,
- libdbus-java,
- libjava-gnome-java (>= 4.1.1)
-Standards-Version: 3.9.2
+ libjava-gnome-java (>= 4.1.3)
+Standards-Version: 3.9.5
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),
+Depends: default-jre,
+ libjava-gnome-java (>= 4.1.3),
${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
Modified: trunk/gnome-split/debian/copyright
===================================================================
--- trunk/gnome-split/debian/copyright 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/copyright 2014-05-23 18:42:56 UTC (rev 18171)
@@ -9,7 +9,7 @@
Copyright:
- Copyright (C) 2009-2011 Guillaume Mazoyer <respawneral at gmail.com>
+ Copyright (C) 2009-2013 Guillaume Mazoyer <respawneral at gmail.com>
License:
Modified: trunk/gnome-split/debian/patches/01_manifest_main_class.patch
===================================================================
--- trunk/gnome-split/debian/patches/01_manifest_main_class.patch 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/patches/01_manifest_main_class.patch 2014-05-23 18:42:56 UTC (rev 18171)
@@ -19,7 +19,7 @@
--- /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
++Manifest-Version: 1.2
+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
++Class-Path: /usr/share/java/gtk.jar /usr/share/java/gnome-split.jar
+
Deleted: trunk/gnome-split/debian/patches/02_makefile.patch
===================================================================
--- trunk/gnome-split/debian/patches/02_makefile.patch 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/patches/02_makefile.patch 2014-05-23 18:42:56 UTC (rev 18171)
@@ -1,18 +0,0 @@
-## 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
Modified: trunk/gnome-split/debian/patches/series
===================================================================
--- trunk/gnome-split/debian/patches/series 2014-05-20 19:03:24 UTC (rev 18170)
+++ trunk/gnome-split/debian/patches/series 2014-05-23 18:42:56 UTC (rev 18171)
@@ -1,2 +1 @@
01_manifest_main_class.patch
-02_makefile.patch
More information about the pkg-java-commits
mailing list