Merge lp:~allison/ubuntu/oneiric/backuppc/merge-debian-inetutils into lp:ubuntu/oneiric/backuppc

Proposed by Allison Randal
Status: Needs review
Proposed branch: lp:~allison/ubuntu/oneiric/backuppc/merge-debian-inetutils
Merge into: lp:ubuntu/oneiric/backuppc
Diff against target: 42 lines (+23/-1)
2 files modified
debian/changelog (+22/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~allison/ubuntu/oneiric/backuppc/merge-debian-inetutils
Reviewer Review Type Date Requested Status
Dave Walker Pending
Review via email: mp+70208@code.launchpad.net

Description of the change

Merged backuppc from Debian unstable 3.2.0-4.1.

To post a comment you must log in.

Unmerged revisions

34. By Allison Randal

* Merge from debian unstable. Remaining changes:
  - debian/backup.init, debian/rules, debian/postinst: Do not call init
    script on shutdown and reboot (TearDown) (Debian #488660)
  - debian/control: Add dependency for libsocket6-perl.
  - debian/control: Drop build dependency to 'par2', it's in universe.
  - configure.pl: Do not test for par2 being available at build time
  - debian/control: depend on default-mta | mail-transport-agent, instead of
    enumerating a long list of alternative MTAs.
  - debian/rules: installing setuid wrapper with setuid bit set, and no
    permissions granted to other (mode 4750)
* Non-maintainer upload.
* Use inetutils-ping as an alternative to iputils-ping. Closes: #630777

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-06-15 16:28:41 +0000
3+++ debian/changelog 2011-08-02 19:11:31 +0000
4@@ -1,3 +1,25 @@
5+backuppc (3.2.0-4.1ubuntu1) oneiric; urgency=low
6+
7+ * Merge from debian unstable. Remaining changes:
8+ - debian/backup.init, debian/rules, debian/postinst: Do not call init
9+ script on shutdown and reboot (TearDown) (Debian #488660)
10+ - debian/control: Add dependency for libsocket6-perl.
11+ - debian/control: Drop build dependency to 'par2', it's in universe.
12+ - configure.pl: Do not test for par2 being available at build time
13+ - debian/control: depend on default-mta | mail-transport-agent, instead of
14+ enumerating a long list of alternative MTAs.
15+ - debian/rules: installing setuid wrapper with setuid bit set, and no
16+ permissions granted to other (mode 4750)
17+
18+ -- Allison Randal <allison@canonical.com> Tue, 02 Aug 2011 11:51:02 -0700
19+
20+backuppc (3.2.0-4.1) unstable; urgency=low
21+
22+ * Non-maintainer upload.
23+ * Use inetutils-ping as an alternative to iputils-ping. Closes: #630777
24+
25+ -- Bernd Zeimetz <bzed@debian.org> Tue, 28 Jun 2011 22:31:10 +0200
26+
27 backuppc (3.2.0-4ubuntu1) oneiric; urgency=low
28
29 * Merge from debian unstable. Remaining changes:
30
31=== modified file 'debian/control'
32--- debian/control 2011-06-15 16:28:41 +0000
33+++ debian/control 2011-08-02 19:11:31 +0000
34@@ -8,7 +8,7 @@
35
36 Package: backuppc
37 Architecture: any
38-Depends: ${shlibs:Depends}, ${perl:Depends}, libdigest-md5-perl, libcompress-zlib-perl, libarchive-zip-perl, tar (>> 1.13), adduser (>=3.9), dpkg (>=1.8.3), apache2 | httpd, ${misc:Depends}, smbclient, samba-common-bin, bzip2, default-mta | mail-transport-agent, iputils-ping, ucf, libtime-modules-perl, libwww-perl, libsocket6-perl
39+Depends: ${shlibs:Depends}, ${perl:Depends}, libdigest-md5-perl, libcompress-zlib-perl, libarchive-zip-perl, tar (>> 1.13), adduser (>=3.9), dpkg (>=1.8.3), apache2 | httpd, ${misc:Depends}, smbclient, samba-common-bin, bzip2, default-mta | mail-transport-agent, iputils-ping | inetutils-ping, ucf, libtime-modules-perl, libwww-perl, libsocket6-perl
40 Recommends: rsync, libfile-rsyncp-perl (>= 0.68), openssh-client | ssh-client, rrdtool, libio-dirent-perl
41 Suggests: w3m | www-browser, par2
42 Conflicts: libfile-rsyncp-perl (<< 0.68)

Subscribers

People subscribed via source and target branches