Comment 7 for bug 388551

Revision history for this message
Muharem Hrnjadovic (al-maisan) wrote :

diff -u ifplugd-0.28/debian/control ifplugd-0.28/debian/control
--- ifplugd-0.28/debian/control
+++ ifplugd-0.28/debian/control
@@ -1,8 +1,9 @@
 Source: ifplugd
 Section: net
 Priority: optional
-Maintainer: Y Giridhar Appaji Nag <email address hidden>
-Build-Depends: debhelper (>= 5), dpatch, autotools-dev, libdaemon-dev (>= 0.7), pkg-config, po-debconf
+Maintainer: Ubuntu MOTU Developers <email address hidden>
+XSBC-Original-Maintainer: Y Giridhar Appaji Nag <email address hidden>
+Build-Depends: debhelper (>= 7.0.17ubuntu2), dpatch, autotools-dev, libdaemon-dev (>= 0.7), pkg-config, po-debconf
 Standards-Version: 3.8.1
 Homepage: http://0pointer.de/lennart/projects/ifplugd/
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/ifplugd/unstable
@@ -12,7 +13,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6)
 Recommends: ifupdown (>= 0.6.4-4.2)
-Suggests: wpasupplicant
+Suggests: wpasupplicant, waproamd
+Breaks: udev (<< 136-1)
 Description: configuration daemon for ethernet devices
  ifplugd is a daemon which will automatically configure your ethernet device
  when a cable is plugged in and automatically de-configure it if the cable is
diff -u ifplugd-0.28/debian/changelog ifplugd-0.28/debian/changelog
--- ifplugd-0.28/debian/changelog
+++ ifplugd-0.28/debian/changelog
@@ -1,3 +1,11 @@
+ifplugd (0.28-15ubuntu1) karmic; urgency=low
+
+ * Merge from debian unstable(LP: #388551), remaining changes:
+ - Bump build-depend on debhelper to install udev rules into
+ /lib/udev/rules.d, add Breaks on udev to get correct version.
+
+ -- Muharem Hrnjadovic <email address hidden> Wed, 24 Jun 2009 16:52:33 +0200
+
 ifplugd (0.28-15) unstable; urgency=low

   * Add README.source to be compliant with policy 3.8.0
@@ -15,6 +23,13 @@

  -- Y Giridhar Appaji Nag <email address hidden> Tue, 24 Mar 2009 12:37:01 +0530

+ifplugd (0.28-14ubuntu1) jaunty; urgency=low
+
+ * Bump build-depend on debhelper to install udev rules into
+ /lib/udev/rules.d, add Breaks on udev to get correct version.
+
+ -- Scott James Remnant <email address hidden> Tue, 13 Jan 2009 02:14:16 +0000
+
 ifplugd (0.28-14) unstable; urgency=low

   * Thanks to Kel Modderman <email address hidden> for all the patches.