[Pkg-utopia-commits] r2071 - in /packages/unstable/dbus-java/debian: changelog control rules
mjj29 at users.alioth.debian.org
mjj29 at users.alioth.debian.org
Tue Feb 5 11:50:17 UTC 2008
Author: mjj29
Date: Tue Feb 5 11:50:17 2008
New Revision: 2071
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2071
Log:
still need to be in contrib
Modified:
packages/unstable/dbus-java/debian/changelog
packages/unstable/dbus-java/debian/control
packages/unstable/dbus-java/debian/rules
Modified: packages/unstable/dbus-java/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/changelog?rev=2071&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/changelog (original)
+++ packages/unstable/dbus-java/debian/changelog Tue Feb 5 11:50:17 2008
@@ -5,9 +5,10 @@
* Build-dep on locale, generate a UTF-8 locale during build and use that
* Compress using bzip2
* Depends on version >=0.6 of libunixsocket-java
- * Use Javahelper
+ * Use Javahelper
+ * Bump standards version
- -- Matthew Johnson <mjj29 at debian.org> Sat, 12 Jan 2008 17:27:34 +0000
+ -- Matthew Johnson <mjj29 at debian.org> Tue, 05 Feb 2008 11:49:35 +0000
dbus-java (2.3.2-1) unstable; urgency=low
Modified: packages/unstable/dbus-java/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/control?rev=2071&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/control (original)
+++ packages/unstable/dbus-java/debian/control Tue Feb 5 11:50:17 2008
@@ -1,5 +1,5 @@
Source: dbus-java
-Section: devel
+Section: contrib/devel
Priority: optional
Maintainer: Matthew Johnson <mjj29 at debian.org>
Build-Depends: java-gcj-compat-dev,
@@ -15,11 +15,11 @@
gettext,
locales,
javahelper
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: libdbus-java
Architecture: all
-Section: libs
+Section: contrib/libs
Depends: ${java:Depends}, ${misc:Depends}
Suggests: libdbus-java-doc
Recommends: dbus-java-bin
@@ -34,9 +34,8 @@
Package: dbus-java-bin
Architecture: all
-Section: utils
+Section: contrib/utils
Depends: ${java:Depends}, ${misc:Depends}
-Suggests: sun-java5-jre | sun-java6-jre
Conflicts: libdbus-java (<< 2.0)
Replaces: libdbus-java (<< 2.0)
Description: simple interprocess messaging system (Java Binaries)
Modified: packages/unstable/dbus-java/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/rules?rev=2071&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/rules (original)
+++ packages/unstable/dbus-java/debian/rules Tue Feb 5 11:50:17 2008
@@ -24,7 +24,7 @@
JAVA=${JAVA_HOME}/bin/java \
JAR=${JAVA_HOME}/bin/jar \
JAVADOC="${JAVA_HOME}/bin/javadoc -link /usr/share/doc/classpath-doc/api" \
- all doc #check (not until they fix gij to actually be able to run this shit. Client stuff runs, DBusDaemon still doesn't)
+ all doc #check (not until they fix gij to actually be able to run this shit. Client stuff might run soon, DBusDaemon still doesn't)
touch $@
@@ -64,8 +64,8 @@
dh_installchangelogs -i
dh_installdocs -i
dh_install -i --sourcedir=debian/tmp
- jh_depends -p dbus-java-bin -j
- jh_depends -p libdbus-java
+ jh_depends -pdbus-java-bin -jsun
+ jh_depends -plibdbus-java
dh_compress -i -X.pdf
dh_fixperms -i
dh_installdeb -i
More information about the Pkg-utopia-commits
mailing list