[Pkg-utopia-commits] r1708 - in /packages/experimental/hal/debian: changelog control hal-device-manager.1 hal-device-manager.desktop hal-device-manager.install hal-device-manager.manpages patches/62_dbus-python-0.80.patch pyversions rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 6 06:29:14 UTC 2007


Author: biebl
Date: Thu Sep  6 06:29:13 2007
New Revision: 1708

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1708
Log:
* 2nd RC snapshot of the upcoming 0.5.10 release.
* hal-device-manager is obsoleted by gnome-device-manager and has been
  removed from the upstream source tarball.
  - Removed files that are no longer needed
    + debian/hal-device-manager.1
    + debian/hal-device-manager.desktop
    + debian/hal-device-manager.install
    + debian/hal-device-manager.manpages
    + debian/patches/62_dbus-python-0.80.patch
    + debian/pyversions
  - debian/control
    + Remove Build-Depends: python, python-dbus, python-support.
    + Remove binary package hal-device-manager
    + Remove Suggests: hal-device-manager from hal package.
  - debian/rules
    + Remove the call to dh_pysupport.

Removed:
    packages/experimental/hal/debian/hal-device-manager.1
    packages/experimental/hal/debian/hal-device-manager.desktop
    packages/experimental/hal/debian/hal-device-manager.install
    packages/experimental/hal/debian/hal-device-manager.manpages
    packages/experimental/hal/debian/patches/62_dbus-python-0.80.patch
    packages/experimental/hal/debian/pyversions
Modified:
    packages/experimental/hal/debian/changelog
    packages/experimental/hal/debian/control
    packages/experimental/hal/debian/rules

Modified: packages/experimental/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/hal/debian/changelog?rev=1708&op=diff
==============================================================================
--- packages/experimental/hal/debian/changelog (original)
+++ packages/experimental/hal/debian/changelog Thu Sep  6 06:29:13 2007
@@ -1,3 +1,24 @@
+hal (0.5.10~rc2-1) unstable; urgency=low
+
+  * 2nd RC snapshot of the upcoming 0.5.10 release.
+  * hal-device-manager is obsoleted by gnome-device-manager and has been
+    removed from the upstream source tarball.
+    - Removed files that are no longer needed
+      + debian/hal-device-manager.1
+      + debian/hal-device-manager.desktop
+      + debian/hal-device-manager.install
+      + debian/hal-device-manager.manpages
+      + debian/patches/62_dbus-python-0.80.patch
+      + debian/pyversions
+    - debian/control
+      + Remove Build-Depends: python, python-dbus, python-support.
+      + Remove binary package hal-device-manager
+      + Remove Suggests: hal-device-manager from hal package.
+    - debian/rules
+      + Remove the call to dh_pysupport.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 06 Sep 2007 08:28:07 +0200
+
 hal (0.5.9.1-4) unstable; urgency=low
 
   * debian/rules

Modified: packages/experimental/hal/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/hal/debian/control?rev=1708&op=diff
==============================================================================
--- packages/experimental/hal/debian/control (original)
+++ packages/experimental/hal/debian/control Thu Sep  6 06:29:13 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Sjoerd Simons <sjoerd at debian.org>
 Uploaders: Sebastian Dröge <slomo at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs, autotools-dev, python-support (>= 0.5.3), python-dbus, libdbus-glib-1-dev (>= 0.60), libglib2.0-dev, libsysfs-dev, libexpat1-dev, libpopt-dev, pkg-config, pciutils, doxygen, intltool (>= 0.22), libusb-dev, libvolume-id-dev, python, xmlto, libxml2-utils, gtk-doc-tools, libsmbios-dev [amd64 i386]
+Build-Depends: debhelper (>= 5.0.37.2), cdbs, autotools-dev, libdbus-glib-1-dev (>= 0.60), libglib2.0-dev, libsysfs-dev, libexpat1-dev, libpopt-dev, pkg-config, pciutils, doxygen, intltool (>= 0.22), libusb-dev, libvolume-id-dev, xmlto, libxml2-utils, gtk-doc-tools, libsmbios-dev [amd64 i386]
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/hal
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal
@@ -12,7 +12,6 @@
 Architecture: any
 Depends: ${shlibs:Depends}, adduser, pciutils, usbutils, udev (>= 0.065), dbus (>= 0.60-1), lsb-base, hal-info (>= 20070402)
 Recommends: eject
-Suggests: hal-device-manager
 Description: Hardware Abstraction Layer
  HAL provides an abstract view on hardware.
  .
@@ -21,22 +20,6 @@
  computer, without modifying every application that uses the device.
  It maintains a list of devices that currently exist, and can provide
  information about those upon request.
-
-Package: hal-device-manager
-Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, python-dbus, python-gnome2, python-glade2, hal
-Conflicts: hal (<< 0.5)
-Description: Hardware Abstraction Layer user interface
- HAL provides an abstract view on hardware.
- .
- This abstraction layer is simply an interface that makes it possible to
- add support for new devices and new ways of connecting devices to the
- computer, without modifying every application that uses the device.
- It maintains a list of devices that currently exist, and can provide
- information about those upon request.
- .
- This package provides a user interface which shows the information HAL knows
- about the devices on the system.
 
 Package: hal-doc
 Architecture: all
@@ -52,7 +35,6 @@
  information about those upon request.
  .
  This Package contains the API documentation for HAL.
-
 
 Package: libhal1
 Section: libs

Modified: packages/experimental/hal/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/hal/debian/rules?rev=1708&op=diff
==============================================================================
--- packages/experimental/hal/debian/rules (original)
+++ packages/experimental/hal/debian/rules Thu Sep  6 06:29:13 2007
@@ -17,9 +17,6 @@
 
 DEB_DH_INSTALLINIT_ARGS := -- start 24 2 3 4 5 . stop 16 0 1 6 .
 
-binary-install/hal-device-manager::
-	dh_pysupport -phal-device-manager /usr/share/hal/device-manager/
-
 common-install-impl::
 	# Remove hal's default udev rules files.. We ship our own
 	rm -rf $(DEB_DESTDIR)/etc/udev




More information about the Pkg-utopia-commits mailing list