r2129 - in trunk/gjdoc/debian: . patches scripts
Michael Koch
mkoch at costa.debian.org
Sat May 20 11:07:02 UTC 2006
Author: mkoch
Date: 2006-05-20 11:07:02 +0000 (Sat, 20 May 2006)
New Revision: 2129
Modified:
trunk/gjdoc/debian/
trunk/gjdoc/debian/README.Debian
trunk/gjdoc/debian/changelog
trunk/gjdoc/debian/control
trunk/gjdoc/debian/patches/
trunk/gjdoc/debian/rules
trunk/gjdoc/debian/scripts/dh_javadoc
Log:
gjdoc (0.7.7-2) unstable; urgency=low
* debian/control: Build-Depends on libgcj7-dev and gcj-4.1.
* debian/rules: Use GCJ 4.1.
* Removed Takashi Okamoto from Uploaders (Closes: #352979).
* Fixed section of debhelper man-page in debian/scripts/dh_javadoc
(Closes: #363155).
* Updated Standards-Version to 3.7.2.
* Fixed typo in debian/README.Debian.
-- Michael Koch <konqueror at gmx.de> Sat, 20 May 2006 10:21:45 +0000
gjdoc (0.7.7-1) unstable; urgency=low
* New upstream release
-- Michael Koch <konqueror at gmx.de> Sun, 18 Dec 2005 13:40:33 +0000
Property changes on: trunk/gjdoc/debian
___________________________________________________________________
Name: svn:ignore
+ files
gjdoc
links
stamp-*
*.debhelper
*.substvars
Modified: trunk/gjdoc/debian/README.Debian
===================================================================
--- trunk/gjdoc/debian/README.Debian 2006-05-20 10:44:51 UTC (rev 2128)
+++ trunk/gjdoc/debian/README.Debian 2006-05-20 11:07:02 UTC (rev 2129)
@@ -7,6 +7,6 @@
You can also change the default xml parser and the default xslt
transformer by overriding the CLASSPATH environment variable to set the
-classpath of your prefered jaxp processor.
+classpath of your preferred jaxp processor.
-- Arnaud Vandyck <avdyk at debian.org>, Thu Nov 18 16:39:53 2004
Modified: trunk/gjdoc/debian/changelog
===================================================================
--- trunk/gjdoc/debian/changelog 2006-05-20 10:44:51 UTC (rev 2128)
+++ trunk/gjdoc/debian/changelog 2006-05-20 11:07:02 UTC (rev 2129)
@@ -1,3 +1,21 @@
+gjdoc (0.7.7-2) unstable; urgency=low
+
+ * debian/control: Build-Depends on libgcj7-dev and gcj-4.1.
+ * debian/rules: Use GCJ 4.1.
+ * Removed Takashi Okamoto from Uploaders (Closes: #352979).
+ * Fixed section of debhelper man-page in debian/scripts/dh_javadoc
+ (Closes: #363155).
+ * Updated Standards-Version to 3.7.2.
+ * Fixed typo in debian/README.Debian.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 20 May 2006 10:21:45 +0000
+
+gjdoc (0.7.7-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 18 Dec 2005 13:40:33 +0000
+
gjdoc (0.7.6-1) unstable; urgency=low
* New upstream release
@@ -5,7 +23,7 @@
* Depends on libgcj6 directly with using ${shlips:Depends}
(Closes: #330140).
- -- Michael Koch <konqueror at gmx.de> Fri, 14 Oct 2005 19:07:19 +0000
+ -- Michael Koch <konqueror at gmx.de> Fri, 14 Oct 2005 20:35:23 +0000
gjdoc (0.7.5-5) unstable; urgency=low
Modified: trunk/gjdoc/debian/control
===================================================================
--- trunk/gjdoc/debian/control 2006-05-20 10:44:51 UTC (rev 2128)
+++ trunk/gjdoc/debian/control 2006-05-20 11:07:02 UTC (rev 2129)
@@ -2,9 +2,9 @@
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Howard <mh at debian.org>, Takashi Okamoto <tora at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>> 4), cdbs, libgcj6-dev, gij-4.0, fastjar, antlr (>= 2.7.1), tetex-bin, perl
-Standards-Version: 3.6.2
+Uploaders: Mark Howard <mh at debian.org>, Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>> 4), cdbs, libgcj7-dev, gij-4.1, fastjar, antlr (>= 2.7.1), tetex-bin, perl
+Standards-Version: 3.7.2
Package: gjdoc
Architecture: any
Property changes on: trunk/gjdoc/debian/patches
___________________________________________________________________
Name: svn:ignore
+ *.log
Modified: trunk/gjdoc/debian/rules
===================================================================
--- trunk/gjdoc/debian/rules 2006-05-20 10:44:51 UTC (rev 2128)
+++ trunk/gjdoc/debian/rules 2006-05-20 11:07:02 UTC (rev 2129)
@@ -18,7 +18,7 @@
clean::
rm -f debian/links
-DEB_CONFIGURE_SCRIPT_ENV := JAVA="/usr/bin/gij-wrapper-4.0" JAVAC="/usr/bin/gcj-wrapper-4.0" JAR="/usr/bin/fastjar" GCJ="/usr/bin/gcj-4.0"
+DEB_CONFIGURE_SCRIPT_ENV := JAVA="/usr/bin/gij-wrapper-4.1" JAVAC="/usr/bin/gcj-wrapper-4.1" JAR="/usr/bin/fastjar" GCJ="/usr/bin/gcj-4.1"
ifeq ($(DEB_BUILD_ARCH),m68k)
DEB_CONFIGURE_USER_FLAGS := --disable-native --enable-xmldoclet
Modified: trunk/gjdoc/debian/scripts/dh_javadoc
===================================================================
--- trunk/gjdoc/debian/scripts/dh_javadoc 2006-05-20 10:44:51 UTC (rev 2128)
+++ trunk/gjdoc/debian/scripts/dh_javadoc 2006-05-20 11:07:02 UTC (rev 2129)
@@ -126,7 +126,7 @@
=head1 SEE ALSO
-L<debhelper(1)>
+L<debhelper(7)>
This program is designed similar to debhelper
More information about the pkg-java-commits
mailing list