diff -u rsync-3.0.3/debian/changelog rsync-3.0.3/debian/changelog --- rsync-3.0.3/debian/changelog +++ rsync-3.0.3/debian/changelog @@ -1,3 +1,15 @@ +rsync (3.0.3-1ubuntu2) intrepid; urgency=low + + * Adhere to update-rc.d multiuser deprecation as per + https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-June/000430.html + and + https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2008-July/004662.html + - debian/control: Drop sysv-rc versioned dependency, + - debian/init.d: Modify Default-Stop LSB header, + - debian/postinst: Explicitly specify runlevels again. + + -- Daniel T Chen Sun, 13 Jul 2008 16:53:43 -0400 + rsync (3.0.3-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: diff -u rsync-3.0.3/debian/control rsync-3.0.3/debian/control --- rsync-3.0.3/debian/control +++ rsync-3.0.3/debian/control @@ -8,7 +8,7 @@ Package: rsync Architecture: any -Depends: ${shlibs:Depends}, lsb-base (>= 3.0), base-files (>= 4.0.1), sysv-rc (>= 2.86.ds1-14.1ubuntu2) +Depends: ${shlibs:Depends}, lsb-base (>= 3.0), base-files (>= 4.0.1) Suggests: openssh-client, openssh-server Description: fast remote file copy program (like rcp) rsync is a program that allows files to be copied to and from remote diff -u rsync-3.0.3/debian/init.d rsync-3.0.3/debian/init.d --- rsync-3.0.3/debian/init.d +++ rsync-3.0.3/debian/init.d @@ -6,7 +6,7 @@ # Required-Stop: $remote_fs $syslog # Should-Start: $named # Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Stop: 1 # Short-Description: fast remote file copy program daemon # Description: rsync is a program that allows files to be copied to and # from remote machines in much the same way as rcp. diff -u rsync-3.0.3/debian/postinst rsync-3.0.3/debian/postinst --- rsync-3.0.3/debian/postinst +++ rsync-3.0.3/debian/postinst @@ -10,7 +10,7 @@ if [ -x /etc/init.d/rsync ]; then - update-rc.d rsync multiuser >/dev/null + update-rc.d rsync start 20 2 3 4 5 . stop 20 1 . >/dev/null if [ -x /usr/sbin/invoke-rc.d ]; then invoke-rc.d rsync restart else