[Pkg-utopia-commits] r1639 - in /packages/unstable/dbus-java/debian: changelog control rules
mjj29-guest at users.alioth.debian.org
mjj29-guest at users.alioth.debian.org
Sun Aug 5 22:42:34 UTC 2007
Author: mjj29-guest
Date: Sun Aug 5 22:42:34 2007
New Revision: 1639
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1639
Log:
+ * No need to rm -rf debian/tmp or spare doc files, removed
+ * Move from devel to libs and utils
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=1639&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/changelog (original)
+++ packages/unstable/dbus-java/debian/changelog Sun Aug 5 22:42:34 2007
@@ -11,11 +11,12 @@
* Typographic changes to control and rules
* Call debhelper with -i
* Build docs under build
- * Fix the licence statement
+ * Fix the licence statement
* Put a minimum version on the dbus-java-bin - libdbus-java dependency.
- * No need to rm -rf debian/tmp, removed
+ * No need to rm -rf debian/tmp or spare doc files, removed
+ * Move from devel to libs and utils
- -- Matthew Johnson <debian at matthew.ath.cx> Sun, 5 Aug 2007 16:36:26 +0100
+ -- Matthew Johnson <debian at matthew.ath.cx> Sun, 5 Aug 2007 23:39:40 +0100
dbus-java (2.3-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=1639&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/control (original)
+++ packages/unstable/dbus-java/debian/control Sun Aug 5 22:42:34 2007
@@ -16,7 +16,7 @@
Package: libdbus-java
Architecture: all
-Section: contrib/devel
+Section: contrib/libs
Depends: libmatthew-debug-java,
libunixsocket-java,
${misc:Depends}
@@ -33,8 +33,8 @@
Package: dbus-java-bin
Architecture: all
-Section: contrib/devel
-Depends: sun-java5-jre,
+Section: contrib/utils
+Depends: sun-java5-jre | sun-java6-jre | ia32-sun-java6-bin,
libmatthew-debug-java,
libunixsocket-java,
libdbus-java (>= 2.0),
Modified: packages/unstable/dbus-java/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-java/debian/rules?rev=1639&op=diff
==============================================================================
--- packages/unstable/dbus-java/debian/rules (original)
+++ packages/unstable/dbus-java/debian/rules Sun Aug 5 22:42:34 2007
@@ -40,10 +40,6 @@
DESTDIR=$(CURDIR)/debian/tmp \
PREFIX=/usr \
install install-man install-doc
- # These are installed by upstream and aren't needed on Debian
- rm -f $(CURDIR)/debian/tmp/usr/share/doc/libdbus-java/COPYING \
- $(CURDIR)/debian/tmp/usr/share/doc/libdbus-java/AUTHORS \
- $(CURDIR)/debian/tmp/usr/share/doc/libdbus-java/INSTALL
# Build architecture-independent files here.
binary-indep: build install
More information about the Pkg-utopia-commits
mailing list