[pkg-java] r10140 - trunk/java-gnome/debian
Torsten Werner
twerner at alioth.debian.org
Thu Aug 20 18:30:45 UTC 2009
Author: twerner
Date: 2009-08-20 18:30:45 +0000 (Thu, 20 Aug 2009)
New Revision: 10140
Modified:
trunk/java-gnome/debian/changelog
trunk/java-gnome/debian/control
trunk/java-gnome/debian/copyright
trunk/java-gnome/debian/rules
Log:
* Change Section: java.
* Add get-orig-source target to debian/rules.
* Minor fix in debian/copyright: do not refer to unversioned GPL file.
Modified: trunk/java-gnome/debian/changelog
===================================================================
--- trunk/java-gnome/debian/changelog 2009-08-20 18:18:21 UTC (rev 10139)
+++ trunk/java-gnome/debian/changelog 2009-08-20 18:30:45 UTC (rev 10140)
@@ -15,8 +15,13 @@
* debian/rules
- Remove the hard coded version of jni .so file.
- -- Manu Mahajan <manu at codepencil.com> Thu, 06 Aug 2009 10:10:52 +0530
+ [ Torsten Werner ]
+ * Change Section: java.
+ * Add get-orig-source target to debian/rules.
+ * Minor fix in debian/copyright: do not refer to unversioned GPL file.
+ -- Torsten Werner <twerner at debian.org> Thu, 20 Aug 2009 20:22:27 +0200
+
java-gnome (4.0.9-2) unstable; urgency=low
[ Manu Mahajan ]
Modified: trunk/java-gnome/debian/control
===================================================================
--- trunk/java-gnome/debian/control 2009-08-20 18:18:21 UTC (rev 10139)
+++ trunk/java-gnome/debian/control 2009-08-20 18:30:45 UTC (rev 10140)
@@ -4,13 +4,12 @@
Uploaders: Manu Mahajan <manu at codepencil.com>, Thomas Girard <thomas.g.girard at free.fr>
Build-Depends: debhelper (>= 5), default-jdk, junit, libgtk2.0-dev (>= 2.14), libpango1.0-dev (>= 1.22), libgtksourceview2.0-dev (>= 2.6.1), libnotify-dev (>= 0.4.5), libgtkspell-dev (>= 2.0.13), libunique-dev (>= 1.0.8), libglade2-dev, quilt
Standards-Version: 3.8.2
-Section: libs
+Section: java
Homepage: http://java-gnome.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-gnome
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-gnome
Package: libjava-gnome-java
-Section: libs
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java5-runtime, libjava-gnome-jni
Description: The java-gnome language bindings project
Modified: trunk/java-gnome/debian/copyright
===================================================================
--- trunk/java-gnome/debian/copyright 2009-08-20 18:18:21 UTC (rev 10139)
+++ trunk/java-gnome/debian/copyright 2009-08-20 18:30:45 UTC (rev 10140)
@@ -49,7 +49,7 @@
You should have received a copy of the GNU General Public License
with the Debian GNU/Linux distribution in file
- /usr/share/common-licenses/GPL. If not, write to the Free Software
+ /usr/share/common-licenses/GPL-2. If not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA.
Modified: trunk/java-gnome/debian/rules
===================================================================
--- trunk/java-gnome/debian/rules 2009-08-20 18:18:21 UTC (rev 10139)
+++ trunk/java-gnome/debian/rules 2009-08-20 18:30:45 UTC (rev 10140)
@@ -75,3 +75,6 @@
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+
+get-orig-source:
+ uscan --force-download --rename
More information about the pkg-java-commits
mailing list