Commit Graph

7 Commits

Author SHA1 Message Date
Topi Miettinen
32c0a18d2b
Delete empty lines at end of file
Upstream commit hooks don't allow empty lines and of course they serve no
purpose.

Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
2020-05-16 11:25:10 +03:00
Michael Biebl
93417d9013 Use more consistent shell script headers
Gbp-Dch: Ignore
2020-01-31 10:46:58 +01:00
Michael Biebl
ea089f29bb Stop testing for unknown arguments in udev maintainer scripts
This replaces commit 0b45b4c.
That's mostly dh-make boilerplate what doesn't provide any value.
2015-12-10 15:58:53 +01:00
Martin Pitt
0b45b4c8c6 debian/udev.prerm: Add missing "deconfigure" action
Prevents future upgrade failures with versioned Breaks: to udev like

  De-configuring udev (228-2ubuntu1) ...
  /var/lib/dpkg/info/udev.prerm called with unknown argument 'deconfigure'
  dpkg: error processing archive /home/ubuntu/./lvm2_2.02.133-1ubuntu1_amd64.deb (--unpack):
   subprocess installed pre-removal script returned error exit status 1
2015-12-10 15:43:31 +01:00
Michael Biebl
2d9f370f76 Properly stop udev on remove
Don't kill the daemon on failed upgrades, and remove the explicit starts
in preinst accordingly.
2015-11-18 16:07:10 +01:00
Michael Biebl
64723e627e Stop using /sbin/udevd and drop the compat symlink 2015-06-02 01:15:27 +02:00
Michael Biebl
b56f8637a1 Merge remaining files from udev 175-7
The patches from udev were either merged upstream, applied directly,
added as files to debian/extra/ or dropped:

- debian/patches/commit-4b50a3d
  Applied upstream in 4b50a3d004
- debian/patches/fix_gtkdoc_oot
  Fixed upstream
- debian/patches/libudevpc_no_librt
  Fixed upstream in e712ffcce6
- debian/patches/vio_type
  Dropped for now.
- debian/patches/debian_rules
  Added as debian/extra/rules/*
- debian/patches/extra_agents
  Added as debian/extra/*.agent and debian/extra/hotplug.functions
- debian/patches/extra_initramfs
  Added as debian/extra/initramfs.*
- debian/patches/extra_installer
  Added as debian/extra/udev.*
- debian/patches/extra_modprobeconf
  Added as debian/extra/fbdev-blacklist.conf and
  debian/extra/make-fbdev-blacklist
- debian/patches/extra_misc
  Added as debian/extra/links.conf and debian/extra/create_static_nodes
- debian/patches/dont-build-some-helpers
  Dropped, since we will use the upstream firmware agent now
- debian/patches/libgudev_in_usr
  Applied as 418b0a2d41
- debian/patches/rules_compat_qemu
  Dropped, only needed for kernel versions <= 2.6.32
- debian/patches/use_run_tmpfs
  Dropped, since wheezy /run is mandatory
- debian/patches/dev_root_rule
  Dropped, discouraged upstream
- debian/patches/udevd_in_sbin
  Dropped, we will use the $libexec path now in the .service file and
  provide compat symlinks
- udev_conf_comments
  Applied as c82d84e916
2013-07-18 18:57:39 +02:00